lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 10 Feb 2010 18:07:18 -0800
From:	Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To:	davem@...emloft.net
Cc:	netdev@...r.kernel.org, gospo@...hat.com
Subject: [net-next-2.6 PATCH v5 0/3] Introduce n-tuple ethtool support

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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ