]> git.baikalelectronics.ru Git - kernel.git/commit
net: Eliminate no_check from protosw
authorTom Herbert <therbert@google.com>
Fri, 23 May 2014 15:47:09 +0000 (08:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 May 2014 20:28:53 +0000 (16:28 -0400)
commitec15cf538a9714ad513259db95fb79864e74d175
tree82f9ca0dbc861e11b79d4bdb594638a6c94f127f
parent5be2d593463b4a0c9ec06aad7231b013198137e3
net: Eliminate no_check from protosw

It doesn't seem like an protocols are setting anything other
than the default, and allowing to arbitrarily disable checksums
for a whole protocol seems dangerous. This can be done on a per
socket basis.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
14 files changed:
include/net/protocol.h
net/dccp/ipv4.c
net/ipv4/af_inet.c
net/ipv4/udplite.c
net/ipv6/af_inet6.c
net/ipv6/ping.c
net/ipv6/raw.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/ipv6/udplite.c
net/l2tp/l2tp_ip.c
net/l2tp/l2tp_ip6.c
net/sctp/ipv6.c
net/sctp/protocol.c