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