]> git.baikalelectronics.ru Git - kernel.git/commit
net/l2tp: add support for L2TP over IPv6 UDP
authorBenjamin LaHaise <bcrl@kvack.org>
Fri, 27 Apr 2012 08:24:18 +0000 (08:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Apr 2012 02:21:51 +0000 (22:21 -0400)
commitf6f4374783d4b69c2dde0054373b7f870a1d8dfb
treea0239e574876ca385c8578c7cbffb783bf951e51
parenta02440fdd6fca49e1d13462d41a39eff011761cf
net/l2tp: add support for L2TP over IPv6 UDP

Now that encap_rcv() works on IPv6 UDP sockets, wire L2TP up to IPv6.
Support has been tested with and without hardware offloading.  This
version fixes the L2TP over localhost issue with incorrect checksums
being reported.

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_pppol2tp.h
include/linux/if_pppox.h
net/l2tp/l2tp_core.c
net/l2tp/l2tp_ppp.c