netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5] net/mlx4: Fixes to mlx4_core driver.
@ 2012-09-06  8:50 Yevgeny Petrilin
  2012-09-06  8:50 ` [PATCH net 1/5] net/mlx4_core: Put Firmware flow steering structures in common header files Yevgeny Petrilin
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yevgeny Petrilin @ 2012-09-06  8:50 UTC (permalink / raw)
  To: davem; +Cc: netdev

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

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

end of thread, other threads:[~2012-09-07 16:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06  8:50 [PATCH net 0/5] net/mlx4: Fixes to mlx4_core driver Yevgeny Petrilin
2012-09-06  8:50 ` [PATCH net 1/5] net/mlx4_core: Put Firmware flow steering structures in common header files Yevgeny Petrilin
2012-09-06  8:50 ` [PATCH net 2/5] net/mlx4_core: Add security check / enforcement for flow steering rules set for VMs Yevgeny Petrilin
2012-09-06  8:50 ` [PATCH net 3/5] net/mlx4_core: Looking for promiscuous entries on the correct port Yevgeny Petrilin
2012-09-06  8:50 ` [PATCH net 4/5] net/mlx4_core: Fixing error flow in case of QUERY_FW failure Yevgeny Petrilin
2012-09-06  8:50 ` [PATCH net 5/5] net/mlx4_core: Return the error value in case of command initialization failure Yevgeny Petrilin
2012-09-07 16:58 ` [PATCH net 0/5] net/mlx4: Fixes to mlx4_core driver David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).