1. bd703a1 net: atheros: atl2: don't return zero on failure path in atl2_probe() by Alexey Khoroshilov · 8 years ago
  2. 50fb55d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  3. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
  4. 2c041af net: alx: handle pci_alloc_irq_vectors return correctly by Rakesh Pandit · 8 years ago
  5. 4cc17bc net: atheros: atl1: use offset_in_page() macro by Geliang Tang · 8 years ago
  6. f3297f6 net: alx: switch to pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  7. c45f8e1 atl1e: add GRO support by Eric Dumazet · 8 years ago
  8. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  9. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. 185acee alx: work around hardware bug in interrupt fallback path by Tobias Regnery · 8 years ago
  11. 37187a0 alx: fix fallback to msi or legacy interrupts by Tobias Regnery · 8 years ago
  12. f1db5c1 alx: fix wrong condition to free descriptor memory by Tobias Regnery · 8 years ago
  13. 3a7f75e alx: add feature flag for rx checksumming by Tobias Regnery · 8 years ago
  14. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  15. 6bdf1e0 Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  16. d768319 alx: enable multiple tx queues by Tobias Regnery · 8 years ago
  17. f58e0f7 alx: enable msi-x interrupts by default by Tobias Regnery · 8 years ago
  18. 2e06826 alx: prepare tx path for multi queue support by Tobias Regnery · 8 years ago
  19. a4076d3 alx: prepare resource allocation for multi queue support by Tobias Regnery · 8 years ago
  20. e0eac25 alx: prepare interrupt functions for multiple queues by Tobias Regnery · 8 years ago
  21. 702e841 alx: switch to per queue data structures by Tobias Regnery · 8 years ago
  22. b099922 alx: add ability to allocate and free alx_napi structures by Tobias Regnery · 8 years ago
  23. bccffcf alx: extend data structures for multi queue support by Tobias Regnery · 8 years ago
  24. 8c2a4c8 alx: refactor descriptor allocation by Tobias Regnery · 8 years ago
  25. a788859 net: atheros: atl2: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  26. 1dae02b net: atheros: atl1: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  27. 58046c7 net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  28. 36a4e69 net: alx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  29. 63fb571 net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  30. 67bef94 ethernet/atheros: use core min/max MTU checking by Jarod Wilson · 8 years ago
  31. 0ca4e20 alx: fix error handling in __alx_open by Tobias Regnery · 8 years ago
  32. 0c58ee0 alx: add module parameter to enable msi-x support by Tobias Regnery · 8 years ago
  33. dc39a78 alx: add msi-x support by Tobias Regnery · 8 years ago
  34. a0373ae alx: factor out part of the interrupt handler by Tobias Regnery · 8 years ago
  35. 9ee7b68 alx: refactor msi enablement and disablement by Tobias Regnery · 8 years ago
  36. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  37. b99b43b Add Killer E2500 device ID in alx driver. by Owen Lin · 8 years ago
  38. ab72598 alx: add tso support by Tobias Regnery · 8 years ago
  39. 9454c23 Merge branch 'pci/msi-affinity' into next by Bjorn Helgaas · 8 years ago
  40. caa8e93 alx: Use pci_(request|release)_mem_regions by Johannes Thumshirn · 9 years ago
  41. 881d032 net: alx: Work around the DMA RX overflow issue by Feng Tang · 9 years ago
  42. 26c5f03 net: alx: use custom skb allocator by Feng Tang · 9 years ago
  43. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  44. 4acff37 atle1: remove LLTX support and TX_UNLOCKED by Florian Westphal · 9 years ago
  45. 353e3bd atl1c: remove private tx lock by Florian Westphal · 9 years ago
  46. f43bfae atl2: Disable unimplemented scatter/gather feature by Ben Hutchings · 9 years ago
  47. 998fc1d ethernet/atl1c: remove left over dead code by Eric Engestrom · 9 years ago
  48. c406700c ethernet/atheros/alx: sanitize buffer sizing and padding by Jarod Wilson · 9 years ago
  49. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. f2a3771 atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation by Pavel Machek · 9 years ago
  51. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  52. 24e2416 alx: remove pointless assignment by Jarod Wilson · 9 years ago
  53. 0208e95 ethernet/atheros/alx: add Killer E2400 device ID by Ben Pope · 9 years ago
  54. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  55. 47b344b net: atl1c: add BQL support by Ron Angeles · 9 years ago
  56. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  57. 18fe369 trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefix by Antonio Ospite · 10 years ago
  58. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  59. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  60. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  61. 7a05dc6 alx: fix alx_poll() by Eric Dumazet · 10 years ago
  62. cc73e41 atl1e: Use setup_timer by Julia Lawall · 10 years ago
  63. d0e520e atheros: atlx: Use setup_timer by Julia Lawall · 10 years ago
  64. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  65. fe4e437 treewide: Fix company name in module descriptions by Masanari Iida · 10 years ago
  66. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  67. 1911826 atl1e: use pci_zalloc_consistent by Joe Perches · 10 years ago
  68. cbda501 atl1c: remove unnecessary break after return by Fabian Frederick · 10 years ago
  69. 9fb1d03 atlx: remove unnecessary break after return by Fabian Frederick · 10 years ago
  70. a9690a8 atl1e: remove unnecessary break after return by Fabian Frederick · 10 years ago
  71. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 11 years ago
  72. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  73. d8e4435 atl1e: remove open-coded skb_cow_head. by françois romieu · 11 years ago
  74. 0f5c113 atl1c: remove open-coded skb_cow_head. by françois romieu · 11 years ago
  75. 4067cab atl1: remove open-coded skb_cow_head. by françois romieu · 11 years ago
  76. 60f4010 alx: Remove casts of pointer to same type by Joe Perches · 11 years ago
  77. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  78. 07641c8 atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  79. 548ff1e alx: Call dev_kfree_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  80. dffe278 atheros/atlx: use SET_ETHTOOL_OPS directly by wangweidong · 11 years ago
  81. 3e3d354 ATHEROS-ATL1E: Convert iounmap to pci_iounmap by Peter Senna Tschudin · 11 years ago
  82. 8d7f1fb ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bug by Peter Senna Tschudin · 11 years ago
  83. 3e5ccc2 alx: add missing stats_lock spinlock init by John Greene · 11 years ago
  84. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  85. e3d21ea atl1: update statistics code by Sabrina Dubroca · 11 years ago
  86. fb3a42f atl1e: update statistics code by Sabrina Dubroca · 11 years ago
  87. 8560258 atl1c: update statistics code by Sabrina Dubroca · 11 years ago
  88. b7e6ce1 alx: add stats to ethtool by Sabrina Dubroca · 11 years ago
  89. f1b6b10 alx: add alx_get_stats64 operation by Sabrina Dubroca · 11 years ago
  90. 5665dc64 alx: add stats update function by Sabrina Dubroca · 11 years ago
  91. ac45a23 alx: add constants for the stats fields by Sabrina Dubroca · 11 years ago
  92. 19f6626 alx: add a hardware stats structure by Sabrina Dubroca · 11 years ago
  93. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  94. e6d9f8a net: atl1: slight optimization of addr compare by dingtianhong · 11 years ago
  95. a4f63634 atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie() by Betty Dall · 11 years ago
  96. b54629e alx: Reset phy speed after resume by hahnjo · 11 years ago
  97. 01095b9 net: alx: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  98. 40dc9ab atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC features by Andrea Merello · 11 years ago
  99. 5570563 net: atl1c: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  100. 6ae97e8 atheros: Remove extern from function prototypes by Joe Perches · 11 years ago