Searched hist:f7faffa3ff8ef6ae712ef16312b8a2aa7a1c95fe (Results 1 – 4 of 4) sorted by relevance
/linux/net/l2tp/ |
H A D | Kconfig | diff f7faffa3ff8ef6ae712ef16312b8a2aa7a1c95fe Fri Apr 02 08:18:49 CEST 2010 James Chapman <jchapman@katalix.com> l2tp: Add L2TPv3 protocol support
The L2TPv3 protocol changes the layout of the L2TP packet header. Tunnel and session ids change from 16-bit to 32-bit values, data sequence numbers change from 16-bit to 24-bit values and PPP-specific fields are moved into protocol-specific subheaders.
Although this patch introduces L2TPv3 protocol support, there are no userspace interfaces to create L2TPv3 sessions yet.
Signed-off-by: James Chapman <jchapman@katalix.com> Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | l2tp_core.h | diff f7faffa3ff8ef6ae712ef16312b8a2aa7a1c95fe Fri Apr 02 08:18:49 CEST 2010 James Chapman <jchapman@katalix.com> l2tp: Add L2TPv3 protocol support
The L2TPv3 protocol changes the layout of the L2TP packet header. Tunnel and session ids change from 16-bit to 32-bit values, data sequence numbers change from 16-bit to 24-bit values and PPP-specific fields are moved into protocol-specific subheaders.
Although this patch introduces L2TPv3 protocol support, there are no userspace interfaces to create L2TPv3 sessions yet.
Signed-off-by: James Chapman <jchapman@katalix.com> Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | l2tp_ppp.c | diff f7faffa3ff8ef6ae712ef16312b8a2aa7a1c95fe Fri Apr 02 08:18:49 CEST 2010 James Chapman <jchapman@katalix.com> l2tp: Add L2TPv3 protocol support
The L2TPv3 protocol changes the layout of the L2TP packet header. Tunnel and session ids change from 16-bit to 32-bit values, data sequence numbers change from 16-bit to 24-bit values and PPP-specific fields are moved into protocol-specific subheaders.
Although this patch introduces L2TPv3 protocol support, there are no userspace interfaces to create L2TPv3 sessions yet.
Signed-off-by: James Chapman <jchapman@katalix.com> Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | l2tp_core.c | diff f7faffa3ff8ef6ae712ef16312b8a2aa7a1c95fe Fri Apr 02 08:18:49 CEST 2010 James Chapman <jchapman@katalix.com> l2tp: Add L2TPv3 protocol support
The L2TPv3 protocol changes the layout of the L2TP packet header. Tunnel and session ids change from 16-bit to 32-bit values, data sequence numbers change from 16-bit to 24-bit values and PPP-specific fields are moved into protocol-specific subheaders.
Although this patch introduces L2TPv3 protocol support, there are no userspace interfaces to create L2TPv3 sessions yet.
Signed-off-by: James Chapman <jchapman@katalix.com> Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|