1. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 14 years ago
  2. 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 14 years ago
  3. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 14 years ago
  4. 98d5e57 macb: use an unique MDIO bus name. by Florian Fainelli · 15 years ago
  5. b17471f net: macb: fix build break with !CONFIG_OF by Olof Johansson · 15 years ago
  6. fb97a84 net/macb: add DT support for Cadence macb/gem driver by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  7. 0116da4 macb: allow GEM to have configurable receive buffer size by Jamie Iles · 15 years ago
  8. 757a03c macb: support DMA bus widths > 32 bits by Jamie Iles · 15 years ago
  9. a494ed8 macb: support statistics for GEM devices by Jamie Iles · 15 years ago
  10. 70c9f3d macb: support higher rate GEM MDIO clock divisors by Jamie Iles · 15 years ago
  11. f75ba50 macb: initial support for Cadence GEM by Jamie Iles · 15 years ago
  12. c220f8c macb: convert printk to netdev_ and friends by Jamie Iles · 15 years ago
  13. 84e0cdb macb: unify at91 and avr32 platform data by Jamie Iles · 15 years ago
  14. 461845d macb: remove conditional clk handling by Jamie Iles · 15 years ago
  15. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 15 years ago
  16. 9f2f381 macb: Move the Atmel driver by Jeff Kirsher · 15 years ago[Renamed from drivers/net/macb.c]
  17. d3e6145 macb: restore wrap bit when performing underrun cleanup by Tord Andersson · 15 years ago
  18. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  19. e072092 macb: enable transmit time stamping. by Richard Cochran · 15 years ago
  20. 28f65c1 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 15 years ago
  21. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 15 years ago
  22. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  23. e05503e Haavard Skinnemoen has left Atmel by Jean Delvare · 15 years ago
  24. b19f7f7 macb: Add rx overrun counter by Alexander Stein · 15 years ago
  25. ab392d2 drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network drivers by Javier Martinez Canillas · 15 years ago
  26. 9152394 macb: don't use platform_set_drvdata() on a net_device by Jamie Iles · 15 years ago
  27. b336369 macb: Don't re-enable interrupts while in polling mode by Joshua Hoke · 16 years ago
  28. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 16 years ago
  29. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 16 years ago
  30. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 16 years ago
  31. 8dd4bd0 macb: allow reception of large (>1518 bytes) frames by Peter Korsgaard · 16 years ago
  32. 22bedad net: convert multicast list to list_head by Jiri Pirko · 16 years ago
  33. f9dcbcc net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2 by Jiri Pirko · 16 years ago
  34. 7455a76 macb: straighten out macb_mii_probe function by Jiri Pirko · 16 years ago
  35. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 16 years ago
  36. 3dbda77 trivial: fix typos "man[ae]g?ment" -> "management" by Uwe Kleine-Koenig · 17 years ago
  37. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 17 years ago
  38. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  39. 4871953 drivers/net: fixed drivers that support netpoll use ndo_start_xmit() by Dongdong Deng · 17 years ago
  40. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 17 years ago
  41. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 17 years ago
  42. 6e8cf5c macb: Add support of the netpoll API by Thomas Petazzoni · 17 years ago
  43. f72f550 macb: process the RX ring regardless of interrupt status by Erik Waling · 17 years ago
  44. ee33c58 macb: Handle Retry Limit Exceeded errors by Erik Waling · 17 years ago
  45. 5f1fa99 macb: convert to net_device_ops by Alexander Beregalov · 17 years ago
  46. de79274 macb: fix warning "warning: unused variable `dev' " by vibi sreenivasan · 17 years ago
  47. db1d7bf net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 17 years ago
  48. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 17 years ago
  49. 39eddb4 macb: avoid lockup when TGO during underrun by Richard Röjfors · 17 years ago
  50. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 18 years ago
  51. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 18 years ago
  52. e174961 net: convert print_mac to %pM by Johannes Berg · 18 years ago
  53. 298cf9b phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 18 years ago
  54. 18ee49d phylib: rename mii_bus::dev to mii_bus::parent by Lennert Buytenhek · 18 years ago
  55. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 18 years ago
  56. c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 18 years ago
  57. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 18 years ago
  58. 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 18 years ago
  59. c1f598f macb: Basic suspend/resume support by Haavard Skinnemoen · 18 years ago
  60. d1d5741 macb: use random mac if stored address in EEPROM is invalid by Sven Schnelle · 18 years ago
  61. 72abb46 net drivers: fix platform driver hotplug/coldplug by Kay Sievers · 18 years ago
  62. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 18 years ago
  63. 72cfe92 macb: Use semicolon instead of comma for statement by Atsushi Nemoto · 18 years ago
  64. 84b7901 macb: Call phy_disconnect on removing by Atsushi Nemoto · 18 years ago
  65. 179956f macb: Fix speed setting by Atsushi Nemoto · 18 years ago
  66. 06c3fd6 macb: Fix section mismatch and shrink runtime footprint by Haavard Skinnemoen · 18 years ago
  67. bdcba151 MACB: clear transmit buffers properly on transmit underrun by Gregory CLEMENT · 19 years ago
  68. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 19 years ago
  69. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 19 years ago
  70. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 19 years ago
  71. 446ebd0 macb: Add multicast capability by Patrice Vilchez · 19 years ago
  72. 6c36a70 macb: Use generic PHY layer by frederic RODO · 19 years ago
  73. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 19 years ago
  74. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 19 years ago
  75. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 19 years ago
  76. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 19 years ago
  77. 140e807 macb: Remove inappropriate spinlocks around mii calls by Haavard Skinnemoen · 19 years ago
  78. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 19 years ago
  79. f2aca47 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  80. 0cc8674 AT91: MACB support by Andrew Victor · 19 years ago
  81. 43cb76d Network: convert network devices to use struct device instead of class_device by Greg Kroah-Hartman · 24 years ago
  82. 0f0d84e [PATCH] MACB: Use __raw register access by Haavard Skinnemoen · 20 years ago
  83. d836cae [PATCH] MACB: Use struct delayed_work instead of struct work_struct by Haavard Skinnemoen · 20 years ago
  84. 89e5785 [PATCH] Atmel MACB ethernet driver by Haavard Skinnemoen · 20 years ago