]> git.baikalelectronics.ru Git - kernel.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)
commit4dd72184f70b4dc54c3dc0148788809bd8220c5b
tree3e3a8bf63676f025cca73ac50fd7e3645d7b138e
parent2393e20a0f21e9cca7d6b7f2b4db0ae9ed2c8ad5
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