summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix mdio bus registrationIvan Vecera2019-03-271-7/+9
* ixgbe: register a mdiobusSteve Douthit2018-12-201-0/+299
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+2Star
* ixgbe: Fix kernel-doc format warningsTony Nguyen2018-01-121-2/+13
* ixgbe: Remove driver config for KX4 PHYTony Nguyen2017-04-181-1/+2
* ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen2017-02-161-3/+7
* ixgbe: Implement support for firmware-controlled PHYsMark Rustad2017-01-031-0/+3
* ixgbe: Remove unused firmware version functions and methodMark Rustad2017-01-031-34/+0Star
* ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen2017-01-031-1/+3
* ixgbe: Fix check for ixgbe_phy_x550em_ext_t resetTony Nguyen2017-01-031-4/+21
* ixgbe: Correct X550 phy IDDon Skidmore2016-11-051-1/+2
* ixgbe: Add X553 FW ALEF supportDon Skidmore2016-11-051-31/+65
* ixgbe: use link instead of I2C combined abstractionEmil Tantilov2016-11-051-64/+4Star
* ixgbe: do not use ixgbe specific mdio definesEmil Tantilov2016-11-051-6/+2Star
* ixgbe: Update setup PHY link to unset all speedsDon Skidmore2016-11-051-39/+38Star
* ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad2016-09-231-2/+2
* ixgbe: Always turn PHY power on when requestedMark Rustad2015-12-031-0/+3
* ixgbe: Allow SFP+ on more than 82598 and 82599Mark Rustad2015-09-241-1/+1
* ixgbe: Allow reduced delays during SFP detectionMark Rustad2015-09-241-0/+18
* ixgbe: Clear I2C destination locationMark Rustad2015-09-241-0/+1
* ixgbe: Enable bit-banging mode on X550Mark Rustad2015-09-231-2/+63
* ixgbe: Set lan_id before first I2C eeprom accessMark Rustad2015-09-231-3/+3
* ixgbe: Provide unlocked I2C methodsMark Rustad2015-09-231-28/+171
* ixgbe: Avoid needless PHY access on copper physMark Rustad2015-09-021-21/+43
* ixgbe: cleanup to use cached mask valueDon Skidmore2015-09-021-6/+1Star
* ixgbe: Remove second instance of lan_id variableDon Skidmore2015-09-021-3/+1Star
* ixgbe: Set lan_id before using I2CDon Skidmore2015-06-101-3/+3
* ixgbe: Add support for another X550 device.Don Skidmore2015-06-101-0/+1
* ixgbe: Add a PHY power state methodDon Skidmore2015-06-101-0/+33
* ixgbe: add define for X557 PHY IDDon Skidmore2015-06-101-0/+3
* ixgbe: add array of MAC type dependent valuesDon Skidmore2015-06-101-22/+22
* ixgbe: Use a signed type to hold error codesMark Rustad2015-05-041-2/+2
* ixgbe: add methods for combined read and write operationsDon Skidmore2014-12-051-0/+182
* ixgbe: Add x550 SW/FW semaphore supportDon Skidmore2014-12-051-19/+13Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-1/+0Star
|\
| * ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnxDaniel Borkmann2014-11-111-3/+1Star
* | ixgbe: Add new support for X550 MAC'sDon Skidmore2014-11-111-29/+35
|/
* ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov2014-10-021-41/+0Star
* ixgbe: Make return values more directMark Rustad2014-07-261-320/+262Star
* ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller2014-05-231-34/+34
* e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-191-3/+3
* ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2014-04-011-1/+1
* ixgbe: add Linux NICS mailing list to contact infoJacob Keller2014-03-131-0/+1
* ixgbe: Add check for FW veto bitDon Skidmore2014-02-281-1/+43
* ixgbe: Check for adapter removal on register writesMark Rustad2014-01-151-1/+1
* ixgbe: Make ixgbe_identify_qsfp_module_generic staticMark Rustad2013-11-301-1/+2
* ixgbe: add support for older QSFP active DA cablesEmil Tantilov2013-08-291-10/+45
* ixgbe: add 1Gbps support for QSFP+Emil Tantilov2013-08-291-0/+6
* ixgbe: cleanup some log messagesDon Skidmore2013-08-291-1/+1
* ixgbe: Check return value on eeprom readsMark Rustad2013-08-291-7/+28