]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
l2tp: Remove UDP checksum verification
authorTom Herbert <therbert@google.com>
Wed, 7 May 2014 23:52:48 +0000 (16:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 May 2014 03:47:50 +0000 (23:47 -0400)
commit58d6085c14f5db61c092c90b59813397bc771417
tree3e3a8bf63676f025cca73ac50fd7e3645d7b138e
parent0a80966b1043c3e2dc684140f155a3fded308660
l2tp: Remove UDP checksum verification

Validating the UDP checksum is now done in UDP before handing
packets to the encapsulation layer. Note that this also eliminates
the "feature" where L2TP can ignore a non-zero UDP checksum (doing
this was contrary to RFC 1122).

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c