1. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 12 years ago
  2. 98962ba 8139cp: reset BQL when ring tx ring cleared by stephen hemminger · 12 years ago
  3. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 12 years ago
  4. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  5. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 13 years ago
  6. 83c34fd 8139cp: Prevent dev_close/cp_interrupt race on MTU change by John Greene · 13 years ago
  7. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  8. cb64edb 8139cp: properly support change of MTU values [v2] by John Greene · 13 years ago
  9. 892a925 8139cp: fix coherent mapping leak in error path. by françois romieu · 13 years ago
  10. 01ffc0a 8139cp: re-enable interrupts after tx timeout by David Woodhouse · 13 years ago
  11. 871f0d4 8139cp: enable bql by David Woodhouse · 13 years ago
  12. a9dbe40 8139cp: set ring address after enabling C+ mode by David Woodhouse · 13 years ago
  13. 071e3ef Revert "8139cp: revert "set ring address before enabling receiver"" by David S. Miller · 13 years ago
  14. b26623d 8139cp: revert "set ring address before enabling receiver" by françois romieu · 13 years ago
  15. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 13 years ago
  16. 0bc777bc 8139cp/8139too: terminate the eeprom access with the right opmode by Jason Wang · 13 years ago
  17. b01af45 8139cp: set ring address before enabling receiver by Jason Wang · 13 years ago
  18. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  19. a8c9cb1 8139cp: set intr mask after its handler is registered by Jason Wang · 13 years ago
  20. a69afe3 8139cp: stop using net_device.{base_addr, irq}. by Francois Romieu · 13 years ago
  21. b189e81 8139cp: fix missing napi_gro_flush. by françois romieu · 14 years ago
  22. f872b23 8139cp: properly config rx mode after resuming by Jason Wang · 14 years ago
  23. 7d03f5a 8139cp/8139too: do not read into reserved registers by Jason Wang · 14 years ago
  24. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 14 years ago
  25. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 14 years ago
  26. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 14 years ago
  27. 1d0861a Add ethtool -g support to 8139cp by Rick Jones · 14 years ago
  28. deb8a06 8139cp: convert to SKB paged frag API. by Ian Campbell · 14 years ago
  29. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  30. a8fe65b 8139*/atp/r8169/sc92031: Move the Realtek drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/8139cp.c]
  31. 6864ddb 8139cp: convert to new VLAN model. by françois romieu · 14 years ago
  32. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  33. 044a890 net: 8139cp: convert to hw_features by Michał Mirosław · 14 years ago
  34. 24b7ea9 8139cp: fix checksum broken by Shan Wei · 15 years ago
  35. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 15 years ago
  36. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 15 years ago
  37. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  38. 349124a net8139: fix a race at the end of NAPI by Figo.zhang · 15 years ago
  39. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 15 years ago
  40. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  41. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  42. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  43. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  44. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  45. b4f18b3 drivers/net/8139cp.c: Use (pr|netdev|netif)_<level> macro helpers by Joe Perches · 15 years ago
  46. a56ed41 net: 8139cp: convert to use mc helpers by Jiri Pirko · 16 years ago
  47. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 16 years ago
  48. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 16 years ago
  49. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 16 years ago
  50. 9cc4085 8139cp: fix duplicate loglevel in module load message by Alan Jenkins · 16 years ago
  51. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 16 years ago
  52. 5c16807 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  53. 839d162 8139cp: balance dma_map_single vs dma_unmap_single pair by Francois Romieu · 16 years ago
  54. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  55. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 16 years ago
  56. b93d584 8139*: convert printk() to pr_<foo>() by Alexander Beregalov · 16 years ago
  57. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  58. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  59. c048aaf 8139cp: allow to set mac address on running device by Jiri Pirko · 16 years ago
  60. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 17 years ago
  61. fe96aaa netdev: add missing set_mac_address hook by Stephen Hemminger · 17 years ago
  62. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 17 years ago
  63. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 17 years ago
  64. 48dfcde 8139: convert to net_device_ops by Stephen Hemminger · 17 years ago
  65. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 17 years ago
  66. e174961 net: convert print_mac to %pM by Johannes Berg · 17 years ago
  67. de4549c 8139x: reduce message severity on driver overlap by Stephen Hemminger · 17 years ago
  68. a52be1cbc 8139cp: use netdev_alloc_skb by Kevin Lo · 17 years ago
  69. be0976b [netdrvr] kill sync_irq-before-freq_irq pattern by Jeff Garzik · 17 years ago
  70. 237225f 8139cp: use netstats in net_device structure by Paulius Zaleckas · 17 years ago
  71. cf98301 fix vlan in 8139cp on big-endian by Al Viro · 18 years ago
  72. 03233b9 8139cp: trivial endianness annotations by Al Viro · 18 years ago
  73. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 18 years ago
  74. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 18 years ago
  75. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 18 years ago
  76. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 18 years ago
  77. 6cc92cd [netdrvr] 8139cp, 8139too: convert to generic DMA by Jeff Garzik · 18 years ago
  78. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 18 years ago
  79. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 18 years ago
  80. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  81. 9030c0d 8139cp: implement the missing dev->tx_timeout by Francois Romieu · 18 years ago
  82. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 18 years ago
  83. 2501f84 8139cp: Convert to generic boolean by Richard Knutsson · 18 years ago
  84. 7b33224 8139cp: fix VLAN unregistration by Stephen Hemminger · 18 years ago
  85. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 18 years ago
  86. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
  87. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 18 years ago
  88. 553af56 8139cp: Don't blindly enable interrupts by Chris Lalancette · 19 years ago
  89. d15e9c4 netpoll: drivers must not enable IRQ unconditionally in their NAPI handler by Francois Romieu · 19 years ago
  90. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 19 years ago
  91. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  92. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 19 years ago
  93. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 19 years ago
  94. cb93020 Merge tag '8139cp-20060912-00' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6 into tmp by Jeff Garzik · 19 years ago
  95. 48907e3 8139cp: ring_info removal for the transmit path by Francois Romieu · 19 years ago
  96. 4e83b7f Merge branch 'tmp' into upstream by Jeff Garzik · 19 years ago
  97. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 19 years ago
  98. cccb20d 8139cp: use PCI_DEVICE() to shorten the PCI device table by Francois Romieu · 19 years ago
  99. 7668a49 8139cp: pci_get_drvdata(pdev) can not be NULL in suspend handler by François Romieu · 19 years ago
  100. e68970e 8139cp: removal of useless BUG_ON() check by Francois Romieu · 19 years ago