1. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  2. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  3. 705d1c3 net: starfire: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  4. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  5. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  6. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  7. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  8. d3ace58 starfire: remove __dev* attributes by Bill Pemberton · 12 years ago
  9. c477ebd sections: fix section conflicts in drivers/net by Andi Kleen · 12 years ago
  10. 2d5fb62 starfire: remove deprecated options. by Francois Romieu · 13 years ago
  11. ea8f2ed starfire: stop using net_device.{base_addr, irq}. by Francois Romieu · 13 years ago
  12. 1d26643 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
  13. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  14. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  15. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  16. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  17. 0cd83cc starfire: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  18. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  19. 9bba23b starfire: Move the Adaptec driver by Jeff Kirsher · 13 years ago[Renamed from drivers/net/starfire.c]
  20. 5da96be starfire: do vlan cleanup by Jiri Pirko · 13 years ago
  21. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  22. 1591cb6 starfire: clean up dma_addr_t size test by FUJITA Tomonori · 14 years ago
  23. f4d5900 starfire: Fix dma_addr_t size test for MIPS by Ben Hutchings · 14 years ago
  24. 3e502e6 starfire: Temporary kludge to fix powerpc build. by David S. Miller · 14 years ago
  25. 56543af starfire: use BUILD_BUG_ON for netdrv_addr_t by Akinobu Mita · 14 years ago
  26. d08336e starfire: use PCI_VDEVICE by Akinobu Mita · 14 years ago
  27. 86678a2 starfire: Use the instance of net_device_stats from net_device. by Kulikov Vasiliy · 14 years ago
  28. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  29. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  30. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  31. 567ec87 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 by Jiri Pirko · 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. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  35. c928feb starfire: clean up properly if firmware loading fails by Ben Hutchings · 15 years ago
  36. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  37. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  38. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  39. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  40. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  41. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  42. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  43. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  44. b5defaa starfire: fix non-constant printk warnings by Stephen Hemminger · 16 years ago
  45. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  46. 4fc8006 starfire: update to net_device_ops by Stephen Hemminger · 16 years ago
  47. cfc3a44 starfire: use request_firmware() by Jaswinder Singh Rajput · 16 years ago
  48. e4c3c13 drivers/net: fix sparse warnings: make do-while a compound statement by Hannes Eder · 16 years ago
  49. 6332178 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  50. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  51. 9a3de25 drivers/net: starfire: Fix napi ->poll() weight handling by Jarek Poplawski · 16 years ago
  52. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  53. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  54. a667601 starfire: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  55. 38b2219 netdrv: don't truncate VLAN TCI with VLAN stripping by Patrick McHardy · 16 years ago
  56. 21f644f [NET]: Undo code bloat in hot paths due to print_mac(). by David S. Miller · 17 years ago
  57. da219b7 starfire: secton fix by Andrew Morton · 17 years ago
  58. 813820b starfire VLAN fix by Al Viro · 17 years ago
  59. 88b1943 starfire: trivial endianness annotations by Al Viro · 17 years ago
  60. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  61. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  62. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  63. 21ba0f8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  64. 694625c PCI: add pci_try_set_mwi by Randy Dunlap · 17 years ago
  65. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  66. 983b7dc starfire list alpha as 64 bit arch by maximilian attems · 17 years ago
  67. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
  68. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 18 years ago
  69. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  70. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  71. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  72. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  73. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  74. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  75. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  76. 46009c8 [netdrvr] minor cleanups in Becker-derived drivers by Jeff Garzik · 18 years ago
  77. 03a8c66 [netdrvr] Remove Linux-specific changelogs from several Becker template drivers by Jeff Garzik · 18 years ago
  78. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  79. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  80. 5b057c6 [NET]: Avoid allocating skb in skb_pad by Herbert Xu · 18 years ago
  81. e19360f [PATCH] net drivers: fix section attributes for gcc by Randy Dunlap · 19 years ago
  82. 5d9428d BUG_ON() Conversion in drivers/net/ by Eric Sesterhenn · 19 years ago
  83. 4615355 Merge branch 'net-const' by Jeff Garzik · 19 years ago
  84. f71e130 Massive net driver const-ification. by Arjan van de Ven · 19 years ago
  85. d4fbeab [PATCH] starfire: Implement suspend/resume by Stefan Rompf · 19 years ago
  86. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  87. d8840ac [PATCH] starfire: free_irq() on error path of netdev_open() by Alexey Dobriyan · 19 years ago
  88. 6797423 [netdrvr starfire] fix highmem and broken firmware issues by Ion Badulescu · 19 years ago
  89. 689be43 [NET]: Remove gratuitous use of skb->tail in network drivers. by David S. Miller · 19 years ago
  90. fdecea6 [netdrvr starfire] Add GPL'd firmware, remove compat code by Jeff Garzik · 19 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago