1. 3e5ccc2 alx: add missing stats_lock spinlock init by John Greene · 11 years ago
  2. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  3. e3d21ea atl1: update statistics code by Sabrina Dubroca · 11 years ago
  4. fb3a42f atl1e: update statistics code by Sabrina Dubroca · 11 years ago
  5. 8560258 atl1c: update statistics code by Sabrina Dubroca · 11 years ago
  6. b7e6ce1 alx: add stats to ethtool by Sabrina Dubroca · 11 years ago
  7. f1b6b10 alx: add alx_get_stats64 operation by Sabrina Dubroca · 11 years ago
  8. 5665dc64 alx: add stats update function by Sabrina Dubroca · 11 years ago
  9. ac45a23 alx: add constants for the stats fields by Sabrina Dubroca · 11 years ago
  10. 19f6626 alx: add a hardware stats structure by Sabrina Dubroca · 11 years ago
  11. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  12. e6d9f8a net: atl1: slight optimization of addr compare by dingtianhong · 11 years ago
  13. a4f63634 atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie() by Betty Dall · 11 years ago
  14. b54629e alx: Reset phy speed after resume by hahnjo · 11 years ago
  15. 01095b9 net: alx: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  16. 40dc9ab atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC features by Andrea Merello · 11 years ago
  17. 5570563 net: atl1c: Change variable type to bool by Peter Senna Tschudin · 11 years ago
  18. 6ae97e8 atheros: Remove extern from function prototypes by Joe Perches · 11 years ago
  19. c3eb7a7 alx: remove redundant D0 power state set by Yijing Wang · 11 years ago
  20. 7b70176 atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring by Eric Dumazet · 11 years ago
  21. fafb6eb Revert "atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring" by David S. Miller · 11 years ago
  22. ebe7fdb atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring by Neil Horman · 11 years ago
  23. 584ec43 atl1e: unmap partially mapped skb on dma error and free skb by Neil Horman · 11 years ago
  24. 352900b atl1e: fix dma mapping warnings by Neil Horman · 12 years ago
  25. a8798a5 alx: fix lockdep annotation by Maarten Lankhorst · 12 years ago
  26. bc2bebe alx: remove WoL support by Johannes Berg · 12 years ago
  27. 7ec5689 alx: fix ethtool support code by Johannes Berg · 12 years ago
  28. 46ab9b3 alx: fix MAC address alignment problem by Johannes Berg · 12 years ago
  29. a5b87cc alx: separate link speed/duplex fields by Johannes Berg · 12 years ago
  30. 4a134c3 alx: make sizes unsigned by Johannes Berg · 12 years ago
  31. c43861d alx: remove NET_CORE Kconfig select by Johannes Berg · 12 years ago
  32. 17fdd35 alx: fix 100mbit/half duplex speed translation by Johannes Berg · 12 years ago
  33. ef0cc4b alx: treat flow control correctly in alx_set_pauseparam() by Johannes Berg · 12 years ago
  34. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 12 years ago
  35. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  36. ab69bde alx: add a simple AR816x/AR817x device driver by Johannes Berg · 12 years ago
  37. c996f4e net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  38. 687df5d net/ethernet/atheros/atl1e/atl1e_main: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  39. 2c21d6c net/ethernet/atheros/atl1c/atl1c_main: Use module_pci_driver to register driver by Peter Hüwe · 12 years ago
  40. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  41. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  42. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  43. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  44. 98d2f0e atl1: Protect atl1_suspend with CONFIG_PM_SLEEP by Fabio Estevam · 12 years ago
  45. 7b7a2bb atl1: Remove unneeded PM_OPS definitions by Fabio Estevam · 12 years ago
  46. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  47. 31d1670 atl1e: limit gso segment size to prevent generation of wrong ip length fields by Hannes Frederic Sowa · 12 years ago
  48. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  49. 1051e9b treewide: Fix typos in kernel messages by Masanari Iida · 12 years ago
  50. 188ab1b atl1e: drop pci-msi support because of packet corruption by Hannes Frederic Sowa · 12 years ago
  51. 8bca424 net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 12 years ago
  52. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  53. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  54. 7cb08d7 atl1c: restore buffer state by Huang, Xiong · 12 years ago
  55. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 12 years ago
  56. ac57480 atl1c: add error checking for pci_map_single functions by Huang, Xiong · 12 years ago
  57. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  58. 5633a4e drivers/net/ethernet/atheros: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  59. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  60. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  61. e41b2d7 net: set dev->addr_assign_type correctly by Jiri Pirko · 12 years ago
  62. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  63. 093d369 net/atheros: remove __dev* attributes by Bill Pemberton · 12 years ago
  64. c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
  65. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
  66. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 12 years ago
  67. eb0ff56 atl1c: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  68. fa0afcd atl1c: fix issue of io access mode for AR8152 v2.1 by Cloud Ren · 12 years ago
  69. 7efd26d ethernet: Use eth_random_addr by Joe Perches · 12 years ago
  70. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  71. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 13 years ago
  72. b94e52f atl1c: fix issue of transmit queue 0 timed out by Cloud Ren · 13 years ago
  73. 6469933 ethernet: Remove casts to same type by Joe Perches · 13 years ago
  74. 80bcb42 atl1c: remove PHY polling from atl1c_change_mtu by Huang, Xiong · 13 years ago
  75. 4fc3635 atl1c: Disable L0S when no cable link by Huang, Xiong · 13 years ago
  76. 5e5c096 atl1c: do MAC-reset when PHY link down by Huang, Xiong · 13 years ago
  77. 0aa76ce atl1c: cancel task when interface closed by Huang, Xiong · 13 years ago
  78. f56fa56 atl1c: enlarge L1 response waiting timer by Huang, Xiong · 13 years ago
  79. 229e6b6 atl1c: refine mac address related code by Huang, Xiong · 13 years ago
  80. e119258 atl1c: remove code of closing register writable attribution by Huang, Xiong · 13 years ago
  81. 87eabe6 atl1c: clear WoL status when reset pcie by Huang, Xiong · 13 years ago
  82. 903d7ce atl1c: add PHY link event(up/down) patch by Huang, Xiong · 13 years ago
  83. 25456e5 atl1c: refine start/enable code for MAC module by Huang, Xiong · 13 years ago
  84. 319d013 atl1c: add function atl1c_power_saving by Huang, Xiong · 13 years ago
  85. 52a12fc atl1c: remove PHY reset/init for link down event by Huang, Xiong · 13 years ago
  86. ce5b972 atl1c: update PHY reset related routine by Huang, Xiong · 13 years ago
  87. 7c6c44f atl1c: remove PHY polling from atl1c_open by Huang, Xiong · 13 years ago
  88. 7737fd9 atl1c: refine SERDES-clock related code by Huang, Xiong · 13 years ago
  89. ce3ba0c atl1c: remove PHY contrl in atl1c_reset_pcie by Huang, Xiong · 13 years ago
  90. 929a5e9 atl1c: refine phy-register read/write function by Huang, Xiong · 13 years ago
  91. 8f33ab9 atl1c: remove REG_PHY_STATUS by Huang, Xiong · 13 years ago
  92. 2528a5d atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/write by Huang, Xiong · 13 years ago
  93. d163ff7 atl1c: fix WoL(magic) issue for l2cb 1.1 by Huang, Xiong · 13 years ago
  94. ebe22ed atl1c: refine atl1c_pcie_patch by Huang, Xiong · 13 years ago
  95. 024e1e4 atl1c: refine/update ASPM configuration by Huang, Xiong · 13 years ago
  96. 5cbdcc2 atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patch by Huang, Xiong · 13 years ago
  97. 7f5544d atl1c: refine reg definition of REG_MASTER_CTRL by Huang, Xiong · 13 years ago
  98. 95f9aea atl1c: clear PCIE error status in atl1c_reset_pcie by Huang, Xiong · 13 years ago
  99. 9c277d8 atl1c: remove dmar_dly_cnt and dmaw_dly_cnt by Huang, Xiong · 13 years ago
  100. c08b9b2 atl1c: update right threshold for TSO by Huang, Xiong · 13 years ago