1. 03 8月, 2013 1 次提交
  2. 29 6月, 2013 1 次提交
  3. 20 4月, 2013 2 次提交
  4. 18 3月, 2013 1 次提交
  5. 05 2月, 2013 1 次提交
  6. 06 12月, 2012 1 次提交
    • A
      myri10ge: fix most sparse warnings · 59e955ed
      Andrew Gallatin 提交于
      - convert remaining htonl/ntohl +__raw_read/__raw_writel to
        swab32 + readl/writel
      - add missing __iomem qualifier in myri10ge_open()
      - fix  dubious: x & !y warning by switching from logical to bitwise not
      
      The swab32 conversion fixes a bug in myri10ge_led() where
      big-endian machines would write the wrong pattern.
      
      The only remaining warning (lock context imbalance) is due to
      the use of __netif_tx_trylock(), and cannot easily be fixed.
      Signed-off-by: NAndrew Gallatin <gallatin@myri.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      59e955ed
  7. 02 12月, 2012 1 次提交
  8. 01 12月, 2012 2 次提交
  9. 19 11月, 2012 1 次提交
  10. 24 8月, 2012 1 次提交
  11. 05 7月, 2012 1 次提交
  12. 07 4月, 2012 1 次提交
  13. 01 2月, 2012 1 次提交
  14. 20 12月, 2011 1 次提交
  15. 17 11月, 2011 1 次提交
  16. 21 10月, 2011 1 次提交
  17. 19 10月, 2011 1 次提交
  18. 07 10月, 2011 1 次提交
  19. 06 10月, 2011 1 次提交
  20. 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
  21. 18 8月, 2011 1 次提交
  22. 11 8月, 2011 1 次提交