1. c2ade1a e1000e: use generic IEEE MII definitions by Bruce Allan · 12 years ago
  2. 8bb6286 e1000e: resolve -Wunused-parameter compile warnings by Bruce Allan · 12 years ago
  3. 55c5f55 e1000e: cleanup some whitespace and indentation issues by Bruce Allan · 12 years ago
  4. 70806a7 e1000e: cleanup: do not assign a variable a value when not necessary by Bruce Allan · 12 years ago
  5. bf67044 e1000e: update copyright date by Bruce Allan · 12 years ago
  6. 1241f29 e1000e: SerDes autoneg flow control by Bruce Allan · 12 years ago
  7. e921eb1 e1000e: cosmetic cleanup of comments by Bruce Allan · 12 years ago
  8. 470a542 e1000e: test for valid check_reset_block function pointer by Bruce Allan · 13 years ago
  9. 69e1e01 e1000e: fix .ndo_set_rx_mode for 82579 by Bruce Allan · 13 years ago
  10. 04499ec e1000e: cleanup boolean logic by Bruce Allan · 13 years ago
  11. 3d3a167 e1000e: cleanup whitespace and indentation by Bruce Allan · 13 years ago
  12. 0d37678 e1000e: cleanup - remove unnecessary variable by Bruce Allan · 13 years ago
  13. b20caa8 e1000e: use true/false for boolean send_xon, do not assume always true by Bruce Allan · 13 years ago
  14. b2a50e1 e1000e: cleanup comment in e1000_hash_mc_addr() by Bruce Allan · 13 years ago
  15. 57cde76 e1000e: rename e1000e_config_collision_dist() and call as function pointer by Bruce Allan · 13 years ago
  16. 44abd5c e1000e: cleanup use of check_reset_block function pointer by Bruce Allan · 13 years ago
  17. 1a46b40 e1000e: cleanup: rename e1000e_setup_link() and call as function pointer by Bruce Allan · 13 years ago
  18. d1964eb e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer by Bruce Allan · 13 years ago
  19. 5015e53 e1000e: cleanup goto statements to exit points without common work by Bruce Allan · 13 years ago
  20. 2a31b37 e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_link by Bruce Allan · 13 years ago
  21. 8260725 e1000e: cleanup: always return 0 by Bruce Allan · 13 years ago
  22. 7eb61d8 e1000e: cleanup: remove unnecessary assignments just before returning by Bruce Allan · 13 years ago
  23. 07914ee e1000e: use true/false for bool autoneg_false by Bruce Allan · 13 years ago
  24. 668018d e1000e: remove unnecessary parentheses by Bruce Allan · 13 years ago
  25. fe1e980 e1000e: remove unnecessary returns from void functions by Bruce Allan · 13 years ago
  26. 4bcf053 e1000e: remove test that is always false by Bruce Allan · 13 years ago
  27. f5e261e e1000e: update copyright year by Bruce Allan · 13 years ago
  28. fe2ddfb e1000e: split lib.c into three more-appropriate files by Bruce Allan · 13 years ago[Renamed (65%) from drivers/net/ethernet/intel/e1000e/lib.c]
  29. 434f139 e1000e: concatenate long debug strings which span multiple lines by Bruce Allan · 13 years ago
  30. 7ee9135 e1000e: re-enable alternate MAC address for all devices which support it by Bruce Allan · 13 years ago
  31. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  32. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/e1000e/lib.c]
  33. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 14 years ago
  34. 3e714ad net: e1000e: Use is_multicast_ether_addr helper by Tobias Klauser · 14 years ago
  35. 353064d e1000e: remove unnecessary reads of PCI_CAP_ID_EXP by Jon Mason · 14 years ago
  36. d64a6f4 e1000e: minor comment cleanups by Bruce Allan · 14 years ago
  37. dbf80dc e1000e: implement ethtool set_phys_id by Bruce Allan · 14 years ago
  38. 1bba438 e1000e: convert short duration msleep() to usleep_range() by Bruce Allan · 14 years ago
  39. 90da066 e1000e: reduce scope of some variables, remove unnecessary ones by Bruce Allan · 14 years ago
  40. af667a2 e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs by Bruce Allan · 14 years ago
  41. 0d6057e e1000e: update Copyright for 2011 by Bruce Allan · 14 years ago
  42. 482fed8 e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy by Bruce Allan · 14 years ago
  43. b1cdfea e1000e: checkpatch warnings - braces by Bruce Allan · 14 years ago
  44. 073287c e1000e: support new PBA format from EEPROM by Bruce Allan · 14 years ago
  45. 1aef70e e1000e: don't check for alternate MAC addr on parts that don't support it by Bruce Allan · 15 years ago
  46. 451152d e1000e: update copyright information by Bruce Allan · 15 years ago
  47. a65a4a0 e1000e: fix checks for manageability enabled and management pass-through by Bruce Allan · 15 years ago
  48. 757c530 e1000e: Remove EN_MAC_ADDR_FILTER check from enable_mng_pass_thru check by Bruce Allan · 15 years ago
  49. 2c73e1f e1000e: typo corrections by Joe Perches · 15 years ago
  50. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  51. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  52. ab8932f e1000e: genericize the update multicast address list by Bruce Allan · 15 years ago
  53. f4d2dd4 e1000e: provide MAC-family-specific function to set LAN ID by Bruce Allan · 15 years ago
  54. 608f8a0 e1000e: use alternate MAC address on ESB2 if available by Bruce Allan · 15 years ago
  55. b7a9216 e1000e: fix and commonize code for setting the receive address registers by Bruce Allan · 15 years ago
  56. ca777f9 e1000e: e1000e_enable_tx_pkt_filtering() returns wrong value by Bruce Allan · 15 years ago
  57. f464ba8 e1000e: perform 10/100 adaptive IFS only on parts that support it by Bruce Allan · 15 years ago
  58. 5ff5b66 e1000e: comment corrections by Bruce Allan · 15 years ago
  59. caaddaf e1000e: provide family-specific functions to manage VLAN filter arrays by Bruce Allan · 15 years ago
  60. 99673d9 e1000e: cleanup functions that clear hardware statistics by Bruce Allan · 15 years ago
  61. 564ea9b e1000e: set bools to true/false instead of 1/0 by Bruce Allan · 15 years ago
  62. c7e54b1 e1000e: update copyright information by Bruce Allan · 15 years ago
  63. 94d8186 e1000e: cleanup ops function pointers by Bruce Allan · 15 years ago
  64. 3bb99fe e1000e: consolidate two dbug macros into one simpler one by Bruce Allan · 15 years ago
  65. d8014db e1000e: cleanup redundant #include's by Bruce Allan · 15 years ago
  66. 7d3cabb e1000e: disable K1 at 1000Mbps for 82577/82578 by Bruce Allan · 16 years ago
  67. a4f58f5 e1000e: add support for 82577/82578 GbE LOM parts by Bruce Allan · 16 years ago
  68. a72d2b2 e1000e: fix loss of multicast packets by Jesse Brandeburg · 16 years ago
  69. 612e244 e1000e: normalize usage of serdes_has_link by Alex Chiang · 16 years ago
  70. 5c48ef3e2 e1000e: sync change flow control variables with ixgbe by Bruce Allan · 16 years ago
  71. 63dcf3d e1000e: 82571 check for link fix on 82571 serdes by Bruce Allan · 16 years ago
  72. 1694f25 e1000e: release hw semaphore after successfully writing EEPROM by Arthur Jones · 16 years ago
  73. 4662e82 e1000e: add support for new 82574L part by Bruce Allan · 17 years ago
  74. 69e3fd8 e1000e: rename a few functions by Jeff Kirsher · 17 years ago
  75. 318a94d e1000e: reorganize PHY and flow control interface by Jeff Kirsher · 17 years ago
  76. e2de3eb e1000e: rename mc_addr_list_update by Jeff Kirsher · 17 years ago
  77. ad68076 e1000e: reformat comment blocks, cosmetic changes only by Bruce Allan · 17 years ago
  78. 67d204a e1000e: remove no longer used e1000e_read_nvm_spi by Auke Kok · 17 years ago
  79. 489815c e1000e: fix spelling errors in comments by Auke Kok · 17 years ago
  80. de92d84 e1000e: fix flow control denial of service possibility by Jesse Brandeburg · 17 years ago
  81. 4a5694e e1000e: fix flow control when using ethtool overrides by Jesse Brandeburg · 17 years ago
  82. 93ca161 e1000e: alternate MAC address support by Bill Hayes · 17 years ago
  83. 309af40 e1000e: restore flow control settings properly by Auke Kok · 17 years ago
  84. bc7f75f [E1000E]: New pci-express e1000 driver (currently for ICH9 devices only) by Auke Kok · 17 years ago