1. 15 2月, 2012 1 次提交
  2. 23 1月, 2012 2 次提交
  3. 17 12月, 2011 1 次提交
  4. 14 12月, 2011 2 次提交
  5. 01 11月, 2011 1 次提交
  6. 19 10月, 2011 1 次提交
  7. 11 8月, 2011 1 次提交
  8. 05 8月, 2011 1 次提交
  9. 19 7月, 2011 1 次提交
  10. 31 3月, 2011 1 次提交
  11. 24 3月, 2011 1 次提交
  12. 26 10月, 2010 2 次提交
    • E
      mlx4_en: Fix out of bounds array access · 0926f910
      Eli Cohen 提交于
      When searching for a free entry in either mlx4_register_vlan() or
      mlx4_register_mac(), and there is no free entry, the loop terminates without
      updating the local variable free thus causing out of array bounds access. Fix
      this by adding a proper check outside the loop.
      Signed-off-by: NEli Cohen <eli@mellanox.co.il>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0926f910
    • E
      IB/mlx4: Add VLAN support for IBoE · 4c3eb3ca
      Eli Cohen 提交于
      This patch allows IBoE traffic to be encapsulated in 802.1Q tagged
      VLAN frames.  The VLAN tag is encoded in the GID and derived from it
      by a simple computation.
      
      The netdev notifier callback is modified to catch VLAN device
      addition/removal and the port's GID table is updated to reflect the
      change, so that for each netdevice there is an entry in the GID table.
      When the port's GID table is exhausted, GID entries will not be added.
      Only children of the main interfaces can add to the GID table; if a
      VLAN interface is added on another VLAN interface (e.g. "vconfig add
      eth2.6 8"), then that interfaces will not add an entry to the GID
      table.
      Signed-off-by: NEli Cohen <eli@mellanox.co.il>
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      4c3eb3ca
  13. 01 4月, 2009 1 次提交
  14. 12 3月, 2009 1 次提交
  15. 29 11月, 2008 1 次提交
  16. 23 10月, 2008 2 次提交