]> 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)
commitab0c4f9851210d3b959570d822d0284173b9326c
treea0239e574876ca385c8578c7cbffb783bf951e51
parent692e7b65782684c0c51a36fc9ea2164026006370
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