1. 01 3月, 2013 1 次提交
  2. 24 1月, 2013 3 次提交
  3. 16 1月, 2013 4 次提交
  4. 11 1月, 2013 1 次提交
  5. 02 1月, 2013 2 次提交
  6. 03 12月, 2012 2 次提交
  7. 28 11月, 2012 1 次提交
  8. 08 11月, 2012 1 次提交
  9. 04 11月, 2012 1 次提交
  10. 02 10月, 2012 1 次提交
  11. 25 9月, 2012 1 次提交
  12. 14 9月, 2012 3 次提交
  13. 11 9月, 2012 1 次提交
  14. 31 8月, 2012 1 次提交
  15. 23 7月, 2012 1 次提交
  16. 27 6月, 2012 1 次提交
  17. 23 6月, 2012 2 次提交
  18. 20 6月, 2012 6 次提交
  19. 08 6月, 2012 1 次提交
  20. 01 5月, 2012 1 次提交
    • E
      bnx2x: remove some bloat · 1191cb83
      Eric Dumazet 提交于
      Before doing skb->head_frag work on bnx2x driver, I found too much stuff
      was inlined in bnx2x/bnx2x_cmn.h for no good reason and made my work not
      very easy.
      
      Move some big functions out of this include file to the respective .c
      file.
      
      A lot of inline keywords are not needed at all in this huge driver.
      
         text	   data	    bss	    dec	    hex	filename
       490083	   1270	     56	 491409	  77f91	bnx2x/bnx2x.ko.before
       484206	   1270	     56	 485532	  7689c	bnx2x/bnx2x.ko
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Cc: Eilon Greenstein <eilong@broadcom.com>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: Maciej Żenczykowski <maze@google.com>
      Cc: Neal Cardwell <ncardwell@google.com>
      Cc: Tom Herbert <therbert@google.com>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Ben Hutchings <bhutchings@solarflare.com>
      Cc: Matt Carlson <mcarlson@broadcom.com>
      Cc: Michael Chan <mchan@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1191cb83
  21. 24 4月, 2012 1 次提交
    • B
      bnx2x: add afex support · a3348722
      Barak Witkowski 提交于
      Following patch adds afex multifunction support to the driver (afex
      multifunction is based on vntag header) and updates FW version used to 7.2.51.
      
      Support includes the following:
      
      1. Configure vif parameters in firmware (default vlan, vif id, default
         priority, allowed priorities) according to values received from NIC.
      2. Configure FW to strip/add default vlan according to afex vlan mode.
      3. Notify link up to OS only after vif is fully initialized.
      4. Support vif list set/get requests and configure FW accordingly.
      5. Supply afex statistics upon request from NIC.
      6. Special handling to L2 interface in case of FCoE vif.
      Signed-off-by: NBarak Witkowski <barak@broadcom.com>
      Signed-off-by: NEilon Greenstein <eilong@broadcom.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a3348722
  22. 04 4月, 2012 2 次提交
  23. 20 3月, 2012 2 次提交