1. 8821754 ixgbe: Make ixgbe_identify_qsfp_module_generic static by Mark Rustad · 11 years ago
  2. 9a84fea ixgbe: add support for older QSFP active DA cables by Emil Tantilov · 11 years ago
  3. 61aaf9e ixgbe: add 1Gbps support for QSFP+ by Emil Tantilov · 11 years ago
  4. 1b1bf31 ixgbe: cleanup some log messages by Don Skidmore · 11 years ago
  5. be0c27b ixgbe: Check return value on eeprom reads by Mark Rustad · 11 years ago
  6. 8f58332 ixgbe: add support for quad-port x520 adapter by Don Skidmore · 11 years ago
  7. 3dcc2f4 ixgbe: fix semaphore lock for I2C read/writes on 82598 by Emil Tantilov · 11 years ago
  8. 345be20 ixgbe: add SFP+ LX module support by Don Skidmore · 11 years ago
  9. 51d0420 ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic() by Emil Tantilov · 12 years ago
  10. d0310dc ixgbe: fix possible data corruption in read_i2c_byte by Emil Tantilov · 12 years ago
  11. 434c5e3 ixgbe: update date to 2013 by Don Skidmore · 12 years ago
  12. 07ce870 ixgbe: allow reading of SFF-8472 data over i2c by Emil Tantilov · 12 years ago
  13. 99b7664 ixgbe: removed unused variable from setup_link_speed by Josh Hay · 12 years ago
  14. a49fda3 ixgbe: add support for 1G SX modules by Jacob Keller · 12 years ago
  15. 8f56e4b ixgbe: add I2C clock stretching by Don Skidmore · 12 years ago
  16. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  17. 9497182 ixgbe: update copyright to 2012 by Don Skidmore · 13 years ago
  18. 8ef78ad ixgbe: Add module parameter to allow untested and unsafe SFP+ modules by Peter P Waskiewicz Jr · 13 years ago
  19. 176f950 ixgbe: add write flush in ixgbe_clock_out_i2c_byte() by Emil Tantilov · 13 years ago
  20. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  21. e1befd7 ixgbe: remove return code for functions that always return 0 by Emil Tantilov · 13 years ago
  22. 3fbaa3a ixgbe: clear the data field in ixgbe_read_i2c_byte_generic by Emil Tantilov · 13 years ago
  23. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/ixgbe/ixgbe_phy.c]
  24. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 13 years ago
  25. 6d980c3 ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync() by Emil Tantilov · 13 years ago
  26. 50c022e ixgbe: explicitly disable 100H for x540 by Emil Tantilov · 13 years ago
  27. a59e8a1 ixgbe: explicitly disable 100H for x540 by Emil Tantilov · 13 years ago
  28. 032b432 ixgbe: cleanup short msleep's (<20ms) to use usleep_range by Don Skidmore · 13 years ago
  29. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  30. 9dda173 ixgbe: update PHY code to support 100Mbps as well as 1G/10G by Emil Tantilov · 13 years ago
  31. 037c6d0 ixgbe: cleanup PHY init by Emil Tantilov · 13 years ago
  32. a52055e ixgbe: cleanup copyright string for 2011 by Don Skidmore · 13 years ago
  33. 5e65510 ixgbe: add function pointer for semaphore function by Don Skidmore · 13 years ago
  34. 75f19c3 ixgbe: cleanup handling of I2C interface to PHY by Emil Tantilov · 13 years ago
  35. 1783575 ixgbe: add polling test to end of PHY reset by Emil Tantilov · 13 years ago
  36. 76d97dd ixgbe: cleanup code in ixgbe_identify_sfp_module_generic by Emil Tantilov · 13 years ago
  37. 2b26490 ixgbe: fix X540 phy id to correct value by Don Skidmore · 14 years ago
  38. fe15e8e ixgbe: add MAC and PHY support for x540 by Don Skidmore · 14 years ago
  39. a391f1d ixgbe: make silicon specific functions generic by Don Skidmore · 14 years ago
  40. cb836a9 ixgbe: add 1g PHY support for 82599 by Don Skidmore · 14 years ago
  41. 7567250 ixgbe: add comment on SFP+ ID for Active DA by Don Skidmore · 14 years ago
  42. 119fc60 ixgbe:add support for a new 82599 10G Base-T device by Mallikarjuna R Chilakala · 14 years ago
  43. ea0a04d ixgbe: add support for active DA cables by Don Skidmore · 14 years ago
  44. d6dbee8 net/intel: remove trailing space in messages by Frans Pop · 14 years ago
  45. 8c47eaa ixgbe: update copyright dates by Shannon Nelson · 15 years ago
  46. 63d6e1d ixgbe: fix issues with failing to detect insert of unsupported module by Don Skidmore · 15 years ago
  47. 50ac58b ixgbe: Harden the 82599 multispeed fiber autotry mechanism by Peter P Waskiewicz Jr · 15 years ago
  48. 8ca783a ixgbe: fix 82598 SFP initialization after driver load. by Don Skidmore · 15 years ago
  49. 537d58a ixgbe: Change Direct Attach Twinax cable detection for SFP+ NICs by Peter P Waskiewicz Jr · 15 years ago
  50. 6b73e10 ixgbe: Use generic MDIO definitions and functions by Ben Hutchings · 15 years ago
  51. fa466e9 ixgbe: Disallow SFP 1G modules in the SFP+ cages for 82598 and 82599 by Waskiewicz Jr, Peter P · 15 years ago
  52. 0419305 ixgbe: Update get_physical_layer() calls, plus a version bump by Peter P Waskiewicz Jr · 15 years ago
  53. 553b449 ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modules by PJ Waskiewicz · 15 years ago
  54. 11afc1b ixgbe: Add hardware specific initialization code for 82599 devices by PJ Waskiewicz · 15 years ago
  55. 3efac5a ixgbe: Update copyright dates, bump the driver version number by Peter P Waskiewicz Jr · 16 years ago
  56. c4900be ixgbe: add SFP+ driver support by Donald Skidmore · 16 years ago
  57. 0befdb3 ixgbe: add device support for 82598AT (copper 10GbE) adapters by Jesse Brandeburg · 16 years ago
  58. b461724 ixgbe: Whitespace, copyright update and version number change patch by Peter P Waskiewicz · 16 years ago
  59. c44ade9 ixgbe: update to latest common code module by Jesse Brandeburg · 16 years ago
  60. 9a799d7 ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4) by Auke Kok · 17 years ago