1. 5e5d494 e100: Release skb when DMA mapping is failed in e100_xmit_prepare by Jia-Ju Bai · 9 years ago
  2. 9ad607b e100: Add a check after pci_pool_create to avoid null pointer dereference by Jia-Ju Bai · 9 years ago
  3. f16e9d8 ethernet/intel: Use setup_timer by Vaishali Thakkar · 9 years ago
  4. ac7c1c5 e100: don't initialize int object to zero by Jean Sacren · 9 years ago
  5. c335869 e100: Use dma_rmb/wmb where appropriate by Alexander Duyck · 9 years ago
  6. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 9 years ago
  7. a3566b5 e100: fix typo in MDI/MDI-X eeprom check in e100_phy_init by John W. Linville · 10 years ago
  8. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  9. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  10. 3d2372e e100: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  11. 2b6e0ca e100: Fix "disabling already-disabled device" warning by Michele Baldessari · 10 years ago
  12. 4722cd4 net: e100: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  13. ab90695 e100: dump small buffers via %*ph by Andy Shevchenko · 11 years ago
  14. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  15. 61a0f6e e100: Add dma mapping error check by Neil Horman · 11 years ago
  16. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  17. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  18. 9f9a12f net/intel: remove __dev* attributes by Bill Pemberton · 12 years ago
  19. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 12 years ago
  20. 8b0d2f9 net: e100: ucode is optional in some cases by Bjørn Mork · 12 years ago
  21. 48425b1 e100: enable transmit time stamping. by Richard Cochran · 12 years ago
  22. abe0c5d e100: Support the get_ts_info ethtool method. by Richard Cochran · 12 years ago
  23. 6f66342 e100: Show short v/s long rx length errors in ethtool stats. by Ben Greear · 12 years ago
  24. d24d65e e100: Fix rx-over-length statistics. by Ben Greear · 12 years ago
  25. 0bf61e6 e100: Support RXALL feature flag. by Ben Greear · 12 years ago
  26. 75f58a5 e100: Support sending custom Ethernet CRC by Ben Greear · 12 years ago
  27. 719cdac e100: Support RXFCS feature flag. by Ben Greear · 12 years ago
  28. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 12 years ago
  29. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  30. 23020ab Sweep additional floors of strcpy in .get_drvinfo routines by Rick Jones · 13 years ago
  31. 243559f e100: make sure vlan support isn't advertised on old adapters by Jesse Brandeburg · 13 years ago
  32. 8b0c116 net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero by Rick Jones · 13 years ago
  33. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  34. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/e100.c]
  35. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  36. a70b86a e100: implemenet set_phys_id by Jeff Kirsher · 13 years ago
  37. dca97ad e100: fix build warning by Emil Tantilov · 13 years ago
  38. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  39. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 13 years ago
  40. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  41. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 14 years ago
  42. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  43. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  44. 401da6a e100: Fix the TX workqueue race by Alan Cox · 14 years ago
  45. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  46. fa05e1a drivers/net/e100.c: Use pr_<level> and netif_<level> by Joe Perches · 14 years ago
  47. 211a0d9 e100: Fix ring parameter change handling regression. by David S. Miller · 14 years ago
  48. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 14 years ago
  49. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  50. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  51. 70abc8c e100: Fix broken cbs accounting due to missing memset. by Roger Oksanen · 15 years ago
  52. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. 98468ef e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failure by Roger Oksanen · 15 years ago
  54. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  55. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. a84216e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  57. 8fbd962e e100: e100_phy_init() isolates selected PHY, causes 10 second boot delay by Bruce Allan · 15 years ago
  58. 7e15b0c e100: Fix to allow systems with FW based cards to resume from STD by David Graham · 15 years ago
  59. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  60. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  61. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  62. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  63. 6ff9c2e E100: fix interaction with swiotlb on X86. by Krzysztof Hałasa · 15 years ago
  64. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 303d67c E100: work around the driver using streaming DMA mapping for RX descriptors. by Krzysztof Halasa · 15 years ago
  66. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  67. 6905b1f Net / e100: Fix suspend of devices that cannot be power managed by Rafael J. Wysocki · 15 years ago
  68. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  69. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  70. 4b512d2 trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able by Thadeu Lima de Souza Cascardo · 15 years ago
  71. 7200176 e100: add non-MII PHY support by Andreas Mohr · 15 years ago
  72. ef681ce e100: Fix napi_enable BUG_ON when recovering from EEH error by Andre Detsch · 15 years ago
  73. ac7c992 e100: do not go D3 in shutdown unless system is powering off by Thadeu Lima de Souza Cascardo · 15 years ago
  74. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  75. b55de80 e100: add support for 82552 10/100 adapter by Bruce Allan · 15 years ago
  76. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  77. 9ac32e1 firmware: convert e100 driver to request_firmware() by Jaswinder Singh Rajput · 16 years ago
  78. f26251e e100: cosmetic cleanup by Bruce Allan · 16 years ago
  79. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  80. f411303 e100: cleanup link up/down messages by Jeff Kirsher · 16 years ago
  81. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  82. acc7842 e100: convert to net_device_ops by Stephen Hemminger · 16 years ago
  83. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. 773c9c1 e100: fix dma error in direction for mapping by Jesse Brandeburg · 16 years ago
  85. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  86. bc79fc8 e100: adapt to the reworked PCI PM by Rafael J. Wysocki · 16 years ago
  87. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  88. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  89. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  90. e727240 e100: Use pci_pme_active to clear PME_Status and disable PME# by Rafael J. Wysocki · 16 years ago
  91. 17393dd e100, fix iomap read by Jiri Slaby · 16 years ago
  92. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  93. 1923815 e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx by Kevin Hao · 16 years ago
  94. 6caf52a4 net: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  95. 1172899 e100: endianness annotations by Al Viro · 16 years ago
  96. f902283 e100: Do suspend/shutdown like e1000 by Auke Kok · 16 years ago
  97. 0a0863a e100: fix spelling errors by Andreas Mohr · 16 years ago
  98. 915e91d Net: e100, fix iomap mem accesses by Jiri Slaby · 16 years ago
  99. aaf918b e100 endianness annotations by Al Viro · 17 years ago
  100. 7734f6e Fix e100 on systems that have cache incoherent DMA by David Acker · 17 years ago