summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
AgeCommit message (Expand)Author
2015-09-23ixgbe: Add X550EM_x dual-speed SFP+ supportMark Rustad
2015-09-22ixgbe: Add fdir support for SCTP on X550Don Skidmore
2015-09-01ixgbe: Add support for VXLAN RX offloadsMark Rustad
2015-09-01ixgbe: Check whether FDIRCMD writes actually completeMark Rustad
2015-09-01ixgbe: add new function to check for management presenceDon Skidmore
2015-07-17ixgbe: Don't report flow director filter's statusFan Du
2015-06-09ixgbe: add array of MAC type dependent valuesDon Skidmore
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore
2014-07-25ixgbe: Make return values more directMark Rustad
2014-07-25ixgbe: Delete a bunch of dead codeMark Rustad
2014-07-13ixgbe: remove unnecessary break after gotoFabian Frederick
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller
2014-05-23ixgbe: fix checkpatch style of blank line after declarationJacob Keller
2014-05-23ixgbe: fix function-like macro, remove semicolonJacob Keller
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller
2014-03-20ixgbe: Stop cacheing if the MNG FW enabledDon Skidmore
2014-03-20ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599Jacob Keller
2014-03-20ixgbe: remove unused media typeJacob Keller
2014-03-20ixgbe: fix ixgbe_setup_mac_link_82599 autoc variablesJacob Keller
2014-03-19ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctlyJacob Keller
2014-03-19ixgbe: check Core Clock Disable bitJacob Keller
2014-03-19ixgbe: fix errors related to protected AUTOC callsDon Skidmore
2014-03-12ixgbe: fix some multiline hw_dbg printsJacob Keller
2014-03-12ixgbe: add Linux NICS mailing list to contact infoJacob Keller
2014-03-12ixgbe: move setting rx_pb_size into get_invariantsJacob Keller
2014-02-28ixgbe: Add check for FW veto bitDon Skidmore
2014-02-28ixgbe: fix bit toggled for 82599 reset fix.Don Skidmore
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore
2014-01-16ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore
2013-08-29ixgbe: add 1Gbps support for QSFP+Emil Tantilov
2013-08-29ixgbe: Check return value on eeprom readsMark Rustad
2013-08-29ixgbe: disable link when adapter goes downJacob Keller
2013-07-31ixgbe: add support for quad-port x520 adapterDon Skidmore
2013-07-30ixgbe: add new media type.Don Skidmore
2013-04-25ixgbe: add support for disabling link at boot time on 82599Emil Tantilov
2013-04-25ixgbe: cache AUTOC readsEmil Tantilov
2013-04-24ixgbe: add SFP+ LX module supportDon Skidmore
2013-04-24ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller
2013-04-17ixgbe: Fix 1G link WoLDon Skidmore
2013-04-17ixgbe: fix MNG FW support when adapter not upDon Skidmore
2013-02-05ixgbe: update date to 2013Don Skidmore
2013-02-05ixgbe: allow reading of SFF-8472 data over i2cEmil Tantilov
2013-01-31ixgbe: autoneg variable refactoringJosh Hay
2013-01-31ixgbe: removed unused variable from setup_link_speedJosh Hay
2013-01-31ixgbe: rename autoneg variablesJosh Hay
2012-12-06ixgbe: Use is_valid_ether_addrJoe Perches
2012-10-29ixgbe: Add support for pipeline resetDon Skidmore
2012-10-22ixgbe: Add function ixgbe_reset_pipeline_82599Don Skidmore
2012-10-03ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bitEmil Tantilov
2012-08-10ixgbe: add missing bracesEmil Tantilov