Re: [PATCH net] pppox: use standard module auto-loading feature

2015-12-03 Thread David Miller
From: Guillaume Nault Date: Wed, 2 Dec 2015 16:27:39 +0100 > * Register PF_PPPOX with pppox module rather than with pppoe, > so that pppoe doesn't get loaded for any PF_PPPOX socket. > > * Register PX_PROTO_* with standard MODULE_ALIAS_NET_PF_PROTO() > instead of using pppox's own na

Re: [PATCH net] pppox: use standard module auto-loading feature

2015-12-02 Thread Guillaume Nault
On Wed, Dec 02, 2015 at 04:27:39PM +0100, Guillaume Nault wrote: > * Register PF_PPPOX with pppox module rather than with pppoe, > so that pppoe doesn't get loaded for any PF_PPPOX socket. > > * Register PX_PROTO_* with standard MODULE_ALIAS_NET_PF_PROTO() > instead of using pppox's ow

[PATCH net] pppox: use standard module auto-loading feature

2015-12-02 Thread Guillaume Nault
* Register PF_PPPOX with pppox module rather than with pppoe, so that pppoe doesn't get loaded for any PF_PPPOX socket. * Register PX_PROTO_* with standard MODULE_ALIAS_NET_PF_PROTO() instead of using pppox's own naming scheme. * While there, add auto-loading feature for pptp. Sign