1. 23 4月, 2013 3 次提交
  2. 28 3月, 2013 1 次提交
  3. 12 3月, 2013 1 次提交
  4. 01 3月, 2013 1 次提交
  5. 24 1月, 2013 3 次提交
  6. 16 1月, 2013 4 次提交
  7. 11 1月, 2013 1 次提交
  8. 02 1月, 2013 2 次提交
  9. 03 12月, 2012 2 次提交
  10. 28 11月, 2012 1 次提交
  11. 08 11月, 2012 1 次提交
  12. 04 11月, 2012 1 次提交
  13. 02 10月, 2012 1 次提交
  14. 25 9月, 2012 1 次提交
  15. 14 9月, 2012 3 次提交
  16. 11 9月, 2012 1 次提交
  17. 31 8月, 2012 1 次提交
  18. 23 7月, 2012 1 次提交
  19. 27 6月, 2012 1 次提交
  20. 23 6月, 2012 2 次提交
  21. 20 6月, 2012 6 次提交
  22. 08 6月, 2012 1 次提交
  23. 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