1. e8c254c e1000e: Avoid kernel crash during shutdown by Li Zhang · 11 years ago
  2. 13129d9 e1000e: Add code to check for failure of pci_disable_link_state call by Carolyn Wyborny · 11 years ago
  3. 97390ab e1000e: do not resume device from RPM suspend to read PHY status registers by Bruce Allan · 11 years ago
  4. 91a3d82 e1000e: enable support for new device IDs by Bruce Allan · 11 years ago
  5. ce345e0 e1000e: low throughput using 4K jumbos on I218 by Bruce Allan · 11 years ago
  6. da1e204 e1000e: iAMT connections drop on driver unload when jumbo frames enabled by Bruce Allan · 11 years ago
  7. 2592881 e1000e: Remove duplicate assignment of default rx/tx ring size by Wei Yang · 11 years ago
  8. 24b41c9 e1000e: restore call to pci_clear_master() by Dean Nelson · 11 years ago
  9. 603cdca e1000e: prevent warning from -Wunused-parameter by Bruce Allan · 11 years ago
  10. e80bd1d e1000e: cleanup whitespace by Bruce Allan · 11 years ago
  11. a3b87a4 e1000e: panic caused by Rx traffic arriving while interface going down by Bruce Allan · 11 years ago
  12. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  13. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  14. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  15. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  16. 8defe71 e1000e: increase driver version number by Bruce Allan · 12 years ago
  17. d495bcb e1000e: EEE capability advertisement not set/disabled as required by Bruce Allan · 12 years ago
  18. 37287fae e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffers by Christoph Paasch · 12 years ago
  19. e5f2ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  20. 3ffcf2c e1000e: cleanup - move defines to appropriate header file by Bruce Allan · 12 years ago
  21. e5fe254 e1000e: cleanup unnecessary line breaks by Bruce Allan · 12 years ago
  22. 33550ce e1000e: cleanup unusually placed comments by Bruce Allan · 12 years ago
  23. fc830b7 e1000e: cleanup (add/remove) blank lines where appropriate by Bruce Allan · 12 years ago
  24. 53aa82d e1000e: cleanup SPACING checkpatch checks by Bruce Allan · 12 years ago
  25. 17e813e e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checks by Bruce Allan · 12 years ago
  26. 66501f5 e1000e: cleanup LEADING_SPACE checkpatch warnings by Bruce Allan · 12 years ago
  27. c29c3ba e1000e: cleanup LONG_LINE checkpatch warnings by Bruce Allan · 12 years ago
  28. 362e20c e1000e: cleanup SPACING checkpatch errors and warnings by Bruce Allan · 12 years ago
  29. f0ff439 e1000e: cleanup CODE_INDENT checkpatch errors by Bruce Allan · 12 years ago
  30. e60b22c e1000e: fix accessing to suspended device by Konstantin Khlebnikov · 12 years ago
  31. 66148ba e1000e: fix runtime power management transitions by Konstantin Khlebnikov · 12 years ago
  32. 4e0855d e1000e: fix pci-device enable-counter balance by Konstantin Khlebnikov · 12 years ago
  33. e792cd9 e1000e: display a warning message when SmartSpeed works by Koki Sanagi · 12 years ago
  34. a7a1d9d e1000e: cleanup checkpatch braces checks by Bruce Allan · 12 years ago
  35. c556d60 e1000e: convert enums of register offsets and move #defines to regs.h by Bruce Allan · 12 years ago
  36. f25701d e1000e: cosmetic move of #defines and prototypes to the new 82571.h by Bruce Allan · 12 years ago
  37. c2ade1a e1000e: use generic IEEE MII definitions by Bruce Allan · 12 years ago
  38. 8bb6286 e1000e: resolve -Wunused-parameter compile warnings by Bruce Allan · 12 years ago
  39. 9e01990 e1000e: update driver version string by Bruce Allan · 12 years ago
  40. 55c5f55 e1000e: cleanup some whitespace and indentation issues by Bruce Allan · 12 years ago
  41. 3e35d99 e1000e: adjust PM QoS request by Bruce Allan · 12 years ago
  42. 70806a7 e1000e: cleanup: do not assign a variable a value when not necessary by Bruce Allan · 12 years ago
  43. bf67044 e1000e: update copyright date by Bruce Allan · 12 years ago
  44. 94fb848 e1000e: enable ECC on I217/I218 to catch packet buffer memory errors by Bruce Allan · 12 years ago
  45. d89777b e1000e: add support for IEEE-1588 PTP by Bruce Allan · 12 years ago
  46. 347b520 e1000e: fix flow-control thresholds for jumbo frames on 82579/I217/I218 by Bruce Allan · 12 years ago
  47. b67e191 e1000e: add support for hardware timestamping on some devices by Bruce Allan · 12 years ago
  48. ffe0b2ff e1000e: Use standard #defines for PCIe Capability ASPM fields by Bjorn Helgaas · 12 years ago
  49. d60923c e1000e: merge multiple conditional statements into one by Bruce Allan · 12 years ago
  50. e3d14b0 e1000e: cleanup code duplication by Bruce Allan · 12 years ago
  51. 2a2293b e1000e: cleanup unusual comment placement by Bruce Allan · 12 years ago
  52. 7dbc167 e1000e: resolve checkpatch PREFER_PR_LEVEL warning by Bruce Allan · 12 years ago
  53. 12d43f7 e1000e: unexpected "Reset adapter" message when cable pulled by Bruce Allan · 12 years ago
  54. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  55. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  56. 9f9a12f net/intel: remove __dev* attributes by Bill Pemberton · 12 years ago
  57. e921eb1 e1000e: cosmetic cleanup of comments by Bruce Allan · 12 years ago
  58. 6e97c17 e1000e: Minimum packet size must be 17 bytes by Tushar Dave · 12 years ago
  59. 8edc0e6 e1000e: Change wthresh to 1 to avoid possible Tx stalls by Hiroaki SHIMODA · 12 years ago
  60. 16e310a e1000e: add device IDs for i218 by Bruce Allan · 12 years ago
  61. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  62. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  63. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
  64. 3646f0e netdev: make pci_error_handlers const by Stephen Hemminger · 12 years ago
  65. fcb1184 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  66. 076d807 e1000e: update driver version number by Bruce Allan · 12 years ago
  67. 70443ae e1000e: cleanup - remove unnecessary variable by Bruce Allan · 12 years ago
  68. 419e551 e1000e: cleanup - remove inapplicable comment by Bruce Allan · 12 years ago
  69. bc76329 e1000e: cleanup strict checkpatch MEMORY_BARRIER checks by Bruce Allan · 12 years ago
  70. d821a4c e1000e: DoS while TSO enabled caused by link partner with small MSS by Bruce Allan · 12 years ago
  71. f8c0fca e1000e: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  72. f0c5dad e1000e: fix panic while dumping packets on Tx hang with IOMMU by Emil Tantilov · 12 years ago
  73. 22a4cca e1000e: Program the correct register for ITR when using MSI-X. by Matthew Vick · 12 years ago
  74. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  75. c90a9bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  76. 2e1706f e1000e: remove use of IP payload checksum by Bruce Allan · 12 years ago
  77. 185095f e1000e: use more informative logging macros when netdev not yet registered by Bruce Allan · 12 years ago
  78. 470a542 e1000e: test for valid check_reset_block function pointer by Bruce Allan · 12 years ago
  79. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  80. a61d3d1 e1000e: increase version number by Bruce Allan · 12 years ago
  81. 2fbe452 e1000e: initial support for i217 by Bruce Allan · 12 years ago
  82. d02c70a e1000e: Update driver version number by Matthew Vick · 12 years ago
  83. 59aed95 e1000e: Remove special case for 82573/82574 ASPM L1 disablement by Chris Boot · 12 years ago
  84. f6bd557 e1000e: Driver workaround for IPv6 Header Extension Erratum. by Matthew Vick · 12 years ago
  85. 7c0427e e1000e: suggest a possible workaround to a device hang on 82577/8 by Bruce Allan · 13 years ago
  86. 69e1e01 e1000e: fix .ndo_set_rx_mode for 82579 by Bruce Allan · 12 years ago
  87. 80be312 e1000e: add transmit timestamping support by Willem de Bruijn · 12 years ago
  88. bdc125f e1000e: 82579 potential system hang on stress when ME enabled by Bruce Allan · 13 years ago
  89. 569a3af e1000e: MSI interrupt test failed, using legacy interrupt by Prasanna S Panchamukhi · 12 years ago
  90. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  91. fad59b0 e1000e: update driver version number by Bruce Allan · 13 years ago
  92. 1e36052 e1000e: cleanup indexed register arrays by Bruce Allan · 13 years ago
  93. c58c8a7 e1000e: cleanup NAPI routine by Bruce Allan · 13 years ago
  94. 397c020 e1000e: Minor comment clean-up. by Matthew Vick · 13 years ago
  95. bf03085 e1000e: Guarantee descriptor writeback flush success. by Matthew Vick · 13 years ago
  96. bb9e44d e1000e: prevent oops when adapter is being closed and reset simultaneously by Bruce Allan · 13 years ago
  97. b3f4d59 intel: make wired ethernet driver message level consistent (rev2) by stephen hemminger · 13 years ago
  98. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  99. 4679026 net: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  100. 3d3a167 e1000e: cleanup whitespace and indentation by Bruce Allan · 13 years ago