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:	Sun, 27 Nov 2011 07:54:51 +0200
From:	Yevgeny Petrilin <yevgenyp@...lanox.co.il>
To:	<davem@...emloft.net>
CC:	<netdev@...r.kernel.org>, <yevgenyp@...lanox.co.il>,
	<ogerlitz@...lanox.com>, <oren@...lanox.co.il>,
	<amirv@...lanox.co.il>
Subject: [PATCH V2 0/7] net/mlx4 features and fixes

Hello David,

This is V2 ofa series of patches for mlx4_en driver.
synchronized the different commits into a single series.

The changes from initial commit:
1. loobback support patch: control flags are not set on data path.
2. Setting number of RSS rings patch was removed for rework following the review.

Thanks,
Yevgeny

Or Gerlitz (3):
      net/mlx4: move RSS related definitions to be global
      net/mlx4: fix UDP RSS related settings
      net/mlx4_en: fix sparse warning on a cast which truncates bits from constant value

Yevgeny Petrilin (1):
      net/mlx4_en: using non collapsed CQ on TX

Oren Duer (1):
      net/mlx4_en: fix WOL handlers were always looking at port2, capability bit

Amir Vadai (2):
      net/mlx4_en: adding loopback support
      net/mlx4_en: bug fix for the case of vlan id 0 and UP 0

 drivers/net/ethernet/mellanox/mlx4/en_cq.c        |    7 --
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c   |   20 +++++
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c    |   19 +++++
 drivers/net/ethernet/mellanox/mlx4/en_resources.c |    2
 drivers/net/ethernet/mellanox/mlx4/en_rx.c        |   16 ++--
 drivers/net/ethernet/mellanox/mlx4/en_tx.c        |   74 +++++++++++-----------
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h      |   13 ---
 include/linux/mlx4/device.h                       |    3
 include/linux/mlx4/qp.h                           |   28 ++++++++
 9 files changed, 120 insertions(+), 62 deletions(-)

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