1. b70d846 atl1c: remove redundant assignment to variable tpd_req by Colin Ian King · 6 years ago
  2. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  3. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  5. d51b6ce net: ethernet: add ag71xx driver by Oleksij Rempel · 6 years ago
  6. e62d949 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33 by Thomas Gleixner · 6 years ago
  7. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  8. dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  9. 66c0317 net: atheros: fix spelling mistake "underun" -> "underrun" by Colin Ian King · 6 years ago
  10. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  11. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  12. 4593403 net: set static variable an initial value in atl2_probe() by Mao Wenan · 6 years ago
  13. d270f67 net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
  14. 682a789 atheros: atl2: fix an indentaion issue on a return statement by Colin Ian King · 6 years ago
  15. 7509ef2 atl1c: fix indentation issue on an if statement by Colin Ian King · 6 years ago
  16. 7304720 atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any() by Yang Wei · 6 years ago
  17. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  18. ff07d48 atl1e: checking the status of atl1e_write_phy_reg by Kangjie Lu · 6 years ago
  19. 7131193 net: alx: make alx_drv_name static by Rasmus Villemoes · 6 years ago
  20. bd6bf7c Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  21. 62b36c3 PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls by Oza Pawandeep · 6 years ago
  22. 713746b atl1: remove set but not used variable 'advertising' by YueHaibing · 6 years ago
  23. e641e99f net: ethernet: remove redundant include by zhong jiang · 6 years ago
  24. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  25. 6e56830 atl1c: reserve min skb headroom by Florian Westphal · 7 years ago
  26. 371b4fc net: alx: remove redundant variable old_duplex by Colin Ian King · 7 years ago
  27. bc800e8 alx: take rtnl before calling __alx_open from resume by Sabrina Dubroca · 7 years ago
  28. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  29. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  30. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  31. 62d4fd4 net: atl1c: fix spelling mistake: "droppted" -> "dropped" by Colin Ian King · 8 years ago
  32. bd703a1 net: atheros: atl2: don't return zero on failure path in atl2_probe() by Alexey Khoroshilov · 8 years ago
  33. 50fb55d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  34. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
  35. 2c041af net: alx: handle pci_alloc_irq_vectors return correctly by Rakesh Pandit · 8 years ago
  36. 4cc17bc net: atheros: atl1: use offset_in_page() macro by Geliang Tang · 8 years ago
  37. f3297f6 net: alx: switch to pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  38. c45f8e1 atl1e: add GRO support by Eric Dumazet · 8 years ago
  39. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  40. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. 185acee alx: work around hardware bug in interrupt fallback path by Tobias Regnery · 8 years ago
  42. 37187a0 alx: fix fallback to msi or legacy interrupts by Tobias Regnery · 8 years ago
  43. f1db5c1 alx: fix wrong condition to free descriptor memory by Tobias Regnery · 8 years ago
  44. 3a7f75e alx: add feature flag for rx checksumming by Tobias Regnery · 8 years ago
  45. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  46. 6bdf1e0e Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  47. d768319 alx: enable multiple tx queues by Tobias Regnery · 8 years ago
  48. f58e0f7 alx: enable msi-x interrupts by default by Tobias Regnery · 8 years ago
  49. 2e06826 alx: prepare tx path for multi queue support by Tobias Regnery · 8 years ago
  50. a4076d3 alx: prepare resource allocation for multi queue support by Tobias Regnery · 8 years ago
  51. e0eac25 alx: prepare interrupt functions for multiple queues by Tobias Regnery · 8 years ago
  52. 702e841 alx: switch to per queue data structures by Tobias Regnery · 8 years ago
  53. b099922 alx: add ability to allocate and free alx_napi structures by Tobias Regnery · 8 years ago
  54. bccffcf alx: extend data structures for multi queue support by Tobias Regnery · 8 years ago
  55. 8c2a4c8 alx: refactor descriptor allocation by Tobias Regnery · 8 years ago
  56. a788859 net: atheros: atl2: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  57. 1dae02b3 net: atheros: atl1: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  58. 58046c7 net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  59. 36a4e69 net: alx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  60. 63fb571 net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  61. 67bef94 ethernet/atheros: use core min/max MTU checking by Jarod Wilson · 8 years ago
  62. 0ca4e20 alx: fix error handling in __alx_open by Tobias Regnery · 9 years ago
  63. 0c58ee0 alx: add module parameter to enable msi-x support by Tobias Regnery · 9 years ago
  64. dc39a78 alx: add msi-x support by Tobias Regnery · 9 years ago
  65. a0373ae alx: factor out part of the interrupt handler by Tobias Regnery · 9 years ago
  66. 9ee7b68 alx: refactor msi enablement and disablement by Tobias Regnery · 9 years ago
  67. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  68. b99b43b Add Killer E2500 device ID in alx driver. by Owen Lin · 9 years ago
  69. ab725983 alx: add tso support by Tobias Regnery · 9 years ago
  70. 9454c23 Merge branch 'pci/msi-affinity' into next by Bjorn Helgaas · 9 years ago
  71. caa8e93 alx: Use pci_(request|release)_mem_regions by Johannes Thumshirn · 9 years ago
  72. 881d032 net: alx: Work around the DMA RX overflow issue by Feng Tang · 9 years ago
  73. 26c5f03 net: alx: use custom skb allocator by Feng Tang · 9 years ago
  74. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  75. 4acff37 atle1: remove LLTX support and TX_UNLOCKED by Florian Westphal · 9 years ago
  76. 353e3bd atl1c: remove private tx lock by Florian Westphal · 9 years ago
  77. f43bfae atl2: Disable unimplemented scatter/gather feature by Ben Hutchings · 9 years ago
  78. 998fc1d ethernet/atl1c: remove left over dead code by Eric Engestrom · 9 years ago
  79. c406700c ethernet/atheros/alx: sanitize buffer sizing and padding by Jarod Wilson · 9 years ago
  80. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  81. f2a3771 atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation by Pavel Machek · 9 years ago
  82. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  83. 24e2416 alx: remove pointless assignment by Jarod Wilson · 9 years ago
  84. 0208e95 ethernet/atheros/alx: add Killer E2400 device ID by Ben Pope · 9 years ago
  85. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  86. 47b344b net: atl1c: add BQL support by Ron Angeles · 10 years ago
  87. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
  88. 18fe369 trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefix by Antonio Ospite · 10 years ago
  89. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  90. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  91. df8a39de net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  92. 7a05dc6 alx: fix alx_poll() by Eric Dumazet · 10 years ago
  93. cc73e41 atl1e: Use setup_timer by Julia Lawall · 10 years ago
  94. d0e520e atheros: atlx: Use setup_timer by Julia Lawall · 10 years ago
  95. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  96. fe4e437 treewide: Fix company name in module descriptions by Masanari Iida · 10 years ago
  97. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 11 years ago
  98. 1911826 atl1e: use pci_zalloc_consistent by Joe Perches · 11 years ago
  99. cbda501 atl1c: remove unnecessary break after return by Fabian Frederick · 11 years ago
  100. 9fb1d03 atlx: remove unnecessary break after return by Fabian Frederick · 11 years ago