1. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  2. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. a09f4af lance: Return correct error code by Amitoj Kaur Chawla · 9 years ago
  4. ced3fca amd-xgbe: Mask auto-negotiation interrupts in ISR by Lendacky, Thomas · 9 years ago
  5. c3727d6 amd-xgbe: Check Rx queue fifos before stopping Rx DMA by Lendacky, Thomas · 9 years ago
  6. b3b7159 amd-xgbe: Do traffic class setup when called through dcbnl by Lendacky, Thomas · 9 years ago
  7. 6a49ee4 amd-xgbe: Fix the mapping of priorities to traffic classes by Lendacky, Thomas · 9 years ago
  8. 8dba2a2 amd-xgbe: Enable/disable PFC per traffic class by Lendacky, Thomas · 9 years ago
  9. 757e6aa amd-xgbe: Verify forced speed matches the active speedset by Lendacky, Thomas · 9 years ago
  10. 7934942 amd-xgbe: Use __napi_schedule_irqoff by Lendacky, Thomas · 9 years ago
  11. 491aefb amd-xgbe: Change from napi_complete to napi_complete_done by Lendacky, Thomas · 9 years ago
  12. b4eee84 amd-xgbe: Disable VLAN filtering when in promiscuous mode by Lendacky, Thomas · 9 years ago
  13. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  14. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  15. a5a23ad net: am79c961a: avoid %? in inline assembly by Arnd Bergmann · 9 years ago
  16. ede5599 ethernet: amd: au1000: Remove pointless warning by Andrew Lunn · 9 years ago
  17. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  18. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  19. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 9 years ago
  20. 84eff6d phy: add phydev_name() wrapper by Andrew Lunn · 9 years ago
  21. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  22. c7557e6 amd-xgbe: fix a couple timeout loops by Dan Carpenter · 9 years ago
  23. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. 1a47de6 various: fix pci_set_dma_mask return value checking by Christoph Hellwig · 9 years ago
  25. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  26. be23c9d Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  27. 46a7fd8 pcnet32: use pci_set_dma_mask insted of pci_dma_supported by Christoph Hellwig · 9 years ago
  28. f2115fa Merge branch 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  29. 1831eff device property: ACPI: Make use of the new DMA Attribute APIs by Suthikulpanit, Suravee · 9 years ago
  30. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  31. 20986ed amd-xgbe: Fix race between access of desc and desc index by Lendacky, Thomas · 9 years ago
  32. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  33. 20a41fb amd-xgbe: Use wmb before updating current descriptor count by Lendacky, Thomas · 9 years ago
  34. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  35. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  36. 96aec91 amd-xgbe: Use system workqueue for device restart by Lendacky, Thomas · 9 years ago
  37. 855591d amd-xgbe: Check for successful buffer allocation before use by Tom Lendacky · 9 years ago
  38. 50789845c amd-xgbe: Remove the XGBE_LINK state bit by Lendacky, Thomas · 9 years ago
  39. afb43e8 amd-xgbe: Use device workqueue instead of system workqueue by Lendacky, Thomas · 9 years ago
  40. 72c9ac4 amd-xgbe: Add receive buffer unavailable statistic by Lendacky, Thomas · 9 years ago
  41. 9c439e4 amd-xgbe: Simplify calculation and setting of queue fifos by Lendacky, Thomas · 9 years ago
  42. e5dd8b8 amd-xgbe: Add ethtool error and debug messages by Lendacky, Thomas · 9 years ago
  43. 349fb2d7 amd-xgbe: Add ethtool support for setting the msglevel by Lendacky, Thomas · 9 years ago
  44. 47f2e6c amd-xgbe: Use proper DT / ACPI precedence checking by Lendacky, Thomas · 9 years ago
  45. 3947d78 amd-xgbe: Remove an unneeded semicolon on a switch statement by Lendacky, Thomas · 9 years ago
  46. 9dc80a7 amd-xgbe: fix potential memory leak in xgbe-debugfs by Geliang Tang · 9 years ago
  47. 1878504 net: hplance: Allow modular build by Geert Uytterhoeven · 9 years ago
  48. 93a82ca net: 7990: Export lance_poll() to modules by Geert Uytterhoeven · 9 years ago
  49. e1c0506 treewide: fix typos in comment blocks by Masahiro Yamada · 9 years ago
  50. cfbfd86 amd-xgbe: Fix DMA API debug warning by Lendacky, Thomas · 9 years ago
  51. 472cfe7 amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation by Tom Lendacky · 9 years ago
  52. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  53. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  54. c9a4964 amd-xgbe: Unify coherency checking logic with device_dma_is_coherent() by Suthikulpanit, Suravee · 9 years ago
  55. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. 078b29d amd-xgbe: Use disable_irq_nosync from within timer function by Lendacky, Thomas · 9 years ago
  57. d5c7839 amd-xgbe: Add more netif_dbg output to the driver by Lendacky, Thomas · 9 years ago
  58. 471e14b amd-xgbe: Fix initial mode when auto-negotiation is disabled by Lendacky, Thomas · 9 years ago
  59. 73c25916 amd-xgbe: Add setting of a missing hardware feature by Lendacky, Thomas · 9 years ago
  60. fc7aabf amd-xgbe: Remove manual check and set of dma_mask pointer by Lendacky, Thomas · 9 years ago
  61. c1ce2f7 amd-xgbe: Fix flow control setting logic by Lendacky, Thomas · 9 years ago
  62. 34bfff4 amd-xgbe: Support defining PHY resources in ETH device node by Lendacky, Thomas · 9 years ago
  63. 7c12aa0 amd-xgbe: Move the PHY support into amd-xgbe by Lendacky, Thomas · 9 years ago
  64. 7d9ca34 amd-xgbe: Rework the Rx path SKB allocation by Lendacky, Thomas · 9 years ago
  65. 34bf65d amd-xgbe: Add netif_* message support to the driver by Lendacky, Thomas · 9 years ago
  66. 5452b2d amd-xgbe: Add additional stats to be reported via ethtool by Lendacky, Thomas · 9 years ago
  67. 4ffd3c7 net: batch of last_rx update avoidance in ethernet drivers. by françois romieu · 9 years ago
  68. 74a78b1 net: amd-xgbe: Add hardware dependency by Jean Delvare · 9 years ago
  69. 61e77d2 ethernet: amd: AMD_XGBE should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  70. a8373f1 amd-xgbe: Add support for the netdev Tx watchdog by Lendacky, Thomas · 10 years ago
  71. b876382 amd-xgbe: Move Rx mode configuration into init by Lendacky, Thomas · 10 years ago
  72. 8dee19e amd-xgbe: Allow rx-frames coalescing to be changed anytime by Lendacky, Thomas · 10 years ago
  73. 15dd95f ptp: xgbe: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  74. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  75. 385565a amd-xgbe: Use napi_alloc_skb when allocating skb in softirq by Lendacky, Thomas · 10 years ago
  76. 4a57ebc amd-xgbe: Fix Rx coalescing reporting by Lendacky, Thomas · 10 years ago
  77. c635eaa amd-xgbe: Remove Tx coalescing by Lendacky, Thomas · 10 years ago
  78. 386d325 amd-xgbe: Set DMA mask based on hardware register value by Lendacky, Thomas · 10 years ago
  79. ceb8f6b amd-xgbe: Use the new DMA memory barriers where appropriate by Lendacky, Thomas · 10 years ago
  80. 600c881 amd-xgbe: Clarify output message about queues by Lendacky, Thomas · 10 years ago
  81. 65f57cb amd-xgbe-phy: Use the phy_driver flags field by Lendacky, Thomas · 10 years ago
  82. 87f966d net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5} by Markos Chandras · 10 years ago
  83. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  84. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  86. c30e76a amd-xgbe: Request IRQs only after driver is fully setup by Lendacky, Thomas · 10 years ago
  87. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  88. ab0475d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 10 years ago
  89. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. fd972b7 amd-xgbe: Check per channel DMA interrupt use in main ISR by Lendacky, Thomas · 10 years ago
  91. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  92. cf180b8 amd-xgbe: Set RSS enablement based on hardware features by Lendacky, Thomas · 10 years ago
  93. 211fcf6 amd-xgbe: Adjust for zero-based traffic class count by Lendacky, Thomas · 10 years ago
  94. 96a3017 net: am2150: fix nmclan_cs.c shared interrupt handling by Arnd Bergmann · 10 years ago
  95. e9b106b net: lance,ni64: don't build for ARM by Arnd Bergmann · 10 years ago
  96. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  97. e2a2729 amd-xgbe: Use proper Rx flow control register by Lendacky, Thomas · 10 years ago
  98. 5bdc738 mii: Handle link state changes for forced modes in mii_check_media() by Ben Hutchings · 10 years ago
  99. 82a1903 amd-xgbe: Add ACPI support by Lendacky, Thomas · 10 years ago
  100. c3152d4 amd-xgbe-phy: Change auto-negotiation logic by Lendacky, Thomas · 10 years ago