1. 13 6月, 2014 2 次提交
  2. 03 6月, 2014 1 次提交
  3. 16 1月, 2014 1 次提交
  4. 14 1月, 2014 1 次提交
    • S
      bnx2x: namespace and dead code cleanups · a8f47eb7
      stephen hemminger 提交于
      Fix a bunch of whole lot of namespace issues with the Broadcom bnx2x driver
      found by running 'make namespacecheck'
      
       * global variables must be prefixed with bnx2x_
          naming a variable int_mode, or num_queue is invitation to disaster
      
       * make local functions static
      
       * move some inline's used in one file out of header
         (this driver has a bad case of inline-itis)
      
       * remove resulting dead code fallout
       	 bnx2x_pfc_statistic,
      	 bnx2x_emac_get_pfc_stat
       	 bnx2x_init_vlan_mac_obj,
         Looks like vlan mac support in this driver was a botch from day one
         either never worked, or not implemented or missing support functions
      
      Compile tested only.
      Signed-off-by: NStephen Hemminger <stephen@networkplumber.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a8f47eb7
  5. 02 1月, 2014 5 次提交
  6. 29 9月, 2013 2 次提交
  7. 23 9月, 2013 5 次提交
  8. 07 9月, 2013 1 次提交
  9. 06 9月, 2013 1 次提交
  10. 25 4月, 2013 1 次提交
  11. 08 4月, 2013 1 次提交
  12. 28 3月, 2013 2 次提交
  13. 12 3月, 2013 3 次提交
  14. 08 3月, 2013 2 次提交
  15. 01 3月, 2013 3 次提交
  16. 25 2月, 2013 1 次提交
  17. 03 2月, 2013 1 次提交
  18. 16 1月, 2013 1 次提交
  19. 28 12月, 2012 1 次提交
  20. 08 12月, 2012 1 次提交
  21. 28 11月, 2012 4 次提交