1. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  2. 0bc777bc 8139cp/8139too: terminate the eeprom access with the right opmode by Jason Wang · 12 years ago
  3. b01af45 8139cp: set ring address before enabling receiver by Jason Wang · 12 years ago
  4. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  5. a8c9cb1 8139cp: set intr mask after its handler is registered by Jason Wang · 12 years ago
  6. a69afe3 8139cp: stop using net_device.{base_addr, irq}. by Francois Romieu · 12 years ago
  7. b189e81 8139cp: fix missing napi_gro_flush. by françois romieu · 13 years ago
  8. f872b23 8139cp: properly config rx mode after resuming by Jason Wang · 13 years ago
  9. 7d03f5a 8139cp/8139too: do not read into reserved registers by Jason Wang · 13 years ago
  10. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  11. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  12. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  13. 1d0861a Add ethtool -g support to 8139cp by Rick Jones · 13 years ago
  14. deb8a06 8139cp: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  15. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  16. a8fe65b 8139*/atp/r8169/sc92031: Move the Realtek drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/8139cp.c]
  17. 6864ddb 8139cp: convert to new VLAN model. by françois romieu · 13 years ago
  18. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  19. 044a890 net: 8139cp: convert to hw_features by Michał Mirosław · 13 years ago
  20. 24b7ea9 8139cp: fix checksum broken by Shan Wei · 14 years ago
  21. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  22. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  23. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  24. 349124a net8139: fix a race at the end of NAPI by Figo.zhang · 14 years ago
  25. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  26. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  27. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  28. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  30. 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
  31. b4f18b3 drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpers by Joe Perches · 14 years ago
  32. a56ed41 net: 8139cp: convert to use mc helpers by Jiri Pirko · 14 years ago
  33. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  34. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  35. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  36. 9cc4085 8139cp: fix duplicate loglevel in module load message by Alan Jenkins · 15 years ago
  37. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  38. 5c16807 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  39. 839d162 8139cp: balance dma_map_single vs dma_unmap_single pair by Francois Romieu · 15 years ago
  40. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  41. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  42. b93d584 8139*: convert printk() to pr_<foo>() by Alexander Beregalov · 15 years ago
  43. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  44. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  45. c048aaf 8139cp: allow to set mac address on running device by Jiri Pirko · 15 years ago
  46. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  47. fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 16 years ago
  48. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  49. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  50. 48dfcde 8139: convert to net_device_ops by Stephen Hemminger · 16 years ago
  51. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  52. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  53. de4549c 8139x: reduce message severity on driver overlap by Stephen Hemminger · 16 years ago
  54. a52be1cbc 8139cp: use netdev_alloc_skb by Kevin Lo · 16 years ago
  55. be0976b [netdrvr] kill sync_irq-before-freq_irq pattern by Jeff Garzik · 16 years ago
  56. 237225f 8139cp: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  57. cf98301 fix vlan in 8139cp on big-endian by Al Viro · 17 years ago
  58. 03233b9 8139cp: trivial endianness annotations by Al Viro · 17 years ago
  59. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  60. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  61. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  62. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  63. 6cc92cd [netdrvr] 8139cp, 8139too: convert to generic DMA by Jeff Garzik · 17 years ago
  64. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  65. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  66. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  67. 9030c0d 8139cp: implement the missing dev->tx_timeout by Francois Romieu · 17 years ago
  68. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  69. 2501f84 8139cp: Convert to generic boolean by Richard Knutsson · 17 years ago
  70. 7b33224 8139cp: fix VLAN unregistration by Stephen Hemminger · 17 years ago
  71. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  72. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  73. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  74. 553af56 8139cp: Don't blindly enable interrupts by Chris Lalancette · 17 years ago
  75. d15e9c4 netpoll: drivers must not enable IRQ unconditionally in their NAPI handler by Francois Romieu · 18 years ago
  76. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  77. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  78. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  79. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  80. 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
  81. 48907e3 8139cp: ring_info removal for the transmit path by Francois Romieu · 18 years ago
  82. 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 18 years ago
  83. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  84. cccb20d 8139cp: use PCI_DEVICE() to shorten the PCI device table by Francois Romieu · 18 years ago
  85. 7668a49 8139cp: pci_get_drvdata(pdev) can not be NULL in suspend handler by François Romieu · 18 years ago
  86. e68970e 8139cp: removal of useless BUG_ON() check by Francois Romieu · 18 years ago
  87. d03d376 8139cp: sync the device private data with its r8169 counterpart by Francois Romieu · 18 years ago
  88. 0ba894d 8139cp: ring_info removal for the receive path by Francois Romieu · 18 years ago
  89. c48e939 8139cp: remove gratuitous indirection by Francois Romieu · 18 years ago
  90. 3598b57 8139cp: trim ring_info by Francois Romieu · 18 years ago
  91. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  92. 4626dd4 [PATCH] 8139cp.c printk fix by Andrew Morton · 18 years ago
  93. 9b91cf9 [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ... by Jeff Garzik · 18 years ago
  94. 2e8a538 [netdrvr] Use dev_printk() when ethernet interface isn't available by Jeff Garzik · 18 years ago
  95. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  96. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  97. 2427ddd [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed by Greg Kroah-Hartman · 18 years ago
  98. 7c7459d [PATCH] 64bit resource: fix up printks for resources in networks drivers by Greg Kroah-Hartman · 18 years ago
  99. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  100. 722fdb3 [PATCH] 8139cp: add ethtool eeprom support by Philip Craig · 18 years ago