]> bbs.cooldavid.org Git - net-next-2.6.git/commit - include/linux/netdevice.h
[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 18 Jun 2006 05:06:05 +0000 (22:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Jun 2006 05:06:05 +0000 (22:06 -0700)
commit8648b3053bff39a7ee4c711d74268079c928a657
tree6de70eedf63c4b965d04040323827f1bc520ccdf
parent00b7050426da8e7e58c889c5c80a19920d2d41b3
[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM

The current stack treats NETIF_F_HW_CSUM and NETIF_F_NO_CSUM
identically so we test for them in quite a few places.  For the sake
of brevity, I'm adding the macro NETIF_F_GEN_CSUM for these two.  We
also test the disjunct of NETIF_F_IP_CSUM and the other two in various
places, for that purpose I've added NETIF_F_ALL_CSUM.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c
include/linux/netdevice.h
net/bridge/br_if.c
net/core/dev.c
net/core/ethtool.c
net/ipv4/ip_output.c
net/ipv4/tcp.c