1. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  2. 37a5b3d net/cadence: remove __dev* attributes by Bill Pemberton · 12 years ago
  3. b3e3bd71 net/macb: GEM DMA configuration register update by Nicolas Ferre · 12 years ago
  4. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  5. 909a858 net/macb: move to circ_buf macros and fix initial condition by Nicolas Ferre · 12 years ago
  6. 3629a6c net/macb: clear unused address register by Joachim Eastwood · 12 years ago
  7. 2dbfdbb net/macb: add support for phy irq via gpio pin by Joachim Eastwood · 12 years ago
  8. 2ea32ee net/at91_ether: use stat function from macb by Joachim Eastwood · 12 years ago
  9. 314bccc net/macb: export macb_set_hwaddr and macb_get_hwaddr by Joachim Eastwood · 12 years ago
  10. d25e78a net/macb: support reversed hw addr by Joachim Eastwood · 12 years ago
  11. 17b8bb3 net/macb: check all address registers sets by Joachim Eastwood · 12 years ago
  12. 26cdfb4 macb: Keep driver's speed/duplex in sync with actual NCFGR by Vitalii Demianets · 12 years ago
  13. 8ef29f8a net/macb: add pinctrl consumer support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  14. 29bc2e1 net/macb: Offset first RX buffer by two bytes by Havard Skinnemoen · 12 years ago
  15. e86cd53 net/macb: better manage tx errors by Nicolas Ferre · 12 years ago
  16. d1d1b53 net/macb: ethtool interface: add register dump feature by Nicolas Ferre · 12 years ago
  17. 55054a1 net/macb: clean up ring buffer logic by Havard Skinnemoen · 12 years ago
  18. cde30a8 net/macb: tx status is more than 8 bits now by Nicolas Ferre · 12 years ago
  19. 83cdbc7 net/macb: remove macb_get_drvinfo() by Nicolas Ferre · 12 years ago
  20. a268adb net/macb: change debugging messages by Havard Skinnemoen · 12 years ago
  21. 03dbe05 net/macb: memory barriers cleanup by Havard Skinnemoen · 12 years ago
  22. 140b755 net/macb: Add support for Gigabit Ethernet mode by Patrice Vilchez · 12 years ago
  23. 95ebcea net/macb: fix truncate warnings by Joachim Eastwood · 12 years ago
  24. e0da1f1 net/at91_ether: share macb_set_rx_mode with macb by Joachim Eastwood · 12 years ago
  25. 0005f54 net/macb: export some symbols for at91_ether by Joachim Eastwood · 12 years ago
  26. 03fc472 net/macb: manage carrier state with call to netif_carrier_{on|off}() by Nicolas Ferre · 12 years ago
  27. 17f393e macb: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
  28. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  29. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  30. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  31. 98d5e57 macb: use an unique MDIO bus name. by Florian Fainelli · 13 years ago
  32. b17471f net: macb: fix build break with !CONFIG_OF by Olof Johansson · 13 years ago
  33. fb97a84 net/macb: add DT support for Cadence macb/gem driver by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  34. 0116da4 macb: allow GEM to have configurable receive buffer size by Jamie Iles · 14 years ago
  35. 757a03c macb: support DMA bus widths > 32 bits by Jamie Iles · 14 years ago
  36. a494ed8 macb: support statistics for GEM devices by Jamie Iles · 14 years ago
  37. 70c9f3d macb: support higher rate GEM MDIO clock divisors by Jamie Iles · 14 years ago
  38. f75ba50 macb: initial support for Cadence GEM by Jamie Iles · 13 years ago
  39. c220f8c macb: convert printk to netdev_ and friends by Jamie Iles · 14 years ago
  40. 84e0cdb macb: unify at91 and avr32 platform data by Jamie Iles · 14 years ago
  41. 461845d macb: remove conditional clk handling by Jamie Iles · 14 years ago
  42. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  43. 9f2f381 macb: Move the Atmel driver by Jeff Kirsher · 13 years ago[Renamed from drivers/net/macb.c]
  44. d3e6145 macb: restore wrap bit when performing underrun cleanup by Tord Andersson · 13 years ago
  45. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  46. e072092 macb: enable transmit time stamping. by Richard Cochran · 13 years ago
  47. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  48. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  49. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  50. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 13 years ago
  51. b19f7f7 macb: Add rx overrun counter by Alexander Stein · 13 years ago
  52. ab392d2 drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers by Javier Martinez Canillas · 14 years ago
  53. 9152394 macb: don't use platform_set_drvdata() on a net_device by Jamie Iles · 14 years ago
  54. b336369 macb: Don't re-enable interrupts while in polling mode by Joshua Hoke · 14 years ago
  55. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  56. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  57. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  58. 8dd4bd0 macb: allow reception of large (>1518 bytes) frames by Peter Korsgaard · 14 years ago
  59. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  60. f9dcbcc net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 by Jiri Pirko · 15 years ago
  61. 7455a76 macb: straighten out macb_mii_probe function by Jiri Pirko · 15 years ago
  62. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  63. 3dbda77 trivial: fix typos "man[ae]g?ment" -> "management" by Uwe Kleine-Koenig · 15 years ago
  64. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  65. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  66. 4871953 drivers/net: fixed drivers that support netpoll use ndo_start_xmit() by Dongdong Deng · 15 years ago
  67. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  68. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  69. 6e8cf5c macb: Add support of the netpoll API by Thomas Petazzoni · 15 years ago
  70. f72f550 macb: process the RX ring regardless of interrupt status by Erik Waling · 15 years ago
  71. ee33c58 macb: Handle Retry Limit Exceeded errors by Erik Waling · 15 years ago
  72. 5f1fa99 macb: convert to net_device_ops by Alexander Beregalov · 15 years ago
  73. de79274 macb: fix warning "warning: unused variable `dev' " by vibi sreenivasan · 16 years ago
  74. db1d7bf net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  75. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  76. 39eddb4 macb: avoid lockup when TGO during underrun by Richard Röjfors · 16 years ago
  77. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  78. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  79. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  80. 298cf9be phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 16 years ago
  81. 18ee49d phylib: rename mii_bus::dev to mii_bus::parent by Lennert Buytenhek · 16 years ago
  82. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  83. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
  84. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  85. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 16 years ago
  86. c1f598f macb: Basic suspend/resume support by Haavard Skinnemoen · 17 years ago
  87. d1d5741 macb: use random mac if stored address in EEPROM is invalid by Sven Schnelle · 16 years ago
  88. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  89. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  90. 72cfe92 macb: Use semicolon instead of comma for statement by Atsushi Nemoto · 16 years ago
  91. 84b7901 macb: Call phy_disconnect on removing by Atsushi Nemoto · 16 years ago
  92. 179956f macb: Fix speed setting by Atsushi Nemoto · 17 years ago
  93. 06c3fd6 macb: Fix section mismatch and shrink runtime footprint by Haavard Skinnemoen · 17 years ago
  94. bdcba151 MACB: clear transmit buffers properly on transmit underrun by Gregory CLEMENT · 17 years ago
  95. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  96. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  97. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  98. 446ebd0 macb: Add multicast capability by Patrice Vilchez · 17 years ago
  99. 6c36a70 macb: Use generic PHY layer by frederic RODO · 17 years ago
  100. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago