aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-13ixgbe: Support external GBE SerDes PHY BCM54616sJostar Yang1-0/+3
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-2/+3
2020-10-18ixgbe: fix probing of multi-port devices with one MDIOJakub Kicinski1-9/+14
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-4/+4
2020-06-30net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski1-11/+3
2019-03-26ixgbe: fix mdio bus registrationIvan Vecera1-7/+9
2018-12-20ixgbe: register a mdiobusSteve Douthit1-0/+299
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+2
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen1-2/+13
2017-04-18ixgbe: Remove driver config for KX4 PHYTony Nguyen1-1/+2
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen1-3/+7
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad1-0/+3
2017-01-03ixgbe: Remove unused firmware version functions and methodMark Rustad1-34/+0
2017-01-03ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen1-1/+3
2017-01-03ixgbe: Fix check for ixgbe_phy_x550em_ext_t resetTony Nguyen1-4/+21
2016-11-04ixgbe: Correct X550 phy IDDon Skidmore1-1/+2
2016-11-04ixgbe: Add X553 FW ALEF supportDon Skidmore1-31/+65
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov1-64/+4
2016-11-04ixgbe: do not use ixgbe specific mdio definesEmil Tantilov1-6/+2
2016-11-04ixgbe: Update setup PHY link to unset all speedsDon Skidmore1-39/+38
2016-09-23ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad1-2/+2
2015-12-03ixgbe: Always turn PHY power on when requestedMark Rustad1-0/+3
2015-09-23ixgbe: Allow SFP+ on more than 82598 and 82599Mark Rustad1-1/+1
2015-09-23ixgbe: Allow reduced delays during SFP detectionMark Rustad1-0/+18
2015-09-23ixgbe: Clear I2C destination locationMark Rustad1-0/+1
2015-09-22ixgbe: Enable bit-banging mode on X550Mark Rustad1-2/+63
2015-09-22ixgbe: Set lan_id before first I2C eeprom accessMark Rustad1-3/+3
2015-09-22ixgbe: Provide unlocked I2C methodsMark Rustad1-28/+171
2015-09-01ixgbe: Avoid needless PHY access on copper physMark Rustad1-21/+43
2015-09-01ixgbe: cleanup to use cached mask valueDon Skidmore1-6/+1
2015-09-01ixgbe: Remove second instance of lan_id variableDon Skidmore1-3/+1
2015-06-09ixgbe: Set lan_id before using I2CDon Skidmore1-3/+3
2015-06-09ixgbe: Add support for another X550 device.Don Skidmore1-0/+1
2015-06-09ixgbe: Add a PHY power state methodDon Skidmore1-0/+33
2015-06-09ixgbe: add define for X557 PHY IDDon Skidmore1-0/+3
2015-06-09ixgbe: add array of MAC type dependent valuesDon Skidmore1-22/+22
2015-05-04ixgbe: Use a signed type to hold error codesMark Rustad1-2/+2
2014-12-05ixgbe: add methods for combined read and write operationsDon Skidmore1-0/+182
2014-12-05ixgbe: Add x550 SW/FW semaphore supportDon Skidmore1-19/+13
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-11-11ixgbe: phy: fix uninitialized status in ixgbe_setup_phy_link_tnxDaniel Borkmann1-3/+1
2014-11-11ixgbe: Add new support for X550 MAC'sDon Skidmore1-29/+35
2014-10-02ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov1-41/+0
2014-07-25ixgbe: Make return values more directMark Rustad1-320/+262
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller1-34/+34
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski1-3/+3
2014-03-31ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren1-1/+1
2014-03-12ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-02-28ixgbe: Add check for FW veto bitDon Skidmore1-1/+43
2014-01-14ixgbe: Check for adapter removal on register writesMark Rustad1-1/+1