summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_adminq.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-27i40e: Remove queue tracking fields from i40e_adminq_ringIvan Vecera1-55/+31
2023-11-15i40e: Remove VF MAC typesIvan Vecera1-23/+10
2023-11-15i40e: Use helpers to check running FW and AQ API versionsIvan Vecera1-37/+19
2023-11-15i40e: Initialize hardware capabilities at single placeIvan Vecera1-18/+48
2023-11-15i40e: Use DECLARE_BITMAP for flags field in i40e_hwIvan Vecera1-19/+19
2023-11-15i40e: Remove unused flagsIvan Vecera1-3/+1
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera1-2/+2
2023-10-05i40e: Simplify memory allocation functionsIvan Vecera1-4/+0
2023-08-01i40e: remove i40e_statusJan Sokolowski1-25/+24
2023-02-09i40e: use int for i40e_statusJan Sokolowski1-34/+34
2022-02-04i40e: Add new versions of send ASQ command functionsJedrzej Jagielski1-8/+84
2022-01-07i40e: Minimize amount of busy-waiting during AQ sendJedrzej Jagielski1-7/+22
2020-10-14i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin1-0/+6
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-1/+1
2020-05-29i40e: Make i40e_shutdown_adminq() return voidJason Yan1-5/+1
2020-01-09i40e: Set PHY Access flag on X722Adam Ludkiewicz1-0/+5
2019-10-25i40e: Extract detection of HW flags into a functionPiotr Azarewicz1-13/+58
2019-08-22i40e: Add drop mode parameter to set mac configSylwia Wnuczko1-1/+3
2019-06-14i40e: Improve AQ log granularityDoug Dziggel1-4/+4
2019-05-04i40e: Further implementation of LLDPAleksandr Loktionov1-0/+5
2019-04-17i40e: Fix misleading error messageCarolyn Wyborny1-1/+1
2018-11-14i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka1-0/+6
2018-08-07i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz1-0/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-27i40e: cleanup unnecessary parensJeff Kirsher1-1/+1
2018-01-27i40e: Add returning AQ critical error to SWMichal Kosiarz1-4/+9
2018-01-23i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...Pawel Jablonski1-1/+1
2017-11-22i40e: Fix for NUP NVM image downgrade failureJacob Keller1-0/+6
2017-10-02i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson1-0/+6
2017-10-02i40e: use admin queue for setting LEDs behaviorMariusz Stachura1-0/+6
2017-04-20i40e: reduce wait time for adminq command completionJacob Keller1-2/+2
2016-11-01i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin1-2/+2
2016-05-02i40e: Remove HMC AQ API implementationNeerav Parikh1-4/+0
2016-04-07i40e: Move NVM event wait check to NVM codeShannon Nelson1-30/+1
2016-04-07i40e: Move NVM variable out of AQ structShannon Nelson1-3/+3
2016-02-18i40e: clean event descriptor before useShannon Nelson1-9/+11
2015-12-04i40e/i40evf: avoid mutex re-initJesse Brandeburg1-6/+0
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-14i40e/i40evf: Add info to nvm info struct for OEM version dataCarolyn Wyborny1-1/+8
2015-10-09i40e/i40evf: clean up some codeJesse Brandeburg1-2/+1
2015-10-07i40e/i40evf: assure clean asq status reportShannon Nelson1-0/+2
2015-10-07i40e/i40evf: set AQ count after memory allocationMitch Williams1-2/+2
2015-10-04i40e/i40evf: grab the AQ spinlocks before clearing registersShannon Nelson1-22/+23
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+9
2015-09-29i40e/i40evf: check for stopped admin queueMitch Williams1-0/+9
2015-09-18i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson1-0/+3
2015-09-18i40e/i40evf: add wait states to NVM state machineShannon Nelson1-0/+13
2015-09-18i40e/i40evf: save aq writeback for future inspectionShannon Nelson1-0/+4
2015-03-05i40e/i40evf: grab NVM devstarter version not image versionShannon Nelson1-1/+2