aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-26ixgbe: use checker safe conversionsJesse Brandeburg1-5/+4
2021-03-23ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-3/+3
2019-02-05ixgbe: remove magic constant in ixgbe_reset_hw_82599()Jiri Kosina1-1/+1
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou1-6/+7
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen1-4/+7
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-3/+6
2017-02-27scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-03ixgbe: Remove unused firmware version functions and methodMark Rustad1-2/+0
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore1-0/+1
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore1-0/+1
2016-07-22ixgbe: remove redundant check on ret_valColin Ian King1-3/+0
2016-04-25ixgbe: use BIT() macroJacob Keller1-8/+8
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-0/+1
2016-04-04ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore1-0/+1
2016-04-04ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad1-0/+1
2016-04-04ixgbe: Make all unchanging ops structures constMark Rustad1-5/+5
2015-12-12ixgbe: Clear stale pool mappingsAlexander Duyck1-3/+7
2015-12-03ixgbe: Correct spec violations by waiting after resetMark Rustad1-1/+2
2015-09-23ixgbe: Add X550EM_x dual-speed SFP+ supportMark Rustad1-167/+25
2015-09-22ixgbe: Add fdir support for SCTP on X550Don Skidmore1-0/+10
2015-09-01ixgbe: Add support for VXLAN RX offloadsMark Rustad1-4/+14
2015-09-01ixgbe: Check whether FDIRCMD writes actually completeMark Rustad1-24/+39
2015-09-01ixgbe: add new function to check for management presenceDon Skidmore1-6/+2
2015-07-17ixgbe: Don't report flow director filter's statusFan Du1-2/+0
2015-06-09ixgbe: add array of MAC type dependent valuesDon Skidmore1-3/+4
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore1-1/+6
2014-07-25ixgbe: Make return values more directMark Rustad1-110/+74
2014-07-25ixgbe: Delete a bunch of dead codeMark Rustad1-127/+0
2014-07-13ixgbe: remove unnecessary break after gotoFabian Frederick1-4/+0
2014-05-23ixgbe: fix several concatenated strings to single lineJacob Keller1-2/+1
2014-05-23ixgbe: fix checkpatch style of blank line after declarationJacob Keller1-0/+2
2014-05-23ixgbe: fix function-like macro, remove semicolonJacob Keller1-2/+2
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller1-38/+38
2014-03-20ixgbe: Stop cacheing if the MNG FW enabledDon Skidmore1-4/+3
2014-03-20ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599Jacob Keller1-37/+9
2014-03-20ixgbe: remove unused media typeJacob Keller1-73/+0
2014-03-20ixgbe: fix ixgbe_setup_mac_link_82599 autoc variablesJacob Keller1-10/+12
2014-03-19ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctlyJacob Keller1-2/+6
2014-03-19ixgbe: check Core Clock Disable bitJacob Keller1-1/+5
2014-03-19ixgbe: fix errors related to protected AUTOC callsDon Skidmore1-4/+6
2014-03-12ixgbe: fix some multiline hw_dbg printsJacob Keller1-5/+3
2014-03-12ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-03-12ixgbe: move setting rx_pb_size into get_invariantsJacob Keller1-1/+1
2014-02-28ixgbe: Add check for FW veto bitDon Skidmore1-1/+14
2014-02-28ixgbe: fix bit toggled for 82599 reset fix.Don Skidmore1-1/+2
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore1-79/+92