summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2017-12-25ixgbe: fix use of uninitialized paddingEmil Tantilov1-0/+2
2017-11-21ixgbe: do not disable FEC from the driverEmil Tantilov1-2/+0
2017-11-21ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore1-3/+2
2016-09-23ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad1-1/+1
2016-09-23ixgbe: Resolve NULL reference by setting {read, write}_reg_mdiMark Rustad1-0/+2
2016-09-23ixgbe: make ixgbe_led_on/off_t_x550em staticEmil Tantilov1-2/+2
2016-08-31ixgbe: Eliminate useless message and improve logicMark Rustad1-11/+5
2016-08-21ixgbe: Add support for new X557 deviceDon Skidmore1-0/+8
2016-08-21ixgbe: add device to MDIO speed settingDon Skidmore1-0/+2
2016-08-21ixgbe: Fix led interface for X557 devicesDon Skidmore1-2/+50
2016-07-22ixgbe: fix setup_fc for x550emEmil Tantilov1-2/+2
2016-04-25ixgbe: use msleep for long delaysArnd Bergmann1-1/+1
2016-04-25ixgbe: use BIT() macroJacob Keller1-4/+4
2016-04-25ixgbe: Use correct FC setup function for x550em_aMark Rustad1-2/+2
2016-04-25ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov1-2/+2
2016-04-08ixgbe: Add KR backplane support for x550em_aMark Rustad1-4/+14
2016-04-08ixgbe: Add support for SGMII backplane interfaceMark Rustad1-0/+58
2016-04-08ixgbe: Add support for SFPs with retimerMark Rustad1-1/+132
2016-04-08ixgbe: Introduce function to control MDIO speedMark Rustad1-6/+21
2016-04-08ixgbe: Read and parse NW_MNG_IF_SEL registerMark Rustad1-5/+32
2016-04-08ixgbe: Use new methods for PHY accessMark Rustad1-3/+64
2016-04-08ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-2/+206
2016-04-08ixgbe: Use method pointer to access IOSF devicesMark Rustad1-14/+18
2016-04-08ixgbe: Clean up interface for firmware commandsMark Rustad1-8/+5
2016-04-08ixgbe: Change the lan_id and func fields to a u8 to avoid castsMark Rustad1-1/+1
2016-04-05ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore1-0/+2
2016-04-05ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad1-2/+84
2016-04-04ixgbe: Make all unchanging ops structures constMark Rustad1-9/+9
2016-03-30ixgbe: Use udelay to avoid sleeping while atomicMark Rustad1-1/+1
2015-12-30ixgbe: Correct X550EM_x revision checkMark Rustad1-6/+3
2015-12-03ixgbe: Correct spec violations by waiting after resetMark Rustad1-1/+2
2015-12-03ixgbe: Add support for newer thermal alarmMark Rustad1-3/+19
2015-12-03ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550emMark Rustad1-13/+8
2015-11-23ixgbe: Remove CS4227 diagnostic codeMark Rustad1-80/+0
2015-11-23ixgbe: Add KR mode support for CS4227 chipMark Rustad1-23/+62
2015-10-15ixgbe: Check for setup_internal_link methodMark Rustad1-1/+1
2015-10-15ixgbe: Fix CS4227-related semaphore error on reset failureMark Rustad1-0/+9
2015-09-24ixgbe: Add I2C bus mux supportMark Rustad1-3/+60
2015-09-24ixgbe: Add logic to reset CS4227 when neededMark Rustad1-1/+278
2015-09-24ixgbe: Fix 1G and 10G link stability for X550EM_x SFP+Mark Rustad1-43/+84
2015-09-24ixgbe: Add X550EM_x dual-speed SFP+ supportMark Rustad1-0/+18
2015-09-23ixgbe: Provide unlocked I2C methodsMark Rustad1-0/+3
2015-09-23ixgbe: Provide I2C combined on X550EMMark Rustad1-2/+2
2015-09-02ixgbe: Resolve "initialized field overwritten" warningsMark Rustad1-1/+0
2015-09-02ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore1-0/+1
2015-09-02ixgbe: add get_bus_info method for X550Don Skidmore1-0/+19
2015-09-02ixgbe: Add support for entering low power link up stateDon Skidmore1-0/+143
2015-09-02ixgbe: Assign set_phy_power dynamically where neededDon Skidmore1-2/+16
2015-06-10ixgbe: Remember to write ixfi changes after modifyingDon Skidmore1-1/+1