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,  6 Sep 2012 11:50:47 +0300
From:	Yevgeny Petrilin <yevgenyp@...lanox.com>
To:	davem@...emloft.net
Cc:	netdev@...r.kernel.org
Subject: [PATCH net 0/5] net/mlx4: Fixes to mlx4_core driver.

Hello Dave,

Add security check / enforcement for flow steering rules set for VMs:
Since VFs may be mapped to VMs which aren't trusted entities, flow
steering rules attached through the wrapper on behalf of VFs must be
checked to make sure that their L2 specification relate to MAC address
assigned to that VF, and add L2 specification if its missing.

Fixing bad handling of command failures, can lead to crash.

Fixing wrong promiscuous mode entries management.
---
Hadar Hen Zion (2):
  net/mlx4_core: Put Firmware flow steering structures in common header files
  net/mlx4_core: Add security check / enforcement for flow steering rules set for VMs
Aviad Yehezkel (2):
  net/mlx4_core: Looking for promiscuous entries on the correct port
  net/mlx4_core: Fixing error flow in case of QUERY_FW failure
Eugenia Emantayev (1):
  net/mlx4_core: Return the error value in case of command initialization failure

 drivers/net/ethernet/mellanox/mlx4/main.c             |   16 +-
 drivers/net/ethernet/mellanox/mlx4/mcg.c              |  106 ++--------------
 drivers/net/ethernet/mellanox/mlx4/mlx4.h             |   76 +++++++++++
 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c |  116 ++++++++++++++++++
 include/linux/mlx4/device.h                           |   13 ++
 5 files changed, 229 insertions(+), 98 deletions(-)

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