1. 30 1月, 2018 1 次提交
  2. 06 12月, 2017 1 次提交
  3. 01 12月, 2017 3 次提交
  4. 01 7月, 2017 2 次提交
  5. 26 6月, 2017 1 次提交
  6. 07 4月, 2017 1 次提交
  7. 11 2月, 2017 1 次提交
  8. 30 1月, 2017 1 次提交
  9. 20 1月, 2017 1 次提交
  10. 17 11月, 2016 1 次提交
  11. 20 10月, 2016 1 次提交
  12. 19 8月, 2016 1 次提交
  13. 11 8月, 2016 1 次提交
    • H
      net: macb: Add 64 bit addressing support for GEM · fff8019a
      Harini Katakam 提交于
      This patch adds support for 64 bit addressing and BDs.
      -> Enable 64 bit addressing in DMACFG register.
      -> Set DMA mask when design config register shows support for 64 bit addr.
      -> Add new BD words for higher address when 64 bit DMA support is present.
      -> Add and update TBQPH and RBQPH for MSB of BD pointers.
      -> Change extraction and updation of buffer addresses to use
      64 bit address.
      -> In gem_rx extract address in one place insted of two and use a
      separate flag for RXUSED.
      Signed-off-by: NHarini Katakam <harinik@xilinx.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fff8019a
  14. 07 8月, 2016 1 次提交
  15. 25 6月, 2016 1 次提交
  16. 14 3月, 2016 1 次提交
  17. 11 2月, 2016 1 次提交
  18. 08 1月, 2016 1 次提交
  19. 15 12月, 2015 1 次提交
  20. 19 11月, 2015 1 次提交
  21. 28 7月, 2015 1 次提交
  22. 27 7月, 2015 3 次提交
  23. 23 5月, 2015 1 次提交
  24. 10 5月, 2015 1 次提交
  25. 01 4月, 2015 4 次提交
  26. 08 3月, 2015 2 次提交
  27. 06 3月, 2015 1 次提交
  28. 02 3月, 2015 1 次提交
  29. 21 2月, 2015 1 次提交
  30. 16 1月, 2015 1 次提交
  31. 14 1月, 2015 1 次提交
    • X
      net/macb: improved ethtool statistics support · 3ff13f1c
      Xander Huff 提交于
      Currently `ethtool -S` simply returns "no stats available". It
      would be more useful to see what the various ethtool statistics
      registers' values are. This change implements get_ethtool_stats,
      get_strings, and get_sset_count functions to accomplish this.
      
      Read all GEM statistics registers and sum them into
      macb.ethtool_stats. Add the necessary infrastructure to make this
      accessible via `ethtool -S`.
      
      Update gem_update_stats to utilize ethtool_stats.
      Signed-off-by: NXander Huff <xander.huff@ni.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      3ff13f1c