linux/drivers/net/cxgb4
Eric Dumazet bc8acf2c8c drivers/net: avoid some skb->ip_summed initializations
fresh skbs have ip_summed set to CHECKSUM_NONE (0)

We can avoid setting again skb->ip_summed to CHECKSUM_NONE in drivers.

Introduce skb_checksum_none_assert() helper so that we keep this
assertion documented in driver sources.

Change most occurrences of :

skb->ip_summed = CHECKSUM_NONE;

by :

skb_checksum_none_assert(skb);

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-02 19:06:22 -07:00
..
cxgb4.h cxgb4: handle Rx/Tx queue ranges not starting at 0 2010-08-23 20:38:13 -07:00
cxgb4_main.c cxgb4: update PCI ids 2010-08-23 20:38:15 -07:00
cxgb4_uld.h cxgb4: get on-chip queue info from FW and create a memory window for them 2010-08-02 16:26:42 -07:00
l2t.c cxgb4: Use kfree_skb for skb pointers 2010-07-07 17:38:37 -07:00
l2t.h
Makefile
sge.c drivers/net: avoid some skb->ip_summed initializations 2010-09-02 19:06:22 -07:00
t4_hw.c cxgb4: disable an interrupt that is neither used nor serviced 2010-08-02 16:26:40 -07:00
t4_hw.h cxgb4: support eeprom read/write on functions other than 0 2010-08-23 20:38:14 -07:00
t4_msg.h cxgb4: don't offload Rx checksums for IPv6 fragments 2010-08-02 16:26:41 -07:00
t4_regs.h cxgb4: get on-chip queue info from FW and create a memory window for them 2010-08-02 16:26:42 -07:00
t4fw_api.h cxgb4: handle Rx/Tx queue ranges not starting at 0 2010-08-23 20:38:13 -07:00