1. 3768901 ixgbe: Make all unchanging ops structures const by Mark Rustad · 9 years ago
  2. 6e982ae ixgbe: Clear stale pool mappings by Alexander Duyck · 9 years ago
  3. 3c2f2b7 ixgbe: Always turn PHY power on when requested by Mark Rustad · 9 years ago
  4. efff2e0 ixgbe: Correct spec violations by waiting after reset by Mark Rustad · 9 years ago
  5. 5967fe2 ixgbe: Correct error path in semaphore handling by Mark Rustad · 9 years ago
  6. 449e21a ixgbe: Add I2C bus mux support by Mark Rustad · 9 years ago
  7. b5529ef ixgbe: Assign set_phy_power dynamically where needed by Don Skidmore · 10 years ago
  8. 961fac8 ixgbe: Add a PHY power state method by Don Skidmore · 10 years ago
  9. 9a900ec ixgbe: add array of MAC type dependent values by Don Skidmore · 10 years ago
  10. cb2effe ixgbe: Release semaphore bits in the right order by Mark Rustad · 10 years ago
  11. 1f9ac57 ixgbe: add new wrapper for X550 support by Don Skidmore · 10 years ago
  12. 4dedadc ixgbe: Cleanup probe to remove redundant attempt to ID PHY by Don Skidmore · 10 years ago
  13. 6a14ee0 ixgbe: Add X550 support function pointers by Don Skidmore · 10 years ago
  14. 735c35a ixgbe: cleanup checksum to allow error results by Don Skidmore · 10 years ago
  15. 030eaec ixgbe: Add x550 SW/FW semaphore support by Don Skidmore · 10 years ago
  16. e90dd26 ixgbe: Make return values more direct by Mark Rustad · 10 years ago
  17. f0ff353 ixgbe: Delete a bunch of dead code by Mark Rustad · 10 years ago
  18. acb1ce2 ixgbe: Correct X540 semaphore error by Mark Rustad · 10 years ago
  19. e485669 ixgbe: Fix spurious release of semaphore in EEPROM access by Mark Rustad · 10 years ago
  20. d819fc5 ixgbe: Convert some udelays to usleep_range by Mark Rustad · 10 years ago
  21. 6ec1b71 ixgbe: fix several concatenated strings to single line by Jacob Keller · 11 years ago
  22. e7cf745 ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACE by Jacob Keller · 11 years ago
  23. 7155d05 ixgbe: Stop cacheing if the MNG FW enabled by Don Skidmore · 11 years ago
  24. b89aae7 ixgbe: add Linux NICS mailing list to contact info by Jacob Keller · 11 years ago
  25. 6997d4d ixgbe: move setting rx_pb_size into get_invariants by Jacob Keller · 11 years ago
  26. 429d6a3 ixgbe: collect all 82599 AUTOC code in one function by Don Skidmore · 11 years ago
  27. b000748 ixgbe: Cleanup the use of tabs and spaces by Jeff Kirsher · 11 years ago
  28. 0b2679d ixgbe: fix MNG FW support when adapter not up by Don Skidmore · 12 years ago
  29. 434c5e3 ixgbe: update date to 2013 by Don Skidmore · 12 years ago
  30. 07ce870 ixgbe: allow reading of SFF-8472 data over i2c by Emil Tantilov · 12 years ago
  31. fd0326f ixgbe: autoneg variable refactoring by Josh Hay · 12 years ago
  32. 99b7664 ixgbe: removed unused variable from setup_link_speed by Josh Hay · 12 years ago
  33. f8ebc68 ixgbe: Use is_valid_ether_addr by Joe Perches · 12 years ago
  34. 7fa7c9d ixgbe: Correctly set SAN MAC RAR pool to default pool of PF by Alexander Duyck · 13 years ago
  35. 3ca8bc6 ixgbe: add hwmon interface to export thermal data by Don Skidmore · 13 years ago
  36. d2f5e7f ixgbe: Fix race condition where RX buffer could become corrupted. by Atita Shirwaikar · 13 years ago
  37. 23677ce drivers/net: Remove boolean comparisons to true/false by Joe Perches · 13 years ago
  38. 9497182 ixgbe: update copyright to 2012 by Don Skidmore · 13 years ago
  39. 8d23363 ixgbe: fix LED blink logic to check for link by Emil Tantilov · 13 years ago
  40. 3e7307f ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599 by Emil Tantilov · 13 years ago
  41. 8c838d7 ixgbe: remove global reset to the MAC by Emil Tantilov · 13 years ago
  42. ff9d1a5 ixgbe: avoid HW lockup when adapter is reset with Tx work pending by Emil Tantilov · 13 years ago
  43. 8132b54 ixgbe: cleanup reset paths by Alexander Duyck · 13 years ago
  44. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/ixgbe/ixgbe_x540.c]
  45. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 13 years ago
  46. 9612de9 ixgbe: add support for Dell CEM by Emil Tantilov · 14 years ago
  47. 80605c65 ixgbe: consolidate packet buffer allocation by John Fastabend · 14 years ago
  48. 68c7005 ixgbe: improve EEPROM read/write operations by Emil Tantilov · 14 years ago
  49. 6d980c3 ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync() by Emil Tantilov · 14 years ago
  50. 98508c9 ixgbe: add LED blink code for x540 by Emil Tantilov · 14 years ago
  51. e09ad23 ixgbe: DCB, misallocated packet buffer size with X540 device by John Fastabend · 14 years ago
  52. b776d10 ixgbe: make device_caps() generic by Emil Tantilov · 14 years ago
  53. eb9c3e3 ixgbe: fix semaphores in eeprom routines for x540 by Emil Tantilov · 14 years ago
  54. 032b432 ixgbe: cleanup short msleep's (<20ms) to use usleep_range by Don Skidmore · 14 years ago
  55. 7184b7c ixgbe: refactor common start_hw code for 82599 and x540 by Emil Tantilov · 14 years ago
  56. 2ea5ea5 ixgbe: fix return value checks by Emil Tantilov · 14 years ago
  57. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  58. 77ed18f ixgbe: add function description by Emil Tantilov · 14 years ago
  59. a52055e ixgbe: cleanup copyright string for 2011 by Don Skidmore · 14 years ago
  60. 5e65510 ixgbe: add function pointer for semaphore function by Don Skidmore · 14 years ago
  61. 93cb38d ixgbe: X540 Cleanup by Greg Rose · 14 years ago
  62. 79d5892 ixgbe: Drop unused code for setting up unicast addresses by Emil Tantilov · 14 years ago
  63. b60c5dd ixgbe: cleanup X540 PHY reset function pointer by Don Skidmore · 14 years ago
  64. a4297dc ixgbe: Add ability to double reset on failure to clear master enable by Emil Tantilov · 14 years ago
  65. 2c4db94 ixgbe: fix variable set but not used warnings by gcc 4.6 by Emil Tantilov · 14 years ago
  66. 3377eba79 ixgbe: Add SR-IOV feature support to X540 by Greg Rose · 14 years ago
  67. d994653 ixgbe: fix X540 to use it's own info struct by Don Skidmore · 14 years ago
  68. b93a222 ixgbe: add support for x540 MAC by Don Skidmore · 14 years ago
  69. fe15e8e ixgbe: add MAC and PHY support for x540 by Don Skidmore · 14 years ago