1. fe146be ether3: convert to net_device_ops by Alexander Beregalov · 15 years ago
  2. 0b179e3 ether1: convert to net_device_ops by Alexander Beregalov · 15 years ago
  3. 9aa7b30 ep93xx_eth: convert to net_device_ops by Alexander Beregalov · 15 years ago
  4. 531c680 at91_ether: convert to net_device_ops by Alexander Beregalov · 15 years ago
  5. fefbfb1 am79c961a: convert to net_device_ops by Alexander Beregalov · 15 years ago
  6. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  7. 9973022 [ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.h by Russell King · 15 years ago
  8. 05d9881 Merge branch 'for-russell' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into devel by Russell King · 15 years ago
  9. 5ca328d IXP4xx: add Ethernet and NPE support for IXP43x CPU. by Krzysztof Hałasa · 15 years ago
  10. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  11. 77827a7 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  12. 858b9ce net: more timeouts that reach -1 by Roel Kluin · 15 years ago
  13. 6dac62d Revert "etherh: Get working again." by David S. Miller · 15 years ago
  14. 8cfd9e9 [ARM] RiscPC: Fix etherh oops by Russell King · 15 years ago
  15. 7d3d5ec etherh: Get working again. by Russell King · 15 years ago
  16. 005c79b3 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  17. a71558d [ARM] etherh: continue fixing build failure by Russell King · 15 years ago
  18. db1d7bf net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  19. 3eacdf5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  20. 5376071 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  21. fb22d72 [NET] am79c961a: fix spin_lock usage by Uwe Kleine-König · 16 years ago
  22. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  23. 483a2b3 ARM etherh: Fix build failure. by David S. Miller · 16 years ago
  24. 52255bb netdev: missing validate_address hooks by Stephen Hemminger · 16 years ago
  25. fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 16 years ago
  26. c8e95c0 net: KS8695: removed duplicated #include by Huang Weiyi · 16 years ago
  27. 2d0658d net: Fix more NAPI interface netdev argument drop fallout. by Kamalesh Babulal · 16 years ago
  28. e74b3f7 Merge branch 'for-david' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 by David S. Miller · 16 years ago
  29. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  30. 59f8500 Convert ixp4xx_eth driver to use net_device_ops. by Krzysztof Hałasa · 16 years ago
  31. e6da96a IXP4xx: move common debugging from network drivers to QMGR module. by Krzysztof Hałasa · 16 years ago
  32. 490b772 IXP4xx: Add ethtool support to Ethernet driver. by Krzysztof Hałasa · 16 years ago
  33. 4954936 IXP4xx: Add PHYLIB MII ioctl to the Ethernet driver. by Krzysztof Hałasa · 16 years ago
  34. 2098c18 IXP4xx: Add PHYLIB support to Ethernet driver. by Krzysztof Hałasa · 16 years ago
  35. b4c7d3b IXP4xx: Make the Ethernet driver use built-in netdev stats. by Krzysztof Hałasa · 16 years ago
  36. 3c36a83 IXP4xx: Silence section mismatch warning in Ethernet driver. by Krzysztof Hałasa · 16 years ago
  37. 7a3c66e net: Add support for the KS8695 ethernet devices. by Daniel Silverstone · 16 years ago
  38. b9a9b4b etherh: build fix for net-next by Stephen Hemminger · 16 years ago
  39. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  40. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  41. 71527ef at91_ether: request/free GPIO for PHY interrupt by David Brownell · 16 years ago
  42. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  43. b793b3a Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  44. 7144dec ixp4xx_eth: fix dma_mapping_error() compile errors by Mikael Pettersson · 16 years ago
  45. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  46. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  47. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  48. c010b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  49. 7a2f53e at91_ether: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  50. 3f97870 arm: bus_id -> dev_name() and dev_set_name() conversions by Kay Sievers · 16 years ago
  51. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  52. 9076689 ARM: IXP4xx Ethernet NAPI fix by Krzysztof Halasa · 16 years ago
  53. 36149f0 [ARM] rpc: etherh: fix unused variable warning by Russell King · 16 years ago
  54. 95dfec6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  55. dac2f83 Driver for IXP4xx built-in Ethernet ports by Krzysztof Halasa · 16 years ago
  56. 770f867 ARM: am79c961a: platform_get_irq() may return signed unnoticed by Roel Kluin · 16 years ago
  57. 6278367 [ARM] am79c961a: platform_get_irq() may return signed unnoticed by Roel Kluin · 16 years ago
  58. 2e561c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  59. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  60. 2f036ac [ARM] 4980/1: [AT91] emQbit ECB_AT91 board support by Andrew Victor · 16 years ago
  61. 10a5a80 drivers/net/arm/at91_ether.c: logical/bitand typo in function reset_phy() by Roel Kluin · 16 years ago
  62. 4e04b84 [EP93xx_ETH]: Build fix after 2.6.24 NAPI changes. by David S. Miller · 17 years ago
  63. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  64. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  65. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  66. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  67. 07ed313 [ARM] rpc: silence two section mismatch warnings by Russell King · 17 years ago
  68. 6accc05 [ARM] rpc: remove linux/ptrace.h from ARM ether?.c drivers by Russell King · 17 years ago
  69. dbf812d ARM/ETHER3: Handle multicast frames. by YOSHIFUJI Hideaki / 吉藤英明 · 17 years ago
  70. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  71. 06103b1 EP93XX_ETH must select MII by John Donoghue · 17 years ago
  72. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  73. d1c0a65 Use menuconfig objects II - netdev (general+100mbit) by Jan Engelhardt · 17 years ago
  74. 0da2f0f potential compiler error, irqfunc caller sites update by Yoann Padioleau · 17 years ago
  75. 10bdaaa [ARM] ecard: add ecardm_iomap() / ecardm_iounmap() by Russell King · 17 years ago
  76. c7b87f3 [ARM] ecard: add helper function for setting ecard irq ops by Russell King · 17 years ago
  77. 8bc3547 AT91RM9200 Ethernet: Fix multicast addressing by Andrew Victor · 17 years ago
  78. 6b4aea7 AT91RM9200 Ethernet: Support additional PHYs by Andrew Victor · 17 years ago
  79. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  80. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  81. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 22 years ago
  82. ebf5112 ep93xx: some minor cleanups to the ep93xx eth driver by Yan Burman · 18 years ago
  83. a3f63e4 [PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb() by Andrew Victor · 18 years ago
  84. 51cc210 [PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole support by Andrew Victor · 18 years ago
  85. cf42553 [PATCH] AT91RM9200 Ethernet: Move check_timer variable and use mod_timer() by Andrew Victor · 18 years ago
  86. c57ee09 [PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv() by Andrew Victor · 18 years ago
  87. bffa215 [PATCH] drivers/net/arm missing __devinit by Al Viro · 18 years ago
  88. b936889 [PATCH] 8390 cleanup - etherh iomem annotations by Al Viro · 18 years ago
  89. 6c3561b [PATCH] beginning of 8390 fixes - generic and arm/etherh by Al Viro · 18 years ago
  90. 06f0015 [PATCH] ep93xx_eth: don't report RX errors by Lennert Buytenhek · 18 years ago
  91. 79c356f [PATCH] ep93xx_eth: fix unlikely(x) > y test by Lennert Buytenhek · 18 years ago
  92. 2d38cab [PATCH] ep93xx_eth: fix RX/TXstatus ring full handling by Lennert Buytenhek · 18 years ago
  93. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  94. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  95. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  96. 7272991 [ARM] 3865/1: AT91RM9200 header updates by Andrew Victor · 18 years ago
  97. 1d22e05 [PATCH] Cirrus Logic ep93xx ethernet driver by Lennert Buytenhek · 18 years ago
  98. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  99. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  100. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago