1. 22a4cca e1000e: Program the correct register for ITR when using MSI-X. by Matthew Vick · 12 years ago
  2. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  3. c90a9bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  4. 2e1706f e1000e: remove use of IP payload checksum by Bruce Allan · 12 years ago
  5. 185095f e1000e: use more informative logging macros when netdev not yet registered by Bruce Allan · 12 years ago
  6. 470a542 e1000e: test for valid check_reset_block function pointer by Bruce Allan · 12 years ago
  7. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  8. a61d3d1 e1000e: increase version number by Bruce Allan · 12 years ago
  9. 2fbe452 e1000e: initial support for i217 by Bruce Allan · 13 years ago
  10. d02c70a e1000e: Update driver version number by Matthew Vick · 12 years ago
  11. 59aed95 e1000e: Remove special case for 82573/82574 ASPM L1 disablement by Chris Boot · 12 years ago
  12. f6bd557 e1000e: Driver workaround for IPv6 Header Extension Erratum. by Matthew Vick · 12 years ago
  13. 7c0427e e1000e: suggest a possible workaround to a device hang on 82577/8 by Bruce Allan · 13 years ago
  14. 69e1e01 e1000e: fix .ndo_set_rx_mode for 82579 by Bruce Allan · 13 years ago
  15. 80be312 e1000e: add transmit timestamping support by Willem de Bruijn · 12 years ago
  16. bdc125f e1000e: 82579 potential system hang on stress when ME enabled by Bruce Allan · 13 years ago
  17. 569a3af e1000e: MSI interrupt test failed, using legacy interrupt by Prasanna S Panchamukhi · 13 years ago
  18. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  19. fad59b0 e1000e: update driver version number by Bruce Allan · 13 years ago
  20. 1e36052 e1000e: cleanup indexed register arrays by Bruce Allan · 13 years ago
  21. c58c8a7 e1000e: cleanup NAPI routine by Bruce Allan · 13 years ago
  22. 397c020 e1000e: Minor comment clean-up. by Matthew Vick · 13 years ago
  23. bf03085 e1000e: Guarantee descriptor writeback flush success. by Matthew Vick · 13 years ago
  24. bb9e44d e1000e: prevent oops when adapter is being closed and reset simultaneously by Bruce Allan · 13 years ago
  25. b3f4d59 intel: make wired ethernet driver message level consistent (rev2) by stephen hemminger · 13 years ago
  26. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  27. 4679026 net: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  28. 3d3a167 e1000e: cleanup whitespace and indentation by Bruce Allan · 13 years ago
  29. 06c24b9 e1000e: cleanup incorrect filename in comment by Bruce Allan · 13 years ago
  30. b20caa8 e1000e: use true/false for boolean send_xon, do not assume always true by Bruce Allan · 13 years ago
  31. 57cde76 e1000e: rename e1000e_config_collision_dist() and call as function pointer by Bruce Allan · 13 years ago
  32. 44abd5c e1000e: cleanup use of check_reset_block function pointer by Bruce Allan · 13 years ago
  33. cf955e6 e1000e: Support RXALL feature flag. by Ben Greear · 13 years ago
  34. 943146d e1000e: Support sending custom Ethernet CRC. by Ben Greear · 13 years ago
  35. 0184039 e1000e: Support RXFCS feature flag. by Ben Greear · 13 years ago
  36. 5015e53 e1000e: cleanup goto statements to exit points without common work by Bruce Allan · 13 years ago
  37. 75ce153 e1000e: cleanup: rename goto labels to be more meaningful by Bruce Allan · 13 years ago
  38. f92518d e1000e: replace '1' with 'true' for boolean get_link_status by Bruce Allan · 13 years ago
  39. fe1e980 e1000e: remove unnecessary returns from void functions by Bruce Allan · 13 years ago
  40. 0e15df4 e1000e: minor whitespace and indentation cleanup by Bruce Allan · 13 years ago
  41. e885d76 e1000e: fix sparse warnings with -D__CHECK_ENDIAN__ by Bruce Allan · 13 years ago
  42. a2a5b32 e1000e: fix checkpatch warning from MINMAX test by Bruce Allan · 13 years ago
  43. 24b706b e1000e: cleanup - use braces in both branches of a conditional statement by Bruce Allan · 13 years ago
  44. f36bb6c e1000e: add missing initializers reported when compiling with W=1 by Bruce Allan · 13 years ago
  45. f5e261e e1000e: update copyright year by Bruce Allan · 13 years ago
  46. 058e8ed e1000e: increase version number by Bruce Allan · 13 years ago
  47. f2315bf e1000e: convert final strncpy() to strlcpy() by Bruce Allan · 13 years ago
  48. 79d4e90 e1000e: disable Early Receive DMA on ICH LOMs by Bruce Allan · 13 years ago
  49. c550b12 e1000e: use hardware default values for Transmit Control register by Bruce Allan · 13 years ago
  50. 6a92f73 e1000e: use default settings for Tx Inter Packet Gap timer by Bruce Allan · 13 years ago
  51. 56032be e1000e: always set transmit descriptor control registers the same by Bruce Allan · 13 years ago
  52. 55aa698 e1000e: pass pointer to ring struct instead of adapter struct by Bruce Allan · 13 years ago
  53. c5083cf e1000e: convert head, tail and itr_register offsets to __iomem pointers by Bruce Allan · 13 years ago
  54. 70495a5 e1000e: add Receive Packet Steering (RPS) support by Bruce Allan · 13 years ago
  55. afd1293 e1000e: cleanup Rx checksum offload code by Bruce Allan · 13 years ago
  56. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  57. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  58. 5f4a780 e1000e: hitting BUG_ON() from napi_enable by Bruce Allan · 13 years ago
  59. 09357b0 e1000e: Avoid wrong check on TX hang by Jeff Kirsher · 13 years ago
  60. 3f0cfa3 e1000e: Support for byte queue limits by Tom Herbert · 13 years ago
  61. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  62. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  63. ef456f8 e1000e: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  64. ef9b965 e1000e: convert to real ndo_set_rx_mode by Jesse Brandeburg · 13 years ago
  65. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  66. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  67. 98a045d e1000e: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  68. 877749b intel: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  69. dc22129 e1000e: convert to netdev features/hw_features API by Bruce Allan · 13 years ago
  70. ca1ba7c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  71. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  72. c5778b4 e1000e: bump driver version number by Bruce Allan · 13 years ago
  73. 5f45021 e1000e: convert driver to use extended descriptors by Bruce Allan · 13 years ago
  74. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  75. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/e1000e/netdev.c]
  76. 9fb7a5f e1000e: minor re-order of #include files by Bruce Allan · 13 years ago
  77. c2fed99 e1000e: use GFP_KERNEL allocations at init time by Jeff Kirsher · 13 years ago
  78. 353064d e1000e: remove unnecessary reads of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
  79. b3ccf26 e1000e: update driver version by Bruce Allan · 13 years ago
  80. 2b6b168 e1000e: access multiple PHY registers on same page at the same time by Bruce Allan · 13 years ago
  81. 400484f e1000e: do not schedule the Tx queue until ready by Bruce Allan · 13 years ago
  82. 99730e4 e1000e: 82579 intermittently disabled during S0->Sx by Bruce Allan · 13 years ago
  83. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  84. 5e152b4 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  85. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  86. 9f728f5 PCI/e1000e: Add and use pci_disable_link_state_locked() by Yinghai Lu · 13 years ago
  87. dbf80dc e1000e: implement ethtool set_phys_id by Bruce Allan · 14 years ago
  88. 78cd29d e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device by Bruce Allan · 14 years ago
  89. 2084b11 e1000e: fix stats locking in e1000_watchdog_task by Flavio Leitner · 14 years ago
  90. 86d70e5 e1000e: convert to new VLAN model by Jeff Kirsher · 14 years ago
  91. a5cc764 e1000e: PCIe link speed in GT/s, not GB/s by Bruce Allan · 14 years ago
  92. 1bba438 e1000e: convert short duration msleep() to usleep_range() by Bruce Allan · 14 years ago
  93. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  94. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  95. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 14 years ago
  96. 70d279a e1000e: bump version number by Bruce Allan · 14 years ago
  97. ef5ab89 e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb() by Bruce Allan · 14 years ago
  98. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  99. 4def99b e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead by Bruce Allan · 14 years ago
  100. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago