netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Fixes for unified offload configuration
@ 2011-02-23  2:52 Michał Mirosław
  2011-02-23  2:52 ` [PATCH 3/4] net: Fix ETHTOOL_GFEATURES compatibility Michał Mirosław
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michał Mirosław @ 2011-02-23  2:52 UTC (permalink / raw)
  To: netdev; +Cc: Ben Hutchings, David Miller

this series contains couple of fixes to ethtool unification work in net-next.

patches 1 and 2 (resend):
	fix following message at device registration:
	(unregistered net_device): features changed: 0x00011065 -> 0x00015065

patches 3 and 4:
	implement compatibility fallback in ethtool_{g,s}features for drivers
	not converted to new offload setting scheme.

only compile tested for now as my test box has some hardware issues lately.

best regards,
michał mirosław

michał Mirosław (4):
  Fix "(unregistered net_device): Features changed" message
  net: avoid initial "Features changed" message
  net: Fix ETHTOOL_GFEATURES compatibility
  net: Implement SFEATURES compatibility for not updated drivers

 include/linux/ethtool.h |    5 +++
 net/core/dev.c          |   12 ++++---
 net/core/ethtool.c      |   75 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 87 insertions(+), 5 deletions(-)

-- 
1.7.2.3


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

end of thread, other threads:[~2011-02-23 22:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23  2:52 [PATCH 0/4] Fixes for unified offload configuration Michał Mirosław
2011-02-23  2:52 ` [PATCH 3/4] net: Fix ETHTOOL_GFEATURES compatibility Michał Mirosław
2011-02-23  2:52 ` [PATCH 2/4] net: avoid initial "Features changed" message Michał Mirosław
2011-02-23  2:52 ` [PATCH 1/4] Fix "(unregistered net_device): Features " Michał Mirosław
2011-02-23  2:52 ` [PATCH 4/4] net: Implement SFEATURES compatibility for not updated drivers Michał Mirosław
2011-02-23 22:24 ` [PATCH 0/4] Fixes for unified offload configuration David Miller

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