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:	Thu, 15 May 2014 15:29:26 +0300
From:	Or Gerlitz <ogerlitz@...lanox.com>
To:	davem@...emloft.net
Cc:	netdev@...r.kernel.org, amirv@...lanox.com, matanb@...lanox.com,
	Or Gerlitz <ogerlitz@...lanox.com>
Subject: [PATCH net 0/2] mlx4: Fix VF MAC address change under RoCE usage

Hi Dave, Roland

This short series provides proper handling for the case where a 
VF netdevice change their MAC address under a RoCE use case. The code
it deals with was introduced in 3.15-rc1

Prior to this series the source MAC used for the VM RoCE CM
packets remains as before the MAC modification. Hence RoCE CM 
packets sent by the VF will not carry the same source MAC 
address as the non-CM packets.

Earlier 3.15-rc commit f24f790 "net/mlx4_core: Load the Eth driver 
first" handled just one instance of the problem, but this one 
provides a more generic and proper solution which covers all 
cases of VF mac change.

Matan and Or.

Matan Barak (2):
  net/mlx4_core: Add UPDATE_QP SRIOV wrapper support
  IB/mlx4: Invoke UPDATE_QP for proxy QP1 on MAC changes

 drivers/infiniband/hw/mlx4/main.c                  |   67 +++++++++++++++++++-
 drivers/infiniband/hw/mlx4/mlx4_ib.h               |    3 +
 drivers/infiniband/hw/mlx4/qp.c                    |    8 +++
 drivers/net/ethernet/mellanox/mlx4/cmd.c           |    4 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4.h          |    6 ++
 drivers/net/ethernet/mellanox/mlx4/qp.c            |   35 ++++++++++
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |   54 ++++++++++++++++
 include/linux/mlx4/qp.h                            |   11 +++
 8 files changed, 183 insertions(+), 5 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