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