Searched hist:"681 b4d88ad8e5b67c34f4d0a40448efb94e2b227" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ppp/ |
H A D | pppox.c | diff 681b4d88ad8e5b67c34f4d0a40448efb94e2b227 Wed Dec 02 09:27:39 CST 2015 Guillaume Nault <g.nault@alphalink.fr> pppox: use standard module auto-loading feature
* 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.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | pptp.c | diff 681b4d88ad8e5b67c34f4d0a40448efb94e2b227 Wed Dec 02 09:27:39 CST 2015 Guillaume Nault <g.nault@alphalink.fr> pppox: use standard module auto-loading feature
* 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.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | pppoe.c | diff 681b4d88ad8e5b67c34f4d0a40448efb94e2b227 Wed Dec 02 09:27:39 CST 2015 Guillaume Nault <g.nault@alphalink.fr> pppox: use standard module auto-loading feature
* 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.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_ppp.c | diff 681b4d88ad8e5b67c34f4d0a40448efb94e2b227 Wed Dec 02 09:27:39 CST 2015 Guillaume Nault <g.nault@alphalink.fr> pppox: use standard module auto-loading feature
* 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.
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
|