1. a1b198b net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  2. 5d872c5 net: ethernet: smsc9420: use phydev from struct net_device by Philippe Reynes · 8 years ago
  3. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  4. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  5. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  6. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 9 years ago
  7. 84eff6d phy: add phydev_name() wrapper by Andrew Lunn · 9 years ago
  8. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  9. c018b7a smsc9420: use named constants for pci_power_t values by Julia Lawall · 11 years ago
  10. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  11. acec6d7 smsc9420: Use netif_<level> by Joe Perches · 11 years ago
  12. 4800599 smsc9420: replace printk with netdev_ calls by Ben Boeckel · 11 years ago
  13. 215081f net: smsc9420: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  14. cf68ca1 net: smsc: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  15. 720a43e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb by Joe Perches · 12 years ago
  16. 14f8dc4 drivers: net: Remove remaining alloc/OOM messages by Joe Perches · 12 years ago
  17. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  18. f3f9e50 smsc9420: remove __dev* attributes by Bill Pemberton · 12 years ago
  19. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  20. b5a8083 smsc9420: stop using net_device.{base_addr, irq}. by Francois Romieu · 13 years ago
  21. 50c0c11 smsc9420: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
  22. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  23. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 13 years ago
  24. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  25. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  26. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  27. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  28. ae15043 smsc: Move the SMC (SMSC) drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/smsc9420.c]
  29. 6241207 smsc9420: fix race in transmit time stamping. by Richard Cochran · 13 years ago
  30. ec1d7c9 smsc9420: enable transmit time stamping. by Richard Cochran · 13 years ago
  31. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  32. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  33. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  34. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  35. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  37. 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
  38. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  39. 5508590 net: convert multiple drivers to use netdev_for_each_mc_addr, part2 by Jiri Pirko · 15 years ago
  40. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  41. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  42. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  43. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  44. 6c53b1b smsc9420: prevent BUG() if ethtool is called with interface down by Steve Glendinning · 15 years ago
  45. a974a67 drivers/net/smsc9420.c: remove exceptional & on function name by Julia Lawall · 15 years ago
  46. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  47. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  48. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  49. cd7a3b7 smsc9420: fix big endian rx checksum offload by Steve Glendinning · 16 years ago
  50. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 16 years ago
  51. 196b7e1 smsc9420: handle magic field of ethtool_eeprom by Steve Glendinning · 16 years ago
  52. 9df8f4e smsc9420: fix another postfixed timeout by Steve Glendinning · 16 years ago
  53. b3ff29d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  54. 46578a69 net: variables reach -1, but 0 tested by Roel Kluin · 16 years ago
  55. 05bee47 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  56. 1609559 smsc9420: fix interrupt signalling test failures by Steve Glendinning · 16 years ago
  57. db1d7bf net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  58. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  59. fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 16 years ago
  60. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  61. bc02ff9 net: Refactor full duplex flow control resolution by Steve Glendinning · 16 years ago
  62. a7276db smsc9420: add ethtool register dump support by Steve Glendinning · 16 years ago
  63. 012b215 smsc9420: add ethtool eeprom support by Steve Glendinning · 16 years ago
  64. e312674 smsc9420: add netpoll support by Steve Glendinning · 16 years ago
  65. 2cb3772 smsc9420: SMSC LAN9420 10/100 PCI ethernet adapter by Steve Glendinning · 16 years ago