1. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  2. 9cc4085 8139cp: fix duplicate loglevel in module load message by Alan Jenkins · 15 years ago
  3. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  4. 5c16807 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  5. 839d162 8139cp: balance dma_map_single vs dma_unmap_single pair by Francois Romieu · 15 years ago
  6. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  7. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  8. b93d584 8139*: convert printk() to pr_<foo>() by Alexander Beregalov · 15 years ago
  9. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  10. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  11. c048aaf 8139cp: allow to set mac address on running device by Jiri Pirko · 15 years ago
  12. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  13. fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 16 years ago
  14. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  15. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  16. 48dfcde 8139: convert to net_device_ops by Stephen Hemminger · 16 years ago
  17. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  18. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  19. de4549c 8139x: reduce message severity on driver overlap by Stephen Hemminger · 16 years ago
  20. a52be1cbc 8139cp: use netdev_alloc_skb by Kevin Lo · 16 years ago
  21. be0976b [netdrvr] kill sync_irq-before-freq_irq pattern by Jeff Garzik · 16 years ago
  22. 237225f 8139cp: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  23. cf98301 fix vlan in 8139cp on big-endian by Al Viro · 17 years ago
  24. 03233b9 8139cp: trivial endianness annotations by Al Viro · 17 years ago
  25. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  26. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  27. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  28. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  29. 6cc92cd [netdrvr] 8139cp, 8139too: convert to generic DMA by Jeff Garzik · 17 years ago
  30. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  31. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  32. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  33. 9030c0d 8139cp: implement the missing dev->tx_timeout by Francois Romieu · 17 years ago
  34. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  35. 2501f84 8139cp: Convert to generic boolean by Richard Knutsson · 17 years ago
  36. 7b33224 8139cp: fix VLAN unregistration by Stephen Hemminger · 17 years ago
  37. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  38. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  39. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  40. 553af56 8139cp: Don't blindly enable interrupts by Chris Lalancette · 17 years ago
  41. d15e9c4 netpoll: drivers must not enable IRQ unconditionally in their NAPI handler by Francois Romieu · 18 years ago
  42. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  43. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  44. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  45. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  46. cb93020 Merge tag '8139cp-20060912-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into tmp by Jeff Garzik · 18 years ago
  47. 48907e3 8139cp: ring_info removal for the transmit path by Francois Romieu · 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. cccb20d 8139cp: use PCI_DEVICE() to shorten the PCI device table by Francois Romieu · 18 years ago
  51. 7668a49 8139cp: pci_get_drvdata(pdev) can not be NULL in suspend handler by François Romieu · 18 years ago
  52. e68970e 8139cp: removal of useless BUG_ON() check by Francois Romieu · 18 years ago
  53. d03d376 8139cp: sync the device private data with its r8169 counterpart by Francois Romieu · 18 years ago
  54. 0ba894d 8139cp: ring_info removal for the receive path by Francois Romieu · 18 years ago
  55. c48e939 8139cp: remove gratuitous indirection by Francois Romieu · 18 years ago
  56. 3598b57 8139cp: trim ring_info by Francois Romieu · 18 years ago
  57. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  58. 4626dd4 [PATCH] 8139cp.c printk fix by Andrew Morton · 18 years ago
  59. 9b91cf9 [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... by Jeff Garzik · 18 years ago
  60. 2e8a538 [netdrvr] Use dev_printk() when ethernet interface isn't available by Jeff Garzik · 18 years ago
  61. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  62. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  63. 2427ddd [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed by Greg Kroah-Hartman · 18 years ago
  64. 7c7459d [PATCH] 64bit resource: fix up printks for resources in networks drivers by Greg Kroah-Hartman · 18 years ago
  65. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  66. 722fdb3 [PATCH] 8139cp: add ethtool eeprom support by Philip Craig · 18 years ago
  67. d73f1e3 [PATCH] 8139cp: fix eeprom read command length by Philip Craig · 18 years ago
  68. f3b197a [netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/* by Jeff Garzik · 18 years ago
  69. 5d9428d BUG_ON() Conversion in drivers/net/ by Eric Sesterhenn · 18 years ago
  70. f71e130 Massive net driver const-ification. by Arjan van de Ven · 18 years ago
  71. 576cfa9 8139cp: fix broken suspend/resume by Francois Romieu · 18 years ago
  72. a3536c8 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  73. 8b51292 [PATCH] 8139cp: allocate statistics space only when needed by Stephen Hemminger · 19 years ago
  74. 3173c89 [PATCH] drivers/net: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  75. bb0ce60 [PATCH] 8139cp: support ETHTOOL_GPERMADDR by John W. Linville · 19 years ago
  76. a4cf076 [PATCH] 8139cp - redetect link after suspend by Pierre Ossman · 19 years ago
  77. 689be43 [NET]: Remove gratuitous use of skb->tail in network drivers. by David S. Miller · 19 years ago
  78. 97f568d 8139cp: safer spin loop for get_statistics by Stephen Hemminger · 19 years ago
  79. 8b0ee07 Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6. by Jeff Garzik · 19 years ago
  80. 8662d06 [PATCH] drivers/net/8139cp: Use the DMA_{64, 32}BIT_MASK constants by Tobias Klauser · 19 years ago
  81. a78d892 [PATCH] 8139cp net driver: add MODULE_VERSION by · 19 years ago
  82. 7502cd1 [PATCH] 8139cp - add netpoll support by Steffen Klassert · 19 years ago
  83. e21ba28 [PATCH] 8139cp - module_param by Stephen Hemminger · 19 years ago
  84. 5734418 [PATCH] 8139cp: SG support fixes by Francois Romieu · 19 years ago
  85. fcec345 [netdrvr 8139cp] TSO support by Jeff Garzik · 19 years ago
  86. 05adc3b [PATCH] u32 vs. pm_message_t fixes for drivers/net by Pavel Machek · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago