]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitd2cf3361677e5bb5d01d45052212b7050a9aa8c4
treea0239e574876ca385c8578c7cbffb783bf951e51
parentd7f3f62167bc2299d9669888b493b6e6ba561c35
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