summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_adminq.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Improve AQ log granularityDoug Dziggel2019-06-141-4/+4
* i40e: Further implementation of LLDPAleksandr Loktionov2019-05-031-0/+5
* i40e: Fix misleading error messageCarolyn Wyborny2019-04-171-1/+1
* i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka2018-11-141-0/+6
* i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz2018-08-071-0/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1Star
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e: cleanup unnecessary parensJeff Kirsher2018-01-261-1/+1
* i40e: Add returning AQ critical error to SWMichal Kosiarz2018-01-261-4/+9
* i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...Pawel Jablonski2018-01-231-1/+1
* i40e: Fix for NUP NVM image downgrade failureJacob Keller2017-11-221-0/+6
* i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson2017-10-021-0/+6
* i40e: use admin queue for setting LEDs behaviorMariusz Stachura2017-10-021-0/+6
* i40e: reduce wait time for adminq command completionJacob Keller2017-04-201-2/+2
* i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin2016-10-311-2/+2
* i40e: Remove HMC AQ API implementationNeerav Parikh2016-05-021-4/+0Star
* i40e: Move NVM event wait check to NVM codeShannon Nelson2016-04-071-30/+1Star
* i40e: Move NVM variable out of AQ structShannon Nelson2016-04-071-3/+3
* i40e: clean event descriptor before useShannon Nelson2016-02-181-9/+11
* i40e/i40evf: avoid mutex re-initJesse Brandeburg2015-12-031-6/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-2/+2
|\
| * i40e/i40evf: set AQ count after memory allocationMitch Williams2015-10-071-2/+2
* | i40e/i40evf: Add info to nvm info struct for OEM version dataCarolyn Wyborny2015-10-141-1/+8
* | i40e/i40evf: clean up some codeJesse Brandeburg2015-10-091-2/+1Star
* | i40e/i40evf: assure clean asq status reportShannon Nelson2015-10-071-0/+2
* | i40e/i40evf: grab the AQ spinlocks before clearing registersShannon Nelson2015-10-041-22/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-021-0/+9
|\|
| * i40e/i40evf: check for stopped admin queueMitch Williams2015-09-291-0/+9
* | i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson2015-09-181-0/+3
* | i40e/i40evf: add wait states to NVM state machineShannon Nelson2015-09-181-0/+13
* | i40e/i40evf: save aq writeback for future inspectionShannon Nelson2015-09-181-0/+4
|/
* i40e/i40evf: grab NVM devstarter version not image versionShannon Nelson2015-03-051-1/+2
* i40e/i40evf: print FW build number in version stringShannon Nelson2015-03-031-0/+1
* i40e: init NVM update state on adminq initShannon Nelson2014-12-091-0/+2
* i40e: let firmware catch the NVM busy errorShannon Nelson2014-12-091-11/+0Star
* i40e: Define and use i40e_is_vf macroAnjali Singhai Jain2014-12-061-1/+1
* i40e: remove useless debug noiseShannon Nelson2014-12-061-3/+0Star
* i40e: don't overload fieldsMitch Williams2014-11-201-3/+3
* i40e: poll firmware slowerKamil Krawczyk2014-11-111-4/+2Star
* i40e/i40evf: add max buf len to aq debug print helperShannon Nelson2014-08-271-3/+5
* i40e: always print aqtx answerShannon Nelson2014-07-241-5/+3Star
* i40e/i40evf: ARQ copy desc data even for failed commandsKamil Krawczyk2014-07-241-7/+7
* i40e/i40evf: Add nvmupdate supportShannon Nelson2014-07-241-8/+13
* i40e/i40evf: Clean up codePaul M Stillwell Jr2014-07-161-1/+1
* i40e/i40evf: add ASQ write back timeout variable to AQ structureKamil Krawczyk2014-07-011-1/+4
* i40e/i40evf: clear aq bah-bal on shutdownShannon Nelson2014-07-011-0/+4
* i40e/i40evf: Add base address registers to aq structShannon Nelson2014-07-011-38/+20Star
* i40e/i40evf: modify debug prints to avoid seg faultsKamil Krawczyk2014-06-201-4/+11
* i40e/i40evf: Reset Head and Tail on AQ initializationMichal Kosiarz2014-06-201-0/+21
* i40e/i40evf: check AQ register for valid dataKamil Krawczyk2014-06-061-4/+30