1. 28 10月, 2015 10 次提交
  2. 16 10月, 2015 1 次提交
  3. 13 10月, 2015 1 次提交
  4. 18 9月, 2015 1 次提交
  5. 10 9月, 2015 1 次提交
  6. 11 8月, 2015 6 次提交
  7. 30 7月, 2015 1 次提交
  8. 16 7月, 2015 1 次提交
  9. 23 6月, 2015 1 次提交
    • P
      drivers/net: remove all references to obsolete Ethernet-HOWTO · 138b15ed
      Paul Gortmaker 提交于
      This howto made sense in the 1990s when users had to manually configure
      ISA cards with jumpers or vendor utilities, but with the implementation
      of PCI it became increasingly less and less relevant, to the point where
      it has been well over a decade since I last updated it.  And there is
      no value in anyone else taking over updating it either.
      
      However the references to it continue to spread as boiler plate text
      from one Kconfig file into the next.  We are not doing end users any
      favours by pointing them at this old document, so lets kill it with
      fire, once and for all, to hopefully stop any further spread.
      
      No code is changed in this commit, just Kconfig help text.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      138b15ed
  10. 29 5月, 2015 1 次提交
  11. 27 5月, 2015 1 次提交
  12. 22 5月, 2015 1 次提交
  13. 10 5月, 2015 1 次提交
  14. 01 5月, 2015 1 次提交
  15. 30 3月, 2015 1 次提交
  16. 09 3月, 2015 1 次提交
  17. 07 3月, 2015 1 次提交
  18. 04 3月, 2015 1 次提交
  19. 02 3月, 2015 2 次提交
  20. 12 2月, 2015 1 次提交
    • S
      qlcnic: Delete existing multicast MAC list before adding new · fe79fabb
      Shahed Shaikh 提交于
      Driver keeps adding multicast addresses without deleting removed MACs and
      worrying about adapters filter limit. This results into actual count of programmed
      multicast addresses get accumulated over the time and overruns the adapter's
      filter limit without putting device in ACCEPT_ALL_MULTI mode. This causes
      newly added multicast traffic to fail after the sequence of addition - deletion
      in certain pattern.
      
      This issue is seen only when netdev's mcast list count is less than adapters
      mcast filter limit.
      
      e.g. If adapters multicast filter limit is 38 per function
           then following sequence would result in multicast traffic failure for
           newly added MACs.
           - add less than 38 multicast MACs
           - remove previously added multicast MACs
           - add new multicast MACs (less than 38)
      Signed-off-by: NShahed Shaikh <shahed.shaikh@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fe79fabb
  21. 05 2月, 2015 3 次提交
  22. 03 2月, 2015 1 次提交
  23. 25 1月, 2015 1 次提交