1. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  2. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  3. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  4. 6ff9c2e E100: fix interaction with swiotlb on X86. by Krzysztof Hałasa · 15 years ago
  5. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  6. 303d67c E100: work around the driver using streaming DMA mapping for RX descriptors. by Krzysztof Halasa · 15 years ago
  7. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  8. 6905b1f Net / e100: Fix suspend of devices that cannot be power managed by Rafael J. Wysocki · 15 years ago
  9. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  10. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  11. 4b512d2 trivial: typo (en|dis|avail|remove)bale -> (en|dis|avail|remove)able by Thadeu Lima de Souza Cascardo · 15 years ago
  12. 7200176 e100: add non-MII PHY support by Andreas Mohr · 15 years ago
  13. ef681ce e100: Fix napi_enable BUG_ON when recovering from EEH error by Andre Detsch · 15 years ago
  14. ac7c992 e100: do not go D3 in shutdown unless system is powering off by Thadeu Lima de Souza Cascardo · 15 years ago
  15. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  16. b55de80 e100: add support for 82552 10/100 adapter by Bruce Allan · 15 years ago
  17. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  18. 9ac32e1 firmware: convert e100 driver to request_firmware() by Jaswinder Singh Rajput · 16 years ago
  19. f26251e e100: cosmetic cleanup by Bruce Allan · 16 years ago
  20. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  21. f411303 e100: cleanup link up/down messages by Jeff Kirsher · 16 years ago
  22. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  23. acc7842 e100: convert to net_device_ops by Stephen Hemminger · 16 years ago
  24. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  25. 773c9c1 e100: fix dma error in direction for mapping by Jesse Brandeburg · 16 years ago
  26. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  27. bc79fc8 e100: adapt to the reworked PCI PM by Rafael J. Wysocki · 16 years ago
  28. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  29. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  30. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  31. e727240 e100: Use pci_pme_active to clear PME_Status and disable PME# by Rafael J. Wysocki · 16 years ago
  32. 17393dd e100, fix iomap read by Jiri Slaby · 16 years ago
  33. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  34. 1923815 e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx by Kevin Hao · 16 years ago
  35. 6caf52a4 net: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  36. 1172899 e100: endianness annotations by Al Viro · 16 years ago
  37. f902283 e100: Do suspend/shutdown like e1000 by Auke Kok · 16 years ago
  38. 0a0863a e100: fix spelling errors by Andreas Mohr · 16 years ago
  39. 915e91d Net: e100, fix iomap mem accesses by Jiri Slaby · 16 years ago
  40. aaf918b e100 endianness annotations by Al Viro · 17 years ago
  41. 7734f6e Fix e100 on systems that have cache incoherent DMA by David Acker · 17 years ago
  42. 4c3616c netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN by Alejandro Martinez Ruiz · 17 years ago
  43. 53e52c7 [NET]: Make ->poll() breakout consistent in Intel ethernet drivers. by David S. Miller · 17 years ago
  44. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  45. 8543da6 e100: free IRQ to remove warningwhenrebooting by Auke Kok · 17 years ago
  46. abf9b90 e100: cleanup unneeded math by Auke Kok · 17 years ago
  47. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  48. ddfce6b network drivers: sparse warning fixes by Stephen Hemminger · 17 years ago
  49. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  50. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  51. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  52. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  53. 34c6417 e100: timer power saving by Stephen Hemminger · 17 years ago
  54. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  55. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  56. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  57. 44e4925 e100: Fix Tyan motherboard e100 not receiving IPMI commands by David Graham · 17 years ago
  58. ca93ca4 Revert "[netdrvr e100] experiment with doing RX in a similar manner to eepro100" by Jeff Garzik · 17 years ago
  59. 27345bb e100: Optionally use I/O mode only to access register space by Jesse Brandeburg · 17 years ago
  60. 948cd43 e100: allow bad MAC address when running with invalid eeprom csum by Jesse Brandeburg · 17 years ago
  61. d52df4a [netdrvr e100] experiment with doing RX in a similar manner to eepro100 by Scott Feldman · 19 years ago
  62. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  63. a53a33d e100: fix napi ifdefs removing needed code by Auke Kok · 17 years ago
  64. 518d833 e100: fix irq leak on suspend/resume by Auke Kok · 17 years ago
  65. c48e3fc e100: replace kmalloc with kcalloc by Yan Burman · 18 years ago
  66. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  67. 0779bf2 Fix misc .c/.h comment typos by Matt LaPlante · 18 years ago
  68. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  69. 824545e e100: account for closed interface when shutting down by Auke Kok · 18 years ago
  70. e8e82b7 [PATCH] e100: fix reboot -f with netconsole enabled by Auke Kok · 18 years ago
  71. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  72. 76ddb3f e100, e1000, ixgb: increment version numbers by Auke Kok · 18 years ago
  73. 975b366 e100: rework WoL and shutdown handling by Auke Kok · 18 years ago
  74. dc45010 e100: Add debugging code for cb cleaning. by Jesse Brandeburg · 18 years ago
  75. 0eb5a34 e100, e1000, ixgb: Fix an impossible memory overwrite bug by Auke Kok · 18 years ago
  76. 0abb6eb e100, e1000, ixgb: update copyright header and remove LICENSE by Auke Kok · 18 years ago
  77. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  78. 3784fd7 Merge branch 'master' into upstream by Jeff Garzik · 18 years ago
  79. a535aa1 e100: increment version to 3.5.16-k2 by Auke Kok · 18 years ago
  80. 859b039 e100: remove skb->dev assignment by Auke Kok · 18 years ago
  81. b1d26f2 e100: fix error recovery by Linas Vepstas · 18 years ago
  82. 4187592 e100: Convert e100 to use netdev_alloc_skb(). by Auke Kok · 18 years ago
  83. 8fb6f73 [E100]: Add module option to ignore bad EEPROM checksums. by David S. Miller · 18 years ago
  84. 699a712 Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 into tmp by Jeff Garzik · 18 years ago
  85. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  86. 4e1dc97 e100: increment version to 3.5.10-k4 by Auke Kok · 18 years ago
  87. 60ffa47 e100: Fix MDIO/MDIO-X by Jeff Kirsher · 18 years ago
  88. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  89. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  90. 7c7459d [PATCH] 64bit resource: fix up printks for resources in networks drivers by Greg Kroah-Hartman · 18 years ago
  91. 2cc3049 e100: add PCI Error Recovery by Auke Kok · 18 years ago
  92. abc71c4 Merge branch 'upstream-fixes' by Jeff Garzik · 18 years ago
  93. aa49cdd e100: fix eeh on pseries during ethtool -t by Jesse Brandeburg · 18 years ago
  94. ad8c48a Fix io ordering problems in e100 by Catalin(ux aka Dino) BOIE · 18 years ago
  95. 471ef05 e100: remove init_hw call to fix panic by Jesse Brandeburg · 18 years ago
  96. 0547993 [PATCH] e100: e100 whitespace fixes by Jesse Brandeburg · 19 years ago
  97. 3435dbc [PATCH] e100: Handle the return values from pci_* functions by Jesse Brandeburg · 19 years ago
  98. 2418033 [PATCH] e100: Fix TX hang and RMCP Ping issue (due to a microcode loading issue) by Jesse Brandeburg · 19 years ago
  99. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  100. ac7c666 [PATCH] corruption during e100 MDI register access by ODonnell, Michael · 19 years ago