1. 07 3月, 2012 2 次提交
  2. 07 2月, 2012 1 次提交
  3. 23 1月, 2012 1 次提交
  4. 19 1月, 2012 1 次提交
  5. 14 12月, 2011 1 次提交
  6. 28 11月, 2011 3 次提交
  7. 15 11月, 2011 1 次提交
  8. 01 11月, 2011 1 次提交
  9. 19 10月, 2011 2 次提交
  10. 10 10月, 2011 3 次提交
  11. 11 8月, 2011 1 次提交
  12. 22 7月, 2011 1 次提交
  13. 16 4月, 2011 1 次提交
  14. 24 3月, 2011 7 次提交
  15. 26 10月, 2010 1 次提交
    • 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
  16. 07 9月, 2010 1 次提交
  17. 25 8月, 2010 7 次提交
  18. 23 8月, 2010 1 次提交
  19. 16 7月, 2010 1 次提交
    • J
      drivers/net/mlx4: Use %pV, pr_<level>, printk_once · 0a645e80
      Joe Perches 提交于
      Remove near duplication of format string constants by using the newly
      introduced vsprintf extention %pV to reduce text by 20k or so.
      
      $ size drivers/net/mlx4/built-in.o*
         text	   data	    bss	    dec	    hex	filename
       161367	   1866	  48784	 212017	  33c31	drivers/net/mlx4/built-in.o
       142621	   1866	  46248	 190735	  2e90f	drivers/net/mlx4/built-in.o.new
      
      Use printk_once as appropriate.
      Convert printks to pr_<level>, some bare printks now use pr_cont.
      Remove now unused #define PFX.
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0a645e80
  20. 17 3月, 2010 1 次提交
  21. 04 12月, 2009 1 次提交
  22. 01 9月, 2009 1 次提交