1. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  2. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  3. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  4. ed64b3c e1000: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  5. 0ef4eed e1000: convert to private mutex from rtnl by Jesse Brandeburg · 13 years ago
  6. 4e0d8f7 e1000: convert mdelay to msleep by Jesse Brandeburg · 13 years ago
  7. a4010af e1000: convert hardware management from timers to threads by Jesse Brandeburg · 13 years ago
  8. d5bc77a e1000: don't enable dma receives until after dma address has been setup by Dean Nelson · 13 years ago
  9. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  10. 31c15a2 e1000: save skb counts in TX to avoid cache misses by Dean Nelson · 13 years ago
  11. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  12. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/e1000/e1000_main.c]
  13. 6d9e513 e1000: always call e1000_check_for_link() on e1000_ce4100 MACs. by Nicolas Schichan · 13 years ago
  14. 5622e40 e1000: do vlan cleanup by Jiri Pirko · 13 years ago
  15. e97d320 e1000: convert to ndo_fix_features by Michał Mirosław · 13 years ago
  16. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  17. 14ad251 net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration by David Decotigny · 13 years ago
  18. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  19. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  20. 4c11b8a e1000: Avoid unhandled IRQ by Jesse Brandeburg · 14 years ago
  21. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  22. 5377a41 e1000: Add support for the CE4100 reference platform by Dirk Brandewie · 14 years ago
  23. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  24. 0d0b167 net: Fix drivers advertising HW_CSUM feature to use csum_start by Michał Mirosław · 14 years ago
  25. 19a0b67 e1000: fix return value not set on error by Dean Nelson · 14 years ago
  26. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  27. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  28. ab08853 e1000: fix screaming IRQ by Anupam Chanda · 14 years ago
  29. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  30. 38df7a3 e1000: make e1000_reinit_safe local by stephen hemminger · 14 years ago
  31. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  32. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  33. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  34. 6a08d19 e1000: use GRO for receive by Jesse Brandeburg · 14 years ago
  35. 338c15e e1000: fix occasional panic on unload by Jesse Brandeburg · 14 years ago
  36. 5cf42fc e1000: use work queues by Jesse Brandeburg · 14 years ago
  37. 7b872a5 e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags by Yi Zou · 14 years ago
  38. e508be1 e1000: fix Tx hangs by disabling 64-bit DMA by Jesse Brandeburg · 14 years ago
  39. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  40. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  41. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 14 years ago
  42. feb8f47 e1000: use netif_<level> instead of netdev_<level> by Emil Tantilov · 14 years ago
  43. 7837e58 e1000: Fix message logging defect by Joe Perches · 14 years ago
  44. 57bf6ee ixgb and e1000: Use new function for copybreak tests by Joe Perches · 14 years ago
  45. 2a2ec45 e1000: fix WARN_ON with mac-vlan by Jesse Brandeburg · 14 years ago
  46. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  47. eab2abf e1000/e1000e: implement a simple interrupt moderation by Jesse Brandeburg · 14 years ago
  48. 675ad47 e1000: Use netdev_<level>, pr_<level> and dev_<level> by Emil Tantilov · 14 years ago
  49. b16f53b e1000: use DMA API instead of PCI DMA functions by Nick Nunley · 14 years ago
  50. e743d31 drivers: net: use skb_headlen() by Eric Dumazet · 14 years ago
  51. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  52. 22bedad net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  53. 39ca5f0 e1000: do not modify tx_queue_len on link speed change by Emil Tantilov · 14 years ago
  54. 0448873 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  55. b5abb02 e1000: Fix DMA mapping error handling on RX by Anton Blanchard · 14 years ago
  56. 10886af e1000: correct wrong coding style for "else" by Jiri Pirko · 14 years ago
  57. 7a81e9f e1000: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  58. dbb5aae e1000: call pci_save_state after pci_restore_state by Nick Nunley · 15 years ago
  59. b548192 e1000: Report link status in ethtool when interface is down by Nick Nunley · 15 years ago
  60. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  61. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 15 years ago
  62. 9926146 e1000/e1000e: don't use small hardware rx buffers by Jesse Brandeburg · 15 years ago
  63. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  64. 40a14de e1000: enhance frame fragment detection by Jesse Brandeburg · 15 years ago
  65. c1fa347 e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() by Roel Kluin · 15 years ago
  66. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  67. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  68. 602c055 e1000: remove use of skb_dma_map from e1000 driver by Alexander Duyck · 15 years ago
  69. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  70. 5fe31de e1000: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  71. 11b7f7b e1000: fix namespacecheck warnings by Jesse Brandeburg · 15 years ago
  72. 120a5d0 e1000: updated whitespace and comments by Jesse Brandeburg · 15 years ago
  73. 650b5a5 e1000: drop redunant line of code, cleanup by Jesse Brandeburg · 15 years ago
  74. 3d6114e e1000: remove races when changing mtu by Jesse Brandeburg · 15 years ago
  75. 8fce473 e1000: two workarounds were incomplete, fix them by Jesse Brandeburg · 15 years ago
  76. cdd7549 e1000: fix tx waking queue after queue stopped during shutdown by Jesse Brandeburg · 15 years ago
  77. be0f071 e1000: test link state conclusively by Jesse Brandeburg · 15 years ago
  78. baa3474 e1000: stop timers at appropriate times by Jesse Brandeburg · 15 years ago
  79. 5185107 e1000: use netif_tx_disable by Jesse Brandeburg · 15 years ago
  80. 1532ece e1000: drop dead pcie code from e1000 by Jesse Brandeburg · 15 years ago
  81. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  82. fd38d7a e1000: Fix for e1000 kills IPMI on a tagged vlan. by Graham, David · 15 years ago
  83. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  84. b7cb8c2 e1000: fix flow control thresholds by Jesse Brandeburg · 15 years ago
  85. edbbb3c e1000: implement jumbo receive with partial descriptors by Jesse Brandeburg · 15 years ago
  86. eab6330 e1000: return PCI_ERS_RESULT_DISCONNECT on permanent error by Andre Detsch · 15 years ago
  87. 679be3b e1000: fix unmap bug by Jesse Brandeburg · 15 years ago
  88. 31278e7 net: group address list and its count by Jiri Pirko · 15 years ago
  89. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  90. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  91. ea30e11 e1000: add missing length check to e1000 receive routine by Neil Horman · 15 years ago
  92. ccffad2 net: convert unicast addr list by Jiri Pirko · 15 years ago
  93. cdd0db0 net: dont update dev->trans_start by Eric Dumazet · 15 years ago
  94. 22f6dac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  95. c2d5ab4 e1000/e1000e/igb/ixgb: don't txhang after link down by Jesse Brandeburg · 15 years ago
  96. e151a60 e1000: fix virtualization bug by Jesse Brandeburg · 15 years ago
  97. 4cb9be7 e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily by Jesse Brandeburg · 15 years ago
  98. e5e9743 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. eb62efd e1000: init link state correctly by Jesse Brandeburg · 15 years ago
  100. 843f426 e1000: fix transmit routine exit bug by Jesse Brandeburg · 15 years ago