1. 72582fd net: ethernet: greth: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  2. 65752dd net: ethernet: greth: use phydev from struct net_device by Philippe Reynes · 8 years ago
  3. b1ac6b7 aeroflex/greth: fix warning about unused variable by Sam Ravnborg · 8 years ago
  4. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  5. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  6. 73c7047 net: greth: constify of_device_id array by Fabian Frederick · 10 years ago
  7. 07646c9 net: ethernet: aeroflex: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  8. e1743a1 greth: moved TX ring cleaning to NAPI rx poll func by Daniel Hellstrom · 10 years ago
  9. 1f55338 net: greth: remove empty MDIO bus reset function by Florian Fainelli · 11 years ago
  10. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  11. f0528ce net: greth: use phy_read_status() by Florian Fainelli · 11 years ago
  12. ede23fa drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent by Joe Perches · 11 years ago
  13. 8513fbd net: ethernet: use platform_{get,set}_drvdata() by Jingoo Han · 11 years ago
  14. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  15. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  16. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  17. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  18. c0c0e29 aeroflex: remove __dev* attributes by Bill Pemberton · 12 years ago
  19. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  20. 504f9b5 ethernet: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 13 years ago
  21. 72e6027 aeroflex: Fix typo in greth.c by Masanari Iida · 13 years ago
  22. 1d26643 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  23. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  24. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  25. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  26. ab7e11d greth: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  27. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  28. 1fe003f greth: Move the Aeroflex Gaisler driver by Jeff Kirsher · 13 years ago[Renamed from drivers/net/greth.c]
  29. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  30. 9b9cfe7 greth: greth_set_mac_add would corrupt the MAC address. by Kristoffer Glembo · 13 years ago
  31. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  32. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  33. 131ae32 net: greth: convert to hw_features by Michał Mirosław · 13 years ago
  34. 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  35. 0f73f2c GRETH: resolve SMP issues and other problems by Daniel Hellstrom · 14 years ago
  36. 1ca2343 GRETH: handle frame error interrupts by Daniel Hellstrom · 14 years ago
  37. 2436af8 GRETH: avoid writing bad speed/duplex when setting transfer mode by Daniel Hellstrom · 14 years ago
  38. b669e7f GRETH: fixed skb buffer memory leak on frame errors by Daniel Hellstrom · 14 years ago
  39. 2a2bc01 GRETH: GBit transmit descriptor handling optimization by Daniel Hellstrom · 14 years ago
  40. bbe9e63 GRETH: fix opening/closing by Daniel Hellstrom · 14 years ago
  41. ad4650a GRETH: added raw AMBA vendor/device number to match against. by Daniel Hellstrom · 14 years ago
  42. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  43. cb5d991 greth: Use return value of register_netdev by Tobias Klauser · 14 years ago
  44. 19e4875 of/sparc: fix build regression from of_device changes by Grant Likely · 14 years ago
  45. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  46. fa6ca57 greth: Remove unnecessary memset of napi member in netdev private data by Tobias Klauser · 14 years ago
  47. bc284f9 greth: Fix build after OF device conversions. by David S. Miller · 14 years ago
  48. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  49. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  50. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  51. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  52. b05b7d9 net: remove redundant code by Eric Dumazet · 15 years ago
  53. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  54. c43491d greth: fall through to common return statement on error by Simon Horman · 15 years ago
  55. 41a655b greth: convert to netdev_tx_t by kirjanov@gmail.com · 15 years ago
  56. 6e03718 greth: some driver cleanups by kirjanov@gmail.com · 15 years ago
  57. d4c4113 net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver by Kristoffer Glembo · 15 years ago