1. 22 8月, 2016 1 次提交
  2. 05 5月, 2016 1 次提交
  3. 27 4月, 2016 1 次提交
  4. 16 10月, 2015 1 次提交
  5. 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
  6. 14 1月, 2015 1 次提交
  7. 13 8月, 2014 1 次提交
  8. 14 5月, 2014 1 次提交
  9. 15 1月, 2014 1 次提交
  10. 03 12月, 2013 1 次提交
    • E
      net: do not pretend FRAGLIST support · 28e24c62
      Eric Dumazet 提交于
      Few network drivers really supports frag_list : virtual drivers.
      
      Some drivers wrongly advertise NETIF_F_FRAGLIST feature.
      
      If skb with a frag_list is given to them, packet on the wire will be
      corrupt.
      
      Remove this flag, as core networking stack will make sure to
      provide packets that can be sent without corruption.
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Cc: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
      Cc: Anirudha Sarangi <anirudh@xilinx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      28e24c62
  11. 24 10月, 2013 1 次提交
  12. 20 4月, 2013 3 次提交
  13. 10 3月, 2013 1 次提交
  14. 07 1月, 2013 1 次提交
  15. 04 12月, 2012 1 次提交
  16. 11 7月, 2012 1 次提交
  17. 30 4月, 2012 1 次提交
  18. 15 4月, 2012 1 次提交
  19. 07 4月, 2012 1 次提交
  20. 09 2月, 2012 1 次提交
  21. 01 2月, 2012 1 次提交
  22. 09 12月, 2011 1 次提交
  23. 19 10月, 2011 1 次提交
  24. 07 10月, 2011 1 次提交
  25. 04 10月, 2011 1 次提交
  26. 23 9月, 2011 1 次提交
  27. 27 8月, 2011 1 次提交
    • J
      drivers/net/ethernet/*: Enabled vendor Kconfig options · 88f07484
      Jeff Kirsher 提交于
      Based on finds for Stephen Rothwell, where current defconfig's
      enable a ethernet driver and it is not compiled due to the newly
      added NET_VENDOR_* component of Kconfig.
      
      This patch enables all the "new" Kconfig options so that current
      defconfig's will continue to compile the expected drivers.  In
      addition, by enabling all the new Kconfig options does not add
      any un-expected options.
      
      CC: Stephen Rothwll <sfc@canb.auug.org.au>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      88f07484
  28. 18 8月, 2011 1 次提交
  29. 12 8月, 2011 1 次提交