aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_adminq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13i40e/i40evf: Add info to nvm info struct for OEM version dataCarolyn Wyborny1-1/+8
2015-10-08i40e/i40evf: clean up some codeJesse Brandeburg1-2/+1
2015-10-07i40e/i40evf: assure clean asq status reportShannon Nelson1-0/+2
2015-10-03i40e/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-28i40e/i40evf: check for stopped admin queueMitch Williams1-0/+9
2015-09-17i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson1-0/+3
2015-09-17i40e/i40evf: add wait states to NVM state machineShannon Nelson1-0/+13
2015-09-17i40e/i40evf: save aq writeback for future inspectionShannon Nelson1-0/+4
2015-03-05i40e/i40evf: grab NVM devstarter version not image versionShannon Nelson1-1/+2
2015-03-03i40e/i40evf: print FW build number in version stringShannon Nelson1-0/+1
2014-12-09i40e: init NVM update state on adminq initShannon Nelson1-0/+2
2014-12-09i40e: let firmware catch the NVM busy errorShannon Nelson1-11/+0
2014-12-06i40e: Define and use i40e_is_vf macroAnjali Singhai Jain1-1/+1
2014-12-06i40e: remove useless debug noiseShannon Nelson1-3/+0
2014-11-20i40e: don't overload fieldsMitch Williams1-3/+3
2014-11-11i40e: poll firmware slowerKamil Krawczyk1-4/+2
2014-08-27i40e/i40evf: add max buf len to aq debug print helperShannon Nelson1-3/+5
2014-07-24i40e: always print aqtx answerShannon Nelson1-5/+3
2014-07-24i40e/i40evf: ARQ copy desc data even for failed commandsKamil Krawczyk1-7/+7
2014-07-24i40e/i40evf: Add nvmupdate supportShannon Nelson1-8/+13
2014-07-16i40e/i40evf: Clean up codePaul M Stillwell Jr1-1/+1
2014-06-30i40e/i40evf: add ASQ write back timeout variable to AQ structureKamil Krawczyk1-1/+4
2014-06-30i40e/i40evf: clear aq bah-bal on shutdownShannon Nelson1-0/+4
2014-06-30i40e/i40evf: Add base address registers to aq structShannon Nelson1-38/+20
2014-06-20i40e/i40evf: modify debug prints to avoid seg faultsKamil Krawczyk1-4/+11
2014-06-19i40e/i40evf: Reset Head and Tail on AQ initializationMichal Kosiarz1-0/+21
2014-06-06i40e/i40evf: check AQ register for valid dataKamil Krawczyk1-4/+30
2014-05-29i40e: relax the firmware API version checkShannon Nelson1-2/+1
2014-04-21i40e/i40evf: add tracking to NVM busy stateShannon Nelson1-0/+23
2014-02-13i40evf: clean up memsetsMitch Williams1-3/+2
2014-01-10i40e: Cleanup Doxygen warningsJeff Kirsher1-13/+13
2014-01-10i40e: use assignment instead of memcpyMitch Williams1-1/+1
2014-01-09i40e: remove interrupt on AQ errorShannon Nelson1-1/+1
2014-01-09i40e: release NVM resource reservation on startupShannon Nelson1-0/+3
2014-01-09i40e: Fix GPL headerGreg Rose1-4/+3
2014-01-07i40e: correctly setup ARQ descriptorsMitch Williams1-0/+5
2014-01-07i40e: remove redundant AQ enableKamil Krawczyk1-6/+0
2014-01-07i40e: whitespace paren and comment tweaksShannon Nelson1-2/+2
2014-01-07i40e: update firmware api to 1.1Shannon Nelson1-5/+7
2014-01-06i40e: Admin queue shutdown fixesAnjali Singhai Jain1-0/+3
2014-01-04i40e: keep allocated memory in structsDavid Cassard1-59/+44
2013-12-17i40e: make functions static and remove dead codeStephen Hemminger1-2/+4
2013-12-05i40e: retry call on timeoutShannon Nelson1-6/+20
2013-12-05i40e: simplify aq head-tail-len setupsShannon Nelson1-36/+14
2013-12-05i40e: clear AQ head and tail registersShannon Nelson1-4/+14
2013-09-27i40e: clean up coccicheck reported errorsJesse Brandeburg1-4/+3
2013-09-11i40e: init code and hardware supportJesse Brandeburg1-0/+983