1. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  2. b0171cd epic100: remove __dev* attributes by Bill Pemberton · 12 years ago
  3. aae9bc3 epic100: stop using net_device.{base_addr, irq} and convert to __iomem. by Francois Romieu · 13 years ago
  4. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 13 years ago
  5. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  6. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  7. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  8. ae15043 smsc: Move the SMC (SMSC) drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/epic100.c]
  9. 43d620c drivers/net: Remove casts of void * by Joe Perches · 14 years ago
  10. 7a36df8 epic100: hamachi: yellowfin: Fix skb allocation size by Jarek Poplawski · 14 years ago
  11. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  12. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  13. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  14. 275defc epic100: Use the instance of net_device_stats from net_device. by Kulikov Vasiliy · 14 years ago
  15. 9e2d11b epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIAN by Roland Dreier · 15 years ago
  16. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  17. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  18. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  19. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  20. 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
  21. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 15 years ago
  22. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  23. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  24. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  25. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  26. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  27. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  28. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  29. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  30. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  31. 805524c epic100: update to net_device_ops by Stephen Hemminger · 16 years ago
  32. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  33. 4cf1653 netdevice: safe convert to netdev_priv() #part-2 by Wang Chen · 16 years ago
  34. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  35. 275f165 pci: use pci_ioremap_bar() in drivers/net by Arjan van de Ven · 16 years ago
  36. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  37. 9ebfd49 epic100 endianness annotations and fixes by Al Viro · 17 years ago
  38. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  39. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  40. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  41. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  42. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  43. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  44. 2c2a8c5 remove broken URLs from net drivers' output by Markus Dahms · 18 years ago
  45. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
  46. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  47. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  48. 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago
  49. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  50. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  51. 9b91cf9 [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... by Jeff Garzik · 18 years ago
  52. 2e8a538 [netdrvr] Use dev_printk() when ethernet interface isn't available by Jeff Garzik · 18 years ago
  53. 36e1e84 [netdrvr] epic100: minor cleanups by Jeff Garzik · 18 years ago
  54. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  56. 1f1bd5f [netdrvr] Remove long-unused bits from Becker template drivers by Jeff Garzik · 18 years ago
  57. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  58. f3b197a [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/* by Jeff Garzik · 19 years ago
  59. f71e130 Massive net driver const-ification. by Arjan van de Ven · 19 years ago
  60. b7b1d20 [PATCH] epic100: fix counting of work_done in epic_poll by John W. Linville · 19 years ago
  61. 689be43 [NET]: Remove gratuitous use of skb->tail in network drivers. by David S. Miller · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago