All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V1 00/10] Mellanox Ethernet driver updates 2013-01-30
@ 2013-01-31  9:07 Amir Vadai
  2013-01-31  9:07 ` [PATCH net-next V1 01/10] net/mlx4_core: Directly expose fields of HW flow steering rule control segment Amir Vadai
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Amir Vadai @ 2013-01-31  9:07 UTC (permalink / raw)
  To: David S. Miller; +Cc: Amir Vadai, netdev

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 1b13c97: "net/vxlan: Add ethtool drvinfo"

Changes from V0:
- Removed patch "net/mlx4_en: Add debugfs support". Need to find a standard way
  to do it, and no need to delay the other patches.

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

 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c    |  147 ++++++++++++++------
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c     |   32 ++++-
 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       |    5 +-
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |    2 +-
 include/linux/mlx4/device.h                        |    3 +-
 10 files changed, 152 insertions(+), 81 deletions(-)

-- 
1.7.8.2

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

end of thread, other threads:[~2013-02-06 16:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-31  9:07 [PATCH net-next V1 00/10] Mellanox Ethernet driver updates 2013-01-30 Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 01/10] net/mlx4_core: Directly expose fields of HW flow steering rule control segment Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 02/10] net/mlx4_core: Set correctly allow_loopback flag Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 03/10] net/mlx4_en: Fix ip/udp steering rules multicast mac when attached via ethtool Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 04/10] net/mlx4_en: Validate VLAN IDs provided in ethtool flow steering rules Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 05/10] net/mlx4_en: Fix vlan mask for ethtool " Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 06/10] net/mlx4_en: Block insertion of ethtool steering rules while the interface is down Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 07/10] net/mlx4_en: Fix ethtool rules leftovers after module unloaded Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 08/10] net/mlx4_core: Use firmware driven flow steering hash mode Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 09/10] net/mlx4_en: Don't reassign port mac address on firmware that supports it Amir Vadai
2013-01-31  9:07 ` [PATCH net-next V1 10/10] net/mlx4_en: Fix transmit timeout when driver restarts port Amir Vadai
2013-01-31 18:51 ` [PATCH net-next V1 00/10] Mellanox Ethernet driver updates 2013-01-30 David Miller
2013-02-05 20:08   ` Ben Hutchings
2013-02-05 20:30     ` David Miller
2013-02-06  7:24     ` Amir Vadai
2013-02-06 15:46       ` Ben Hutchings
2013-02-06 16:58         ` Amir Vadai

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.