All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next-2.6 PATCH v5 0/3] Introduce n-tuple ethtool support
@ 2010-02-11  2:07 Jeff Kirsher
  2010-02-11  2:07 ` [net-next-2.6 PATCH v5 1/3] ethtool: Introduce n-tuple filter programming support Jeff Kirsher
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jeff Kirsher @ 2010-02-11  2:07 UTC (permalink / raw)
  To: davem; +Cc: netdev, gospo

One more round of fixes, based on feedback from Patrick McHardy

1) Change the list count to an unsigned value
2) Fix a memory leak
3) Removed an unnecessary list traversal in the ethtool core
4) Moved all list destruction to a helper function, allowing the driver
to control when it clears the list (aside from when free_netdev() kills
the cached list).

---

Peter Waskiewicz (3):
      ixgbe: Bump driver version up
      ixgbe: Add support for the new ethtool n-tuple programming interface
      ethtool: Introduce n-tuple filter programming support


 drivers/net/ixgbe/ixgbe.h         |    4 
 drivers/net/ixgbe/ixgbe_82599.c   |  106 ++++++++++--
 drivers/net/ixgbe/ixgbe_ethtool.c |  111 ++++++++++++
 drivers/net/ixgbe/ixgbe_main.c    |   18 ++
 drivers/net/ixgbe/ixgbe_type.h    |    9 +
 include/linux/ethtool.h           |   50 ++++++
 include/linux/netdevice.h         |    3 
 net/core/dev.c                    |    6 +
 net/core/ethtool.c                |  332 +++++++++++++++++++++++++++++++++++++
 9 files changed, 619 insertions(+), 20 deletions(-)

-- 
Cheers,
Jeff

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

end of thread, other threads:[~2010-02-15  6:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-11  2:07 [net-next-2.6 PATCH v5 0/3] Introduce n-tuple ethtool support Jeff Kirsher
2010-02-11  2:07 ` [net-next-2.6 PATCH v5 1/3] ethtool: Introduce n-tuple filter programming support Jeff Kirsher
2010-02-11  2:07 ` [net-next-2.6 PATCH v5 2/3] ixgbe: Add support for the new ethtool n-tuple programming interface Jeff Kirsher
2010-02-11  2:08 ` [net-next-2.6 PATCH v5 3/3] ixgbe: Bump driver version up Jeff Kirsher
2010-02-11  3:54 ` [net-next-2.6 PATCH v5 0/3] Introduce n-tuple ethtool support David Miller
2010-02-11  4:01   ` David Miller
2010-02-11  4:18   ` Peter P Waskiewicz Jr
2010-02-14 11:56   ` includes build break - was " Oliver Hartkopp
2010-02-15  6:38     ` David Miller
2010-02-11  8:02 ` robert

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.