aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-28ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-08-28ixgbe: firmware recovery modeSebastian Basierski1-0/+15
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou1-4/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-05-11ixgbe: return error on unsupported SFP module when resettingEmil Tantilov1-0/+3
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-23/+3
2018-03-23ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt1-2/+2
2018-01-26ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King1-1/+1
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen1-4/+15
2017-10-09ixgbe: fix use of uninitialized paddingEmil Tantilov1-0/+2
2017-10-09ixgbe: add error checks when initializing the PHYEmil Tantilov1-2/+6
2017-10-09ixgbe: declare ixgbe_mac_operations structures as constBhumika Goyal1-2/+2
2017-07-25ixgbe: Disable flow control for XFITony Nguyen1-26/+31
2017-07-25ixgbe: Update NW_MNG_IF_SEL support for X553Tony Nguyen1-3/+11
2017-07-25ixgbe: Enable LASI interrupts for X552 devicesTony Nguyen1-9/+22
2017-05-31ixgbe: fix incorrect status checkEmil Tantilov1-4/+4
2017-05-31ixgbe: add write flush when configuring CS4223/7Emil Tantilov1-2/+18
2017-05-31ixgbe: correct CS4223/7 PHY identificationEmil Tantilov1-4/+4
2017-05-31ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt1-1/+24
2017-04-29ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt1-1/+44
2017-04-28ixgbe: Acquire PHY semaphore before device resetPaul Greenwalt1-0/+8
2017-04-18ixgbe: add check for VETO bit when configuring link for KRTony Nguyen1-0/+3
2017-04-18ixgbe: add default setup_link for x550em_a MAC typeEmil Tantilov1-1/+1
2017-04-18ixgbe: list X553 backplane speeds correctlyDon Skidmore1-0/+14
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore1-0/+14
2017-04-18ixgbe: Complete support for X553 sgmiiDon Skidmore1-2/+27
2017-04-18ixgbe: Remove driver config for KX4 PHYTony Nguyen1-39/+1
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad1-3/+405
2017-01-03ixgbe: Implement firmware interface to access some PHYsMark Rustad1-0/+45
2017-01-03ixgbe: Remove unused firmware version functions and methodMark Rustad1-2/+1
2017-01-03ixgbe: Fix issues with EEPROM accessMark Rustad1-47/+28
2017-01-03ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore1-3/+2
2017-01-03ixgbe: Report driver version to firmware for x550 devicesTony Nguyen1-1/+57
2017-01-03ixgbe: do not disable FEC from the driverEmil Tantilov1-2/+0
2016-11-04ixgbe: Add X553 FW ALEF supportDon Skidmore1-66/+173
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov1-12/+94
2016-11-04ixgbe: remove SFP ixfi supportEmil Tantilov1-65/+11
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore1-0/+211
2016-11-04ixgbe: fix link status check for copper X550emEmil Tantilov1-8/+13
2016-11-04ixgbe: do not use ixgbe specific mdio definesEmil Tantilov1-34/+31
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore1-0/+3
2016-11-04ixgbe: Add X552 iXFI configuration helper functionDon Skidmore1-34/+52
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-30ixgbe: Eliminate useless message and improve logicMark Rustad1-11/+5
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore1-0/+8
2016-08-20ixgbe: add device to MDIO speed settingDon Skidmore1-0/+2
2016-08-20ixgbe: Fix led interface for X557 devicesDon Skidmore1-2/+50
2016-07-22ixgbe: fix setup_fc for x550emEmil Tantilov1-2/+2