1. 5ab3121 amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYs by Lendacky, Thomas · 6 years ago
  2. 5d258b4 net: ethernet: Use existing define with polynomial by Krzysztof Kozlowski · 7 years ago
  3. f602b97 amd-xgbe: Interrupt summary bits are h/w version dependent by Tom Lendacky · 8 years ago
  4. 3010608 amd-xgbe: Add additional ethtool statistics by Lendacky, Thomas · 8 years ago
  5. 1a510cc amd-xgbe: Add support for VXLAN offload capabilities by Lendacky, Thomas · 8 years ago
  6. 80a788c amd-xgbe: Add per queue Tx and Rx statistics by Lendacky, Thomas · 8 years ago
  7. caa575af amd-xgbe: Optimize DMA channel interrupt enablement by Lendacky, Thomas · 8 years ago
  8. 1b63142 amd-xgbe: Update TSO packet statistics accuracy by Lendacky, Thomas · 8 years ago
  9. 6f59595 amd-xgbe: Adjust register settings to improve performance by Lendacky, Thomas · 8 years ago
  10. 7e1e6b8 amd-xgbe: Simplify the burst length settings by Lendacky, Thomas · 8 years ago
  11. 9916716 amd-xgbe: Prepare for more fine grained cache coherency controls by Lendacky, Thomas · 8 years ago
  12. 18f9f0a amd-xgbe: Add NUMA affinity support for memory allocations by Lendacky, Thomas · 8 years ago
  13. 9018ff5 amd-xgbe: Prevent looping forever if timestamp update fails by Lendacky, Thomas · 8 years ago
  14. 622c36f amd-xgbe: Fix jumbo MTU processing on newer hardware by Lendacky, Thomas · 8 years ago
  15. b42c676 amd-xgbe: Be sure to set MDIO modes on device (re)start by Lendacky, Thomas · 8 years ago
  16. 738f7f6 amd-xgbe: Check xgbe_init() return code by Lendacky, Thomas · 8 years ago
  17. 4eccbfc amd-xgbe: Add a hardware quirk for register definitions by Lendacky, Thomas · 8 years ago
  18. 1c1f619 amd-xgbe: Fix maximum GPIO value check by Lendacky, Thomas · 8 years ago
  19. 732f2ab amd-xgbe: Add support for MDIO attached PHYs by Lendacky, Thomas · 8 years ago
  20. e78332b amd-xgbe: Add ECC status support for the device memory by Lendacky, Thomas · 8 years ago
  21. 4c70dd8 amd-xgbe: Add support for new DMA interrupt mode by Lendacky, Thomas · 8 years ago
  22. aba9777 amd-xgbe: Add a workaround for Tx timestamp issue by Lendacky, Thomas · 8 years ago
  23. 5ffc033 amd-xgbe: Guard against incorrectly generated interrupts by Lendacky, Thomas · 8 years ago
  24. bd8255d amd-xgbe: Prepare for supporting PCI devices by Lendacky, Thomas · 8 years ago
  25. 4b8acdf amd-xgbe: Update how to determine DMA channel status by Lendacky, Thomas · 8 years ago
  26. e5a20b9 amd-xgbe: Support for 64-bit management counter registers by Lendacky, Thomas · 8 years ago
  27. b03a4a6 amd-xgbe: Prepare for a new PCS register access method by Lendacky, Thomas · 8 years ago
  28. e57f7a3 amd-xgbe: Prepare for working with more than one type of phy by Lendacky, Thomas · 8 years ago
  29. 43e0dcf amd-xgbe: Perform priority-based hardware FIFO allocation by Lendacky, Thomas · 8 years ago
  30. 586e3cfb amd-xgbe: Prepare for priority-based FIFO allocation by Lendacky, Thomas · 8 years ago
  31. ced3fca amd-xgbe: Mask auto-negotiation interrupts in ISR by Lendacky, Thomas · 9 years ago
  32. c3727d6 amd-xgbe: Check Rx queue fifos before stopping Rx DMA by Lendacky, Thomas · 9 years ago
  33. b3b7159 amd-xgbe: Do traffic class setup when called through dcbnl by Lendacky, Thomas · 9 years ago
  34. 6a49ee4 amd-xgbe: Fix the mapping of priorities to traffic classes by Lendacky, Thomas · 9 years ago
  35. 8dba2a2a amd-xgbe: Enable/disable PFC per traffic class by Lendacky, Thomas · 9 years ago
  36. b4eee84 amd-xgbe: Disable VLAN filtering when in promiscuous mode by Lendacky, Thomas · 9 years ago
  37. c7557e6 amd-xgbe: fix a couple timeout loops by Dan Carpenter · 9 years ago
  38. b75ec3af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  39. 20986ed amd-xgbe: Fix race between access of desc and desc index by Lendacky, Thomas · 9 years ago
  40. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  41. 20a41fb amd-xgbe: Use wmb before updating current descriptor count by Lendacky, Thomas · 9 years ago
  42. 9c439e4 amd-xgbe: Simplify calculation and setting of queue fifos by Lendacky, Thomas · 9 years ago
  43. 3947d78 amd-xgbe: Remove an unneeded semicolon on a switch statement by Lendacky, Thomas · 9 years ago
  44. cfbfd86 amd-xgbe: Fix DMA API debug warning by Lendacky, Thomas · 10 years ago
  45. 7c12aa0 amd-xgbe: Move the PHY support into amd-xgbe by Lendacky, Thomas · 10 years ago
  46. 34bf65d amd-xgbe: Add netif_* message support to the driver by Lendacky, Thomas · 10 years ago
  47. 5452b2d amd-xgbe: Add additional stats to be reported via ethtool by Lendacky, Thomas · 10 years ago
  48. b876382 amd-xgbe: Move Rx mode configuration into init by Lendacky, Thomas · 10 years ago
  49. 8dee19e amd-xgbe: Allow rx-frames coalescing to be changed anytime by Lendacky, Thomas · 10 years ago
  50. c635eaa amd-xgbe: Remove Tx coalescing by Lendacky, Thomas · 10 years ago
  51. ceb8f6b amd-xgbe: Use the new DMA memory barriers where appropriate by Lendacky, Thomas · 10 years ago
  52. 600c881 amd-xgbe: Clarify output message about queues by Lendacky, Thomas · 10 years ago
  53. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  54. e2a2729 amd-xgbe: Use proper Rx flow control register by Lendacky, Thomas · 10 years ago
  55. 82a1903 amd-xgbe: Add ACPI support by Lendacky, Thomas · 10 years ago
  56. c3152d4 amd-xgbe-phy: Change auto-negotiation logic by Lendacky, Thomas · 10 years ago
  57. a83ef42 amd-xgbe: Remove need for Tx path spinlock by Lendacky, Thomas · 10 years ago
  58. 916102c amd-xgbe: Clear all state during a device restart by Lendacky, Thomas · 10 years ago
  59. 16958a2 amd-xgbe: Add support for the skb->xmit_more flag by Lendacky, Thomas · 10 years ago
  60. eb79e64 amd-xgbe: Perform Tx coalescing on a packet basis by Lendacky, Thomas · 10 years ago
  61. 5fb4b86 amd-xgbe: Add BQL support by Lendacky, Thomas · 10 years ago
  62. c9f140e amd-xgbe: Separate Tx/Rx ring data fields into new structs by Lendacky, Thomas · 10 years ago
  63. 7bba35b amd-xgbe: Incorporate Smatch coding suggestion by Lendacky, Thomas · 10 years ago
  64. 16edd34 amd-xgbe: Tx engine must not be active before stopping it by Lendacky, Thomas · 10 years ago
  65. 5449e27 amd-xgbe: Add a read memory barrier to Tx/Rx path by Lendacky, Thomas · 10 years ago
  66. b6267d3 amd-xgbe: fix ->rss_hash_type by Dan Carpenter · 10 years ago
  67. f6ac862 amd-xgbe: Add receive side scaling ethtool support by Lendacky, Thomas · 10 years ago
  68. 5b9dfe2 amd-xgbe: Provide support for receive side scaling by Lendacky, Thomas · 10 years ago
  69. 9227dc5 amd-xgbe: Add support for per DMA channel interrupts by Lendacky, Thomas · 10 years ago
  70. 174fd25 amd-xgbe: Implement split header receive support by Lendacky, Thomas · 10 years ago
  71. 08dcc47 amd-xgbe: Use page allocations for Rx buffers by Lendacky, Thomas · 10 years ago
  72. a9d4198 amd-xgbe: Rename pre_xmit function to dev_xmit by Lendacky, Thomas · 10 years ago
  73. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  74. a3ba7c9 amd-xgbe: Enable interrupts for all management counters by Lendacky, Thomas · 11 years ago
  75. 6026510 amd-xgbe: Treat certain counter registers as 64 bit by Lendacky, Thomas · 11 years ago
  76. a2ea14d amd-xgbe: Checkpatch driver fixes by Lendacky, Thomas · 11 years ago
  77. 9fc69af amd-xgbe: Use the Tx queue count for Tx flow control support by Lendacky, Thomas · 11 years ago
  78. f076f45 amd-xgbe: Reported fifo size from hardware is not correct by Lendacky, Thomas · 11 years ago
  79. a9a4a2d amd-xgbe: Check for Tx hardware queue flushing support by Lendacky, Thomas · 11 years ago
  80. fca2d99 amd-xgbe: Add traffic class support by Lendacky, Thomas · 11 years ago
  81. 853eb16 amd-xgbe: Base queue fifo size and enablement on ring count by Lendacky, Thomas · 11 years ago
  82. 23e4eef amd-xgbe: Add hardware timestamp support by Lendacky, Thomas · 11 years ago
  83. cfa50c7 amd-xgbe: Base AXI DMA cache settings on device tree by Lendacky, Thomas · 11 years ago
  84. 9867e8f amd-xgbe: Performance enhancements by Lendacky, Thomas · 11 years ago
  85. 91f8734 amd-xgbe: Clear the proper MTL interrupt register by Lendacky, Thomas · 11 years ago
  86. b85e4d8 amd-xgbe: Change destination address filtering support by Lendacky, Thomas · 11 years ago
  87. 801c62d amd-xgbe: Add support for VLAN filtering by Lendacky, Thomas · 11 years ago
  88. c52e9c6 amd-xgbe: VLAN Rx tag stripping fix by Lendacky, Thomas · 11 years ago
  89. 6e5eed04 amd-xgbe: VLAN Tx tag insertion fix by Lendacky, Thomas · 11 years ago
  90. d0a8ba6 amd-xgbe: Make defines in xgbe.h unique by Lendacky, Thomas · 11 years ago
  91. 1caaab6 amd-xgbe: Remove unnecessary include by Tom Lendacky · 11 years ago
  92. c5aa9e3 amd-xgbe: Initial AMD 10GbE platform driver by Lendacky, Thomas · 11 years ago