summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_adminq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i40e: relax the firmware API version checkShannon Nelson2014-05-291-2/+1Star
* i40e/i40evf: add tracking to NVM busy stateShannon Nelson2014-04-221-0/+23
* i40evf: clean up memsetsMitch Williams2014-02-131-3/+2Star
* i40e: Cleanup Doxygen warningsJeff Kirsher2014-01-111-13/+13
* i40e: use assignment instead of memcpyMitch Williams2014-01-111-1/+1
* i40e: remove interrupt on AQ errorShannon Nelson2014-01-091-1/+1
* i40e: release NVM resource reservation on startupShannon Nelson2014-01-091-0/+3
* i40e: Fix GPL headerGreg Rose2014-01-091-4/+3Star
* i40e: correctly setup ARQ descriptorsMitch Williams2014-01-081-0/+5
* i40e: remove redundant AQ enableKamil Krawczyk2014-01-081-6/+0Star
* i40e: whitespace paren and comment tweaksShannon Nelson2014-01-081-2/+2
* i40e: update firmware api to 1.1Shannon Nelson2014-01-081-5/+7
* i40e: Admin queue shutdown fixesAnjali Singhai Jain2014-01-061-0/+3
* i40e: keep allocated memory in structsDavid Cassard2014-01-051-59/+44Star
* i40e: make functions static and remove dead codeStephen Hemminger2013-12-181-2/+4
* i40e: retry call on timeoutShannon Nelson2013-12-061-6/+20
* i40e: simplify aq head-tail-len setupsShannon Nelson2013-12-061-36/+14Star
* i40e: clear AQ head and tail registersShannon Nelson2013-12-061-4/+14
* i40e: clean up coccicheck reported errorsJesse Brandeburg2013-09-271-4/+3Star
* i40e: init code and hardware supportJesse Brandeburg2013-09-111-0/+983