1. 70806a7 e1000e: cleanup: do not assign a variable a value when not necessary by Bruce Allan · 12 years ago
  2. 7dbbe5d e1000e: do not ignore variables which get set a value by Bruce Allan · 12 years ago
  3. 1f96012d e1000e: cleanup: remove unnecessary function prototypes by Bruce Allan · 12 years ago
  4. bf67044 e1000e: update copyright date by Bruce Allan · 12 years ago
  5. e921eb1 e1000e: cosmetic cleanup of comments by Bruce Allan · 12 years ago
  6. e86fd89 e1000e: implement 82577/579 MDI setting support by Bruce W Allan · 12 years ago
  7. 470a542 e1000e: test for valid check_reset_block function pointer by Bruce Allan · 12 years ago
  8. 7b9f7e3 e1000e: enable forced master/slave on 82577 by Bruce Allan · 13 years ago
  9. 2fbe452 e1000e: initial support for i217 by Bruce Allan · 13 years ago
  10. 885fe7b e1000e: Resolve intermittent negotiation issue on 82574/82583. by Matthew Vick · 12 years ago
  11. 04499ec e1000e: cleanup boolean logic by Bruce Allan · 13 years ago
  12. bb9c5ee e1000e: use msleep instead of mdelay by Bruce Allan · 13 years ago
  13. 3d3a167 e1000e: cleanup whitespace and indentation by Bruce Allan · 13 years ago
  14. 57cde76 e1000e: rename e1000e_config_collision_dist() and call as function pointer by Bruce Allan · 13 years ago
  15. 44abd5c e1000e: cleanup use of check_reset_block function pointer by Bruce Allan · 13 years ago
  16. 5015e53 e1000e: cleanup goto statements to exit points without common work by Bruce Allan · 13 years ago
  17. f764956 e1000e: cleanup: remove unnecessary test and return by Bruce Allan · 13 years ago
  18. 8260725 e1000e: cleanup: always return 0 by Bruce Allan · 13 years ago
  19. 7eb61d8 e1000e: cleanup: remove unnecessary assignments just before returning by Bruce Allan · 13 years ago
  20. 75ce153 e1000e: cleanup: rename goto labels to be more meaningful by Bruce Allan · 13 years ago
  21. f92518d e1000e: replace '1' with 'true' for boolean get_link_status by Bruce Allan · 13 years ago
  22. 668018d e1000e: remove unnecessary parentheses by Bruce Allan · 13 years ago
  23. f5e261e e1000e: update copyright year by Bruce Allan · 13 years ago
  24. 434f139 e1000e: concatenate long debug strings which span multiple lines by Bruce Allan · 13 years ago
  25. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/e1000e/phy.c]
  26. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 13 years ago
  27. 2b6b168 e1000e: access multiple PHY registers on same page at the same time by Bruce Allan · 13 years ago
  28. 1bba438 e1000e: convert short duration msleep() to usleep_range() by Bruce Allan · 14 years ago
  29. 90da066 e1000e: reduce scope of some variables, remove unnecessary ones by Bruce Allan · 14 years ago
  30. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  31. af667a2 e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs by Bruce Allan · 14 years ago
  32. 0d6057e e1000e: update Copyright for 2011 by Bruce Allan · 14 years ago
  33. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  34. 482fed8 e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy by Bruce Allan · 14 years ago
  35. b1cdfea e1000e: checkpatch warnings - braces by Bruce Allan · 14 years ago
  36. 6480641 e1000e: checkpatch error - open braces by Bruce Allan · 14 years ago
  37. 664dc87 e1000e: 82579 PHY incorrectly identified during init by Bruce Allan · 14 years ago
  38. 6674450 Intel Wired LAN drivers: Use static const by Jeff Kirsher · 14 years ago
  39. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  40. 451152d e1000e: update copyright information by Bruce Allan · 14 years ago
  41. d3738bb e1000e: initial support for 82579 LOMs by Bruce Allan · 14 years ago
  42. eab50ff e1000e: Incorrect function pointer set for force_speed_duplex on 82577 by Bruce Allan · 14 years ago
  43. fddaa1a e1000e: MDIO slow mode should always be done for 82577 by Bruce Allan · 15 years ago
  44. 0be8401 e1000e: correct ICH/PCH PHY operations function pointers by Bruce Allan · 15 years ago
  45. 5eb6f3c e1000e: refactor PHY ID detection workaround by Bruce Allan · 15 years ago
  46. 07f025e e1000e: PHY type cleanups in e1000e_check_downshift() by Bruce Allan · 15 years ago
  47. 9b71b41 e1000e: add debug messages by Bruce Allan · 15 years ago
  48. 5ff5b66 e1000e: comment corrections by Bruce Allan · 15 years ago
  49. 17f208d e1000e: provide family-specific PHY power up/down operations by Bruce Allan · 15 years ago
  50. eb656d4 e1000e: guard against buffer overflow in cable length tables by Bruce Allan · 15 years ago
  51. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  52. 564ea9b e1000e: set bools to true/false instead of 1/0 by Bruce Allan · 15 years ago
  53. c7e54b1 e1000e: update copyright information by Bruce Allan · 15 years ago
  54. 94d8186 e1000e: cleanup ops function pointers by Bruce Allan · 15 years ago
  55. 3bb99fe e1000e: consolidate two dbug macros into one simpler one by Bruce Allan · 15 years ago
  56. 98086a9 e1000e: improper return code signage by Bruce Allan · 15 years ago
  57. 189983d e1000e: remove unnecessary 82577 workaround causing link issues by Bruce Allan · 15 years ago
  58. 842ec8b e1000e: read of PHY register may access wrong page on 82578 by Bruce Allan · 15 years ago
  59. 1d5846b e1000e: rework disable K1 at 1000Mbps for 82577/82578 by Bruce Allan · 15 years ago
  60. 5ccdcec e1000e: allow for swflag to be held over consecutive PHY accesses by Bruce Allan · 15 years ago
  61. 906e8d9 e1000e: delay second read of PHY_STATUS register on failure of first read by Bruce Allan · 15 years ago
  62. e65fa87 e1000e: PHY loopback broken on 82578 by Bruce Allan · 15 years ago
  63. a4f58f5 e1000e: add support for 82577/82578 GbE LOM parts by Bruce Allan · 15 years ago
  64. 5c48ef3e2 e1000e: sync change flow control variables with ixgbe by Bruce Allan · 16 years ago
  65. 5aa49c8 e1000e: commit speed/duplex changes for m88 PHY by Bruce Allan · 16 years ago
  66. 4662e82 e1000e: add support for new 82574L part by Bruce Allan · 16 years ago
  67. f4187b5 e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts by Bruce Allan · 16 years ago
  68. 97ac8ca e1000e: Add support for BM PHYs on ICH9 by Bruce Allan · 16 years ago
  69. 2d9498f e1000e: Fix HW Error on es2lan, ARP capture issue by BMC by David Graham · 16 years ago
  70. 318a94d e1000e: reorganize PHY and flow control interface by Jeff Kirsher · 17 years ago
  71. ad68076 e1000e: reformat comment blocks, cosmetic changes only by Bruce Allan · 17 years ago
  72. 489815c e1000e: fix spelling errors in comments by Auke Kok · 17 years ago
  73. c00acf4 netdev: ARRAY_SIZE() cleanups by Alejandro Martinez Ruiz · 17 years ago
  74. bc7f75f [E1000E]: New pci-express e1000 driver (currently for ICH9 devices only) by Auke Kok · 17 years ago