1. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  2. 078b29d amd-xgbe: Use disable_irq_nosync from within timer function by Lendacky, Thomas · 9 years ago
  3. 73c25916 amd-xgbe: Add setting of a missing hardware feature by Lendacky, Thomas · 9 years ago
  4. c1ce2f7 amd-xgbe: Fix flow control setting logic by Lendacky, Thomas · 9 years ago
  5. 7c12aa0 amd-xgbe: Move the PHY support into amd-xgbe by Lendacky, Thomas · 9 years ago
  6. 7d9ca34 amd-xgbe: Rework the Rx path SKB allocation by Lendacky, Thomas · 9 years ago
  7. 34bf65d amd-xgbe: Add netif_* message support to the driver by Lendacky, Thomas · 9 years ago
  8. 4ffd3c7 net: batch of last_rx update avoidance in ethernet drivers. by françois romieu · 9 years ago
  9. a8373f1 amd-xgbe: Add support for the netdev Tx watchdog by Lendacky, Thomas · 9 years ago
  10. b876382 amd-xgbe: Move Rx mode configuration into init by Lendacky, Thomas · 9 years ago
  11. 8dee19e amd-xgbe: Allow rx-frames coalescing to be changed anytime by Lendacky, Thomas · 9 years ago
  12. 385565a amd-xgbe: Use napi_alloc_skb when allocating skb in softirq by Lendacky, Thomas · 9 years ago
  13. 4a57ebc amd-xgbe: Fix Rx coalescing reporting by Lendacky, Thomas · 9 years ago
  14. c635eaa amd-xgbe: Remove Tx coalescing by Lendacky, Thomas · 9 years ago
  15. 386d325 amd-xgbe: Set DMA mask based on hardware register value by Lendacky, Thomas · 9 years ago
  16. ceb8f6b amd-xgbe: Use the new DMA memory barriers where appropriate by Lendacky, Thomas · 9 years ago
  17. c30e76a amd-xgbe: Request IRQs only after driver is fully setup by Lendacky, Thomas · 9 years ago
  18. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  19. fd972b7 amd-xgbe: Check per channel DMA interrupt use in main ISR by Lendacky, Thomas · 9 years ago
  20. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. cf180b8 amd-xgbe: Set RSS enablement based on hardware features by Lendacky, Thomas · 9 years ago
  22. 211fcf6 amd-xgbe: Adjust for zero-based traffic class count by Lendacky, Thomas · 9 years ago
  23. a83ef42 amd-xgbe: Remove need for Tx path spinlock by Lendacky, Thomas · 10 years ago
  24. 270894e amd-xgbe: Simplify the Rx desciptor ring tracking by Lendacky, Thomas · 10 years ago
  25. 916102c amd-xgbe: Clear all state during a device restart by Lendacky, Thomas · 10 years ago
  26. 1d67d7f6 amd-xgbe: Checkpatch fixes by Lendacky, Thomas · 10 years ago
  27. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  28. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  29. f9c5c62 amd-xgbe: Use disable_irq_nosync when in IRQ context by Lendacky, Thomas · 10 years ago
  30. 244d62b amd-xgbe: Prevent Tx cleanup stall by Lendacky, Thomas · 10 years ago
  31. 54ceb9e amd-xgbe: IRQ names require allocated memory by Lendacky, Thomas · 10 years ago
  32. 16958a2 amd-xgbe: Add support for the skb->xmit_more flag by Lendacky, Thomas · 10 years ago
  33. 5fb4b86 amd-xgbe: Add BQL support by Lendacky, Thomas · 10 years ago
  34. c9f140e amd-xgbe: Separate Tx/Rx ring data fields into new structs by Lendacky, Thomas · 10 years ago
  35. 5449e27 amd-xgbe: Add a read memory barrier to Tx/Rx path by Lendacky, Thomas · 10 years ago
  36. f5eecbb amd-xgbe: Check for complete packet on skb allocation error by Lendacky, Thomas · 10 years ago
  37. e98c72c amd-xgbe: Free channel/ring structures later by Lendacky, Thomas · 10 years ago
  38. a7beaf2 amd-xgbe: Fix a spelling error by Lendacky, Thomas · 10 years ago
  39. 5b9dfe2 amd-xgbe: Provide support for receive side scaling by Lendacky, Thomas · 10 years ago
  40. 9227dc5 amd-xgbe: Add support for per DMA channel interrupts by Lendacky, Thomas · 10 years ago
  41. 174fd25 amd-xgbe: Implement split header receive support by Lendacky, Thomas · 10 years ago
  42. 08dcc47 amd-xgbe: Use page allocations for Rx buffers by Lendacky, Thomas · 10 years ago
  43. a9d4198 amd-xgbe: Rename pre_xmit function to dev_xmit by Lendacky, Thomas · 10 years ago
  44. 4780b7c amd-xgbe: Move ring allocation to device open by Lendacky, Thomas · 10 years ago
  45. 55ca6bc amd-xgbe: Fix napi Rx budget accounting by Lendacky, Thomas · 10 years ago
  46. 386f1c9 amd-xgbe: Properly handle feature changes via ethtool by Lendacky, Thomas · 10 years ago
  47. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  48. a2ea14d amd-xgbe: Checkpatch driver fixes by Lendacky, Thomas · 10 years ago
  49. a9a4a2d amd-xgbe: Check for Tx hardware queue flushing support by Lendacky, Thomas · 10 years ago
  50. 67f2527 amd: xgbe: fix duplicate #include of linux/phy.h by Jean Sacren · 10 years ago
  51. 88131a8 amd-xgbe: Perform phy connect/disconnect at dev open/stop by Lendacky, Thomas · 10 years ago
  52. fca2d99 amd-xgbe: Add traffic class support by Lendacky, Thomas · 10 years ago
  53. 23e4eef amd-xgbe: Add hardware timestamp support by Lendacky, Thomas · 10 years ago
  54. 9867e8f amd-xgbe: Performance enhancements by Lendacky, Thomas · 10 years ago
  55. ff42606 amd-xgbe: Call netif_napi_del on ndo_stop operation by Lendacky, Thomas · 10 years ago
  56. b85e4d8 amd-xgbe: Change destination address filtering support by Lendacky, Thomas · 10 years ago
  57. 801c62d amd-xgbe: Add support for VLAN filtering by Lendacky, Thomas · 10 years ago
  58. d0a8ba6 amd-xgbe: Make defines in xgbe.h unique by Lendacky, Thomas · 10 years ago
  59. c5aa9e3 amd-xgbe: Initial AMD 10GbE platform driver by Lendacky, Thomas · 10 years ago