1. f6cec0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  2. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 14 years ago
  3. 1cfd2bd Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  4. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  5. 8e86acd e1000e: Fix irq_synchronize in MSI-X case by Jeff Kirsher · 14 years ago
  6. c128ec2 e1000e: register pm_qos request on hardware activation by Florian Mickler · 14 years ago
  7. f3ec4f8 PCI: change device runtime PM settings for probe and remove by Alan Stern · 14 years ago
  8. ea7afd3 e1000e: Drop a useless statement by Jean Delvare · 14 years ago
  9. 82f6825 pm_qos: Get rid of the allocation in pm_qos_add_request() by James Bottomley · 14 years ago
  10. 8eb64e6 e1000e: suppress compile warnings on certain archs by Bruce Allan · 14 years ago
  11. 36f2407 e1000e: don't inadvertently re-set INTX_DISABLE by Dean Nelson · 14 years ago
  12. dbcb9fe e1000e: packet split should not be used with early receive by Bruce Allan · 14 years ago
  13. f2e2b3a e1000e: do not touch PHY page 800 registers when link speed is 1000Mbps by Bruce Allan · 14 years ago
  14. 0c6bdb3 e1000e: avoid polling h/w registers during link negotiation by Bruce Allan · 14 years ago
  15. c14c643 e1000e: update driver version number by Bruce Allan · 14 years ago
  16. 451152d e1000e: update copyright information by Bruce Allan · 14 years ago
  17. d3738bb e1000e: initial support for 82579 LOMs by Bruce Allan · 14 years ago
  18. 8c7bbb9 e1000e: separate out PHY statistics register updates by Bruce Allan · 14 years ago
  19. 3b21b50 e1000e: change logical negate to bitwise by Dan Carpenter · 14 years ago
  20. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  21. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  22. 10df0b9 e1000e: add PCI device id to enable support for 82567V-4 by Bruce Allan · 14 years ago
  23. a305595 e1000e: move settting of flow control refresh timer to link setup code by Bruce Allan · 14 years ago
  24. 52a9b23 e1000e: s/w initiated LSC MSI-X interrupts not generated; no transmit by Bruce Allan · 14 years ago
  25. cd79161 e1000e: initialize manageability (IPMI) pass-through in 82574/82583 by Bruce Allan · 14 years ago
  26. 11b08be e1000e: bad state after running ethtool diagnostics with AMT enabled by Bruce Allan · 14 years ago
  27. ed77134 PM QOS update by Mark Gross · 14 years ago
  28. eab2abf e1000/e1000e: implement a simple interrupt moderation by Jesse Brandeburg · 14 years ago
  29. f85e4df e1000e: Save irq into netdev structure by Tom Herbert · 14 years ago
  30. 50849d7 e1000e: reduce writes of RX producer ptr by Tom Herbert · 14 years ago
  31. 9ed318d e1000e: save skb counts in TX to avoid cache misses by Tom Herbert · 14 years ago
  32. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  33. 0c75ba2 e1000e: Fix oops caused by ASPM patch. by Anton Blanchard · 14 years ago
  34. 84f4ee9 e1000e: add registers etc. printout code just before resetting adapters by Taku Izumi · 14 years ago
  35. 0be3f55 e1000e: use DMA API instead of PCI DMA functions by Nick Nunley · 14 years ago
  36. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  37. 6f461f6 e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata by Bruce Allan · 14 years ago
  38. e743d31 drivers: net: use skb_headlen() by Eric Dumazet · 14 years ago
  39. dad1e54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  40. dac8761 e1000e: stop cleaning when we reach tx_ring->next_to_use by Terry Loftin · 14 years ago
  41. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  42. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  43. 22bedad net: convert multicast list to list_head by Jiri Pirko · 14 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 · 14 years ago
  45. 8544b9f e1000e: Use pr_<level> and netdev_<level> by Bruce Allan · 14 years ago
  46. f49c57e e1000e: do not modify tx_queue_len on link speed change by Emil Tantilov · 14 years ago
  47. a034016 Net / e1000e: Fix build issue introduced by runtime PM patch by Rafael J. Wysocki · 15 years ago
  48. e50208a e1000e: Fix build with CONFIG_PM disabled. by David S. Miller · 15 years ago
  49. 23606cf e1000e / PCI / PM: Add basic runtime PM support (rev. 4) by Rafael J. Wysocki · 15 years ago
  50. 7aeef97 net: e1000e: convert to use mc helpers by Jiri Pirko · 15 years ago
  51. b405e8d e1000e: Fix namespace conflicts wrt. e1000_has_link by David S. Miller · 15 years ago
  52. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  53. 8e1e8a4 net: Fix IPv6 GSO type checks in Intel ethernet drivers by Sridhar Samudrala · 15 years ago
  54. 9926146 e1000/e1000e: don't use small hardware rx buffers by Jesse Brandeburg · 15 years ago
  55. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. b94b502 e1000e: enhance frame fragment detection by Jesse Brandeburg · 15 years ago
  57. c1fa347 e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() by Roel Kluin · 15 years ago
  58. ab8932f e1000e: genericize the update multicast address list by Bruce Allan · 15 years ago
  59. 608f8a0 e1000e: use alternate MAC address on ESB2 if available by Bruce Allan · 15 years ago
  60. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  61. 29477e2 e1000e: don't accumulate PHY statistics on PHY read failure by Bruce Allan · 15 years ago
  62. 28b8f04 e1000e: call pci_save_state() after pci_restore_state() by Bruce Allan · 15 years ago
  63. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  64. 93a23f4 e1000e: minor correction to name of bit in CTRL_EXT register by Bruce Allan · 15 years ago
  65. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  66. 03b1320 e1000e: remove use of skb_dma_map from e1000e driver by Alexander Duyck · 15 years ago
  67. 9e135a2 e1000e: enable new 82567V-3 device by Bruce Allan · 15 years ago
  68. 17f208d e1000e: provide family-specific PHY power up/down operations by Bruce Allan · 15 years ago
  69. caaddaf e1000e: provide family-specific functions to manage VLAN filter arrays by Bruce Allan · 15 years ago
  70. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  71. 41cec6f e1000e: update Tx Unit hang detection message by Bruce Allan · 15 years ago
  72. 53ec549 e1000e: set pm_qos DMA latency requirement per interface when needed by Bruce Allan · 15 years ago
  73. 3d5e33c e1000e: cleanup - shift indentation left by exiting early in e1000_tso by Bruce Allan · 15 years ago
  74. c7e54b1 e1000e: update copyright information by Bruce Allan · 15 years ago
  75. 94d8186 e1000e: cleanup ops function pointers by Bruce Allan · 15 years ago
  76. 3bb99fe e1000e: consolidate two dbug macros into one simpler one by Bruce Allan · 15 years ago
  77. b16a002 e1000e: Incorrect MII Link beat reporting. by Bruce Allan · 15 years ago
  78. a68ea77 e1000e: don't clean Rx ring while resetting by Bruce Allan · 15 years ago
  79. f4e2c6d e1000e: clearing interrupt timers causes descriptors to get flushed by Bruce Allan · 15 years ago
  80. 610c992 e1000e: flow control thresholds not correct when changing mtu by Bruce Allan · 15 years ago
  81. 4c86e0b e1000e: add Tx timeout factor for 100Mbps by Bruce Allan · 15 years ago
  82. 38eb394 e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8 by Bruce Allan · 15 years ago
  83. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  84. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  85. 7274c20 e1000e: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  86. 19d5afd e1000e/igb/ixgbe: Don't report an error if devices don't support AER by Frans Pop · 15 years ago
  87. 7ab0f27 netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations by Ben Hutchings · 15 years ago
  88. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  89. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  90. 68eac46 e1000e: fix use of pci_enable_pcie_error_reporting by Xiaotian Feng · 15 years ago
  91. 82776a4 e1000e: WoL does not work on 82577/82578 with manageability enabled by Bruce Allan · 15 years ago
  92. c93b5a7 e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECT by Mike Mason · 15 years ago
  93. 679e8a0 e1000e: stop unnecessary polling when using msi-x by Andy Gospodarek · 15 years ago
  94. edfea6e6 e1000e: Call e1000e_config_collision_dist() after TCTL has been set by Simon Horman · 15 years ago
  95. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  96. 3be8c94 e1000e: bump the version number by Bruce Allan · 15 years ago
  97. a4f58f5 e1000e: add support for 82577/82578 GbE LOM parts by Bruce Allan · 15 years ago
  98. 2adc55c e1000e: specify max supported frame size in adapter struct by Bruce Allan · 15 years ago
  99. 3ec2a2b e1000e: correct flow control thresholds by Bruce Allan · 15 years ago
  100. 918d719 e1000e: do not attempt to disable smart powerdown if not supported by Bruce Allan · 15 years ago