From: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
To: netdev@vger.kernel.org
Subject: [PATCH 0/3] Fix NETIF_F_HW_CSUM implementations [v2]
Date: Wed, 15 Dec 2010 02:24:08 +0100 (CET) [thread overview]
Message-ID: <cover.1292372504.git.mirq-linux@rere.qmqm.pl> (raw)
This is a split version of a patch fixing NETIF_F_HW_CSUM implementations
in network drivers. For easier review, this is split into three patches:
1. introduce skb_checksum_start_offset() helper
2. convert correct implementations to use the helper from #1
3. fix bad uses of skb_transport_offset() using helper from #1
Patches are against net-next, commit 0dbaee3b37e118a96bb7b8eb0d9bbaeeb46264be
net: Abstract default ADVMSS behind an accessor.
Best Regards,
Michał Mirosław
---
Michał Mirosław (3):
net: Introduce skb_checksum_start_offset()
net: Use skb_checksum_start_offset()
net: Fix drivers advertising HW_CSUM feature to use csum_start
drivers/net/atl1c/atl1c_main.c | 2 +-
drivers/net/atl1e/atl1e_main.c | 2 +-
drivers/net/atlx/atl1.c | 2 +-
drivers/net/cassini.c | 2 +-
drivers/net/e1000/e1000_main.c | 2 +-
drivers/net/e1000e/netdev.c | 2 +-
drivers/net/enic/enic_main.c | 2 +-
drivers/net/ixgb/ixgb_main.c | 2 +-
drivers/net/ll_temac_main.c | 2 +-
drivers/net/macvtap.c | 3 +--
drivers/net/myri10ge/myri10ge.c | 2 +-
drivers/net/niu.c | 2 +-
drivers/net/skge.c | 2 +-
drivers/net/sungem.c | 2 +-
drivers/net/sunhme.c | 2 +-
drivers/net/tun.c | 2 +-
drivers/net/usb/smsc95xx.c | 7 +++----
drivers/net/virtio_net.c | 2 +-
drivers/net/vmxnet3/vmxnet3_drv.c | 4 ++--
include/linux/skbuff.h | 5 +++++
net/core/dev.c | 6 +++---
net/core/skbuff.c | 2 +-
net/ipv4/udp.c | 2 +-
net/packet/af_packet.c | 3 +--
24 files changed, 33 insertions(+), 31 deletions(-)
--
1.7.2.3
next reply other threads:[~2010-12-15 1:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-15 1:24 Michał Mirosław [this message]
2010-12-15 1:24 ` [PATCH 2/3] net: Use skb_checksum_start_offset() Michał Mirosław
2010-12-15 1:24 ` [PATCH 1/3] net: Introduce skb_checksum_start_offset() Michał Mirosław
2010-12-15 1:24 ` [PATCH 3/3] net: Fix drivers advertising HW_CSUM feature to use csum_start Michał Mirosław
2010-12-15 3:07 ` Stephen Hemminger
2010-12-15 18:16 ` Michał Mirosław
2010-12-15 18:25 ` Stephen Hemminger
2010-12-15 18:58 ` Michał Mirosław
2010-12-15 1:29 ` [PATCH 0/3] Fix NETIF_F_HW_CSUM implementations [v2] David Miller
2010-12-16 22:43 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1292372504.git.mirq-linux@rere.qmqm.pl \
--to=mirq-linux@rere.qmqm.pl \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).