1. d7aba64 amd-xgbe: Enable IRQs only if napi_complete_done() is true by Lendacky, Thomas · 8 years ago
  2. 402168b amd-xgbe: Stop the PHY before releasing interrupts by Lendacky, Thomas · 8 years ago
  3. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  4. 738f7f6 amd-xgbe: Check xgbe_init() return code by Lendacky, Thomas · 9 years ago
  5. bb1d303 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  6. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 9 years ago
  7. 896b4db amd-xgbe: Fix IRQ processing when running in single IRQ mode by Lendacky, Thomas · 9 years ago
  8. 732f2ab amd-xgbe: Add support for MDIO attached PHYs by Lendacky, Thomas · 9 years ago
  9. 5ab1dcd amd-xgbe: Add I2C support for sideband communication by Lendacky, Thomas · 9 years ago
  10. e78332b amd-xgbe: Add ECC status support for the device memory by Lendacky, Thomas · 9 years ago
  11. 4c70dd8 amd-xgbe: Add support for new DMA interrupt mode by Lendacky, Thomas · 9 years ago
  12. 47f164d amd-xgbe: Add PCI device support by Lendacky, Thomas · 9 years ago
  13. bd8255d amd-xgbe: Prepare for supporting PCI devices by Lendacky, Thomas · 9 years ago
  14. e57f7a3 amd-xgbe: Prepare for working with more than one type of phy by Lendacky, Thomas · 9 years ago
  15. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 9 years ago
  16. ce0b15d xgbe: constify get_netdev_ops and get_ethtool_ops by stephen hemminger · 9 years ago
  17. fb160eb net: amd-xgbe: use correct format specifier by xypron.glpk@gmx.de · 9 years ago
  18. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  19. b3b7159 amd-xgbe: Do traffic class setup when called through dcbnl by Lendacky, Thomas · 9 years ago
  20. 7934942 amd-xgbe: Use __napi_schedule_irqoff by Lendacky, Thomas · 9 years ago
  21. 491aefb amd-xgbe: Change from napi_complete to napi_complete_done by Lendacky, Thomas · 9 years ago
  22. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  23. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  24. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 10 years ago
  25. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  26. 20986ed amd-xgbe: Fix race between access of desc and desc index by Lendacky, Thomas · 10 years ago
  27. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. 20a41fb amd-xgbe: Use wmb before updating current descriptor count by Lendacky, Thomas · 10 years ago
  29. 96aec91 amd-xgbe: Use system workqueue for device restart by Lendacky, Thomas · 10 years ago
  30. afb43e8 amd-xgbe: Use device workqueue instead of system workqueue by Lendacky, Thomas · 10 years ago
  31. 72c9ac4 amd-xgbe: Add receive buffer unavailable statistic by Lendacky, Thomas · 10 years ago
  32. cfbfd86 amd-xgbe: Fix DMA API debug warning by Lendacky, Thomas · 10 years ago
  33. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 078b29d amd-xgbe: Use disable_irq_nosync from within timer function by Lendacky, Thomas · 10 years ago
  35. 73c25916 amd-xgbe: Add setting of a missing hardware feature by Lendacky, Thomas · 10 years ago
  36. c1ce2f7 amd-xgbe: Fix flow control setting logic by Lendacky, Thomas · 10 years ago
  37. 7c12aa0 amd-xgbe: Move the PHY support into amd-xgbe by Lendacky, Thomas · 10 years ago
  38. 7d9ca34 amd-xgbe: Rework the Rx path SKB allocation by Lendacky, Thomas · 10 years ago
  39. 34bf65d amd-xgbe: Add netif_* message support to the driver by Lendacky, Thomas · 10 years ago
  40. 4ffd3c7 net: batch of last_rx update avoidance in ethernet drivers. by françois romieu · 10 years ago
  41. a8373f1 amd-xgbe: Add support for the netdev Tx watchdog by Lendacky, Thomas · 10 years ago
  42. b876382 amd-xgbe: Move Rx mode configuration into init by Lendacky, Thomas · 10 years ago
  43. 8dee19e amd-xgbe: Allow rx-frames coalescing to be changed anytime by Lendacky, Thomas · 10 years ago
  44. 385565a amd-xgbe: Use napi_alloc_skb when allocating skb in softirq by Lendacky, Thomas · 10 years ago
  45. 4a57ebc amd-xgbe: Fix Rx coalescing reporting by Lendacky, Thomas · 10 years ago
  46. c635eaa amd-xgbe: Remove Tx coalescing by Lendacky, Thomas · 10 years ago
  47. 386d325 amd-xgbe: Set DMA mask based on hardware register value by Lendacky, Thomas · 10 years ago
  48. ceb8f6b amd-xgbe: Use the new DMA memory barriers where appropriate by Lendacky, Thomas · 10 years ago
  49. c30e76a amd-xgbe: Request IRQs only after driver is fully setup by Lendacky, Thomas · 10 years ago
  50. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  51. fd972b7 amd-xgbe: Check per channel DMA interrupt use in main ISR by Lendacky, Thomas · 11 years ago
  52. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. cf180b8 amd-xgbe: Set RSS enablement based on hardware features by Lendacky, Thomas · 11 years ago
  54. 211fcf6 amd-xgbe: Adjust for zero-based traffic class count by Lendacky, Thomas · 11 years ago
  55. a83ef42 amd-xgbe: Remove need for Tx path spinlock by Lendacky, Thomas · 11 years ago
  56. 270894e amd-xgbe: Simplify the Rx desciptor ring tracking by Lendacky, Thomas · 11 years ago
  57. 916102c amd-xgbe: Clear all state during a device restart by Lendacky, Thomas · 11 years ago
  58. 1d67d7f6 amd-xgbe: Checkpatch fixes by Lendacky, Thomas · 11 years ago
  59. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 11 years ago
  60. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  61. f9c5c62 amd-xgbe: Use disable_irq_nosync when in IRQ context by Lendacky, Thomas · 11 years ago
  62. 244d62b amd-xgbe: Prevent Tx cleanup stall by Lendacky, Thomas · 11 years ago
  63. 54ceb9e amd-xgbe: IRQ names require allocated memory by Lendacky, Thomas · 11 years ago
  64. 16958a2 amd-xgbe: Add support for the skb->xmit_more flag by Lendacky, Thomas · 11 years ago
  65. 5fb4b86 amd-xgbe: Add BQL support by Lendacky, Thomas · 11 years ago
  66. c9f140e amd-xgbe: Separate Tx/Rx ring data fields into new structs by Lendacky, Thomas · 11 years ago
  67. 5449e27 amd-xgbe: Add a read memory barrier to Tx/Rx path by Lendacky, Thomas · 11 years ago
  68. f5eecbb amd-xgbe: Check for complete packet on skb allocation error by Lendacky, Thomas · 11 years ago
  69. e98c72c amd-xgbe: Free channel/ring structures later by Lendacky, Thomas · 11 years ago
  70. a7beaf2 amd-xgbe: Fix a spelling error by Lendacky, Thomas · 11 years ago
  71. 5b9dfe2 amd-xgbe: Provide support for receive side scaling by Lendacky, Thomas · 11 years ago
  72. 9227dc5 amd-xgbe: Add support for per DMA channel interrupts by Lendacky, Thomas · 11 years ago
  73. 174fd25 amd-xgbe: Implement split header receive support by Lendacky, Thomas · 11 years ago
  74. 08dcc47 amd-xgbe: Use page allocations for Rx buffers by Lendacky, Thomas · 11 years ago
  75. a9d4198 amd-xgbe: Rename pre_xmit function to dev_xmit by Lendacky, Thomas · 11 years ago
  76. 4780b7c amd-xgbe: Move ring allocation to device open by Lendacky, Thomas · 11 years ago
  77. 55ca6bc amd-xgbe: Fix napi Rx budget accounting by Lendacky, Thomas · 11 years ago
  78. 386f1c9 amd-xgbe: Properly handle feature changes via ethtool by Lendacky, Thomas · 11 years ago
  79. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. a2ea14d amd-xgbe: Checkpatch driver fixes by Lendacky, Thomas · 11 years ago
  81. a9a4a2d amd-xgbe: Check for Tx hardware queue flushing support by Lendacky, Thomas · 11 years ago
  82. 67f2527 amd: xgbe: fix duplicate #include of linux/phy.h by Jean Sacren · 11 years ago
  83. 88131a8 amd-xgbe: Perform phy connect/disconnect at dev open/stop by Lendacky, Thomas · 11 years ago
  84. fca2d99 amd-xgbe: Add traffic class support by Lendacky, Thomas · 11 years ago
  85. 23e4eef amd-xgbe: Add hardware timestamp support by Lendacky, Thomas · 11 years ago
  86. 9867e8f amd-xgbe: Performance enhancements by Lendacky, Thomas · 11 years ago
  87. ff42606 amd-xgbe: Call netif_napi_del on ndo_stop operation by Lendacky, Thomas · 11 years ago
  88. b85e4d8 amd-xgbe: Change destination address filtering support by Lendacky, Thomas · 11 years ago
  89. 801c62d amd-xgbe: Add support for VLAN filtering by Lendacky, Thomas · 11 years ago
  90. d0a8ba6 amd-xgbe: Make defines in xgbe.h unique by Lendacky, Thomas · 11 years ago
  91. c5aa9e3 amd-xgbe: Initial AMD 10GbE platform driver by Lendacky, Thomas · 11 years ago