1. 427e21f acenic: use netdev_alloc_skb_ip_align by stephen hemminger · 13 years ago
  2. ecdfeee acenic: include NET_SKB_PAD headroom to incoming skbs by Eric Dumazet · 13 years ago
  3. 08dddfc acenic: do vlan cleanup by Jiri Pirko · 13 years ago
  4. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  5. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  6. 1258c07 acenic: Fix using the specified speed when configuring NIC by David Decotigny · 13 years ago
  7. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  8. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  9. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  10. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  11. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  12. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 430e55b acenic: use the dma state API instead of the pci equivalents by FUJITA Tomonori · 14 years ago
  14. 07e7de8 acenic: fix the misusage of zero dma address by FUJITA Tomonori · 14 years ago
  15. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  16. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  17. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  18. 6c60e0c acenic: Pass up error code from ace_load_firmware() by Ben Hutchings · 15 years ago
  19. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  20. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago
  21. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  22. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  23. da38075 acenic: fix non-constant printk warnings by Stephen Hemminger · 15 years ago
  24. 52255bb netdev: missing validate_address hooks by Stephen Hemminger · 16 years ago
  25. 949b425 firmware: convert acenic driver to request_firmware() by Jaswinder Singh · 16 years ago
  26. 9de6d99 netdev: remove pathetic compile-command lines by Alexey Dobriyan · 16 years ago
  27. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  28. d8b83c5 acenic: convert to net_device_ops by Stephen Hemminger · 16 years ago
  29. 454d7c9 netdevice: safe convert to netdev_priv() #part-1 by Wang Chen · 16 years ago
  30. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  31. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  32. fde9403a [netdrvr] remove unnecessary #include by Huang Weiyi · 16 years ago
  33. 966e37b acenic: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  34. ddfce6b network drivers: sparse warning fixes by Stephen Hemminger · 17 years ago
  35. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  36. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  37. dde9f93 drivers/net/acenic.c: fix check-after-use by Adrian Bunk · 17 years ago
  38. 8f036c0 acenic: SET_NETDEV_DEV is always there these days by Geert Uytterhoeven · 17 years ago
  39. 25805dc network drivers: eliminate unneeded kill_vid code by Stephen Hemminger · 17 years ago
  40. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  41. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  42. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  43. bef363a [PATCH] drivers/net/acenic.c Removal of old code by Michal Piotrowski · 18 years ago
  44. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  45. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  46. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  47. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  48. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  49. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  50. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  51. c6387a4 [SPARC]: Kill __irq_itoa(). by David S. Miller · 18 years ago
  52. 6f9d472 [PATCH] acenic: fix checking of read_eeprom_byte() return values by Eric Sesterhenn · 19 years ago
  53. b4558ea drivers/net: Remove pointless checks for NULL prior to calling kfree() by Jesper Juhl · 19 years ago
  54. 1e7f0bd drivers/net/: Use the DMA_{64,32}BIT_MASK constants by Domen Puncer · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago