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, 30 Jan 2013 12:34:16 +0200
From:	Amir Vadai <amirv@...lanox.com>
To:	"David S. Miller" <davem@...emloft.net>
Cc:	Amir Vadai <amirv@...lanox.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 00/11] Mellanox Ethernet driver updates 2013-01-30

Hi Dave,

This series contains updates to mlx4 driver.
Majority of the patches are small bug fixes. Another patch is to expose through
debugfs some HW resources to be used by external tools.

Patches done against net-next commit d2ed273: "net: disallow drivers with buggy
VLAN accel to register_netdevice()"

Thanks,
Amir

Amir Vadai (1):
  net/mlx4_en: Fix transmit timeout when driver restarts port

Hadar Hen Zion (8):
  net/mlx4_core: Directly expose fields of HW flow steering rule
    control segment
  net/mlx4_core: Set correctly allow_loopback flag
  net/mlx4_en: Fix ip/udp steering rules multicast mac when attached
    via ethtool
  net/mlx4_en: Validate VLAN IDs provided in ethtool flow steering
    rules
  net/mlx4_en: Fix vlan mask for ethtool steering rules
  net/mlx4_en: Block insertion of ethtool steering rules while the
    interface is down
  net/mlx4_en: Fix ethtool rules leftovers after module unloaded
  net/mlx4_core: Use firmware driven flow steering hash mode

Matan Barak (1):
  net/mlx4_en: Don't reassign port mac address on firmware that
    supports it

Shani Michaelli (1):
  net/mlx4_en: Add debugfs support

 drivers/net/ethernet/mellanox/mlx4/Makefile        |    3 +
 drivers/net/ethernet/mellanox/mlx4/cq.c            |    3 +
 drivers/net/ethernet/mellanox/mlx4/en_debugfs.c    |  133 ++++++++++++++++++
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c    |  147 ++++++++++++++------
 drivers/net/ethernet/mellanox/mlx4/en_main.c       |    7 +
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c     |   38 +++++-
 drivers/net/ethernet/mellanox/mlx4/en_rx.c         |    7 +-
 drivers/net/ethernet/mellanox/mlx4/fw.c            |   11 +-
 drivers/net/ethernet/mellanox/mlx4/fw.h            |    1 -
 drivers/net/ethernet/mellanox/mlx4/main.c          |   16 --
 drivers/net/ethernet/mellanox/mlx4/mcg.c           |    4 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |   12 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h       |   14 ++-
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |    2 +-
 include/linux/mlx4/device.h                        |    5 +-
 15 files changed, 319 insertions(+), 84 deletions(-)
 create mode 100644 drivers/net/ethernet/mellanox/mlx4/en_debugfs.c

-- 
1.7.8.2

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