android_kernel_xiaomi_sm7250/net/core
Herbert Xu fb286bb299 [NET]: Detect hardware rx checksum faults correctly
Here is the patch that introduces the generic skb_checksum_complete
which also checks for hardware RX checksum faults.  If that happens,
it'll call netdev_rx_csum_fault which currently prints out a stack
trace with the device name.  In future it can turn off RX checksum.

I've converted every spot under net/ that does RX checksum checks to
use skb_checksum_complete or __skb_checksum_complete with the
exceptions of:

* Those places where checksums are done bit by bit.  These will call
netdev_rx_csum_fault directly.

* The following have not been completely checked/converted:

ipmr
ip_vs
netfilter
dccp

This patch is based on patches and suggestions from Stephen Hemminger
and David S. Miller.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-11-10 13:01:24 -08:00
..
datagram.c [NET]: Detect hardware rx checksum faults correctly 2005-11-10 13:01:24 -08:00
dev_mcast.c [NET]: kfree cleanup 2005-11-08 09:41:34 -08:00
dev.c [NET]: Detect hardware rx checksum faults correctly 2005-11-10 13:01:24 -08:00
dst.c
dv.c
ethtool.c
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
link_watch.c
Makefile
neighbour.c
net-sysfs.c
netpoll.c [NET]: Detect hardware rx checksum faults correctly 2005-11-10 13:01:24 -08:00
pktgen.c
request_sock.c
rtnetlink.c [RTNETLINK]: Use generic netlink receive queue processor 2005-11-10 02:26:40 +01:00
scm.c
skbuff.c [NETFILTER]: Add nf_conntrack subsystem. 2005-11-09 16:38:16 -08:00
sock.c [NET]: kfree cleanup 2005-11-08 09:41:34 -08:00
stream.c [NET]: Fix race condition in sk_stream_wait_connect 2005-11-05 21:05:20 -02:00
sysctl_net_core.c
utils.c
wireless.c