aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
AgeCommit message (Expand)Author
2021-12-22ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11ixgbe: return error on unsupported SFP module when resettingEmil Tantilov
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt
2018-01-26ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen
2017-10-09ixgbe: fix use of uninitialized paddingEmil Tantilov
2017-10-09ixgbe: add error checks when initializing the PHYEmil Tantilov
2017-10-09ixgbe: declare ixgbe_mac_operations structures as constBhumika Goyal
2017-07-25ixgbe: Disable flow control for XFITony Nguyen
2017-07-25ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen
2017-07-25ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen
2017-05-31ixgbe: fix incorrect status checkEmil Tantilov
2017-05-31ixgbe: add write flush when configuring CS4223/7Emil Tantilov
2017-05-31ixgbe: correct CS4223/7 PHY identificationEmil Tantilov
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt
2017-04-29ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt
2017-04-28ixgbe: Acquire PHY semaphore before device resetPaul Greenwalt
2017-04-18ixgbe: add check for VETO bit when configuring link for KRTony Nguyen
2017-04-18ixgbe: add default setup_link for x550em_a MAC typeEmil Tantilov
2017-04-18ixgbe: list X553 backplane speeds correctlyDon Skidmore
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore
2017-04-18ixgbe: Complete support for X553 sgmiiDon Skidmore
2017-04-18ixgbe: Remove driver config for KX4 PHYTony Nguyen
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad
2017-01-03ixgbe: Implement firmware interface to access some PHYsMark Rustad
2017-01-03ixgbe: Remove unused firmware version functions and methodMark Rustad
2017-01-03ixgbe: Fix issues with EEPROM accessMark Rustad
2017-01-03ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore
2017-01-03ixgbe: Report driver version to firmware for x550 devicesTony Nguyen
2017-01-03ixgbe: do not disable FEC from the driverEmil Tantilov
2016-11-04ixgbe: Add X553 FW ALEF supportDon Skidmore
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov
2016-11-04ixgbe: remove SFP ixfi supportEmil Tantilov
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore
2016-11-04ixgbe: fix link status check for copper X550emEmil Tantilov
2016-11-04ixgbe: do not use ixgbe specific mdio definesEmil Tantilov
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore
2016-11-04ixgbe: Add X552 iXFI configuration helper functionDon Skidmore
2016-09-23ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad
2016-09-23ixgbe: Resolve NULL reference by setting {read, write}_reg_mdiMark Rustad
2016-09-23ixgbe: make ixgbe_led_on/off_t_x550em staticEmil Tantilov
2016-08-30ixgbe: Eliminate useless message and improve logicMark Rustad
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore
2016-08-20ixgbe: add device to MDIO speed settingDon Skidmore
2016-08-20ixgbe: Fix led interface for X557 devicesDon Skidmore
2016-07-22ixgbe: fix setup_fc for x550emEmil Tantilov