netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/2] Allow NICs to pass Frame Checksum up the stack.
@ 2011-06-17  4:30 greearb
  2011-06-17  4:30 ` [RFC 1/2] net: Support getting/setting RX-FCS in drivers greearb
  2011-06-17  4:30 ` [RFC 2/2] e100: Support receiving Ethernet FCS greearb
  0 siblings, 2 replies; 7+ messages in thread
From: greearb @ 2011-06-17  4:30 UTC (permalink / raw)
  To: netdev; +Cc: Ben Greear

From: Ben Greear <greearb@candelatech.com>

This series provides ethtool support to set and get the rx-checksum
flag, and adds support to the e100 driver.

Assuming this series is acceptable, I would then propose a series of patches
to allow receiving all frames, even ones with bad checksums, etc.

And if that is acceptable, a third series would allow user-space to generate
packets with custom ethernet frame checksums (ie, bad ones if desired).

And finally, more drivers, such as e1000 and hopefully e100e can
be supported.

Ben Greear (2):
  net:  Support getting/setting RX-FCS in drivers.
  e100:  Support receiving Ethernet FCS.

 drivers/net/e100.c      |   39 ++++++++++++++++++++++++++++++++++++---
 include/linux/ethtool.h |    5 +++++
 net/core/ethtool.c      |   38 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+), 3 deletions(-)

-- 
1.7.3.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-06-17 16:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17  4:30 [RFC 0/2] Allow NICs to pass Frame Checksum up the stack greearb
2011-06-17  4:30 ` [RFC 1/2] net: Support getting/setting RX-FCS in drivers greearb
2011-06-17  7:36   ` Michał Mirosław
2011-06-17 12:20   ` Ben Hutchings
2011-06-17 15:33     ` Ben Greear
2011-06-17 16:00       ` Ben Hutchings
2011-06-17  4:30 ` [RFC 2/2] e100: Support receiving Ethernet FCS greearb

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).