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