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