aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_nvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-23i40e: fix unconditional execution of cpu_to_le16()Jean Sacren1-2/+3
2015-10-23i40e: clean up local variable initializationJean Sacren1-2/+2
2015-10-19i40e: Fix basic support for X722 devicesAnjali Singhai1-6/+25
2015-10-16i40e/i40evf: Fix compile issue related to const stringJingjing Wu1-1/+1
2015-10-07i40e: add little endian conversion for checksumJesse Brandeburg1-1/+3
2015-09-17i40e/i40evf: add get AQ result command to nvmupdate utilityShannon Nelson1-0/+79
2015-09-17i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson1-0/+83
2015-09-17i40e/i40evf: add wait states to NVM state machineShannon Nelson1-12/+36
2015-09-17i40e/i40evf: add GetStatus command for nvmupdateShannon Nelson1-11/+31
2015-09-17i40e/i40evf: add handling of writeback descriptorShannon Nelson1-4/+22
2015-09-17i40e: rename variable to prevent clash of understandingShannon Nelson1-57/+57
2015-08-05i40e: Add AQ commands for NVM Update for X722Shannon Nelson1-0/+129
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-3/+3
2015-04-14i40e: get rid of unused localsJesse Brandeburg1-2/+1
2015-03-07i40e: Remove unneeded conversionKamil Krawczyk1-1/+0
2015-03-07i40e/i40evf: Refactor i40e_debug_aq and make some functions staticShannon Nelson1-4/+4
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+35
2015-02-26i40e: catch NVM write semaphore timeout and retryShannon Nelson1-0/+35
2015-02-23i40e: update Shadow RAM read/write functionsKamil Krawczyk1-25/+71
2014-12-09i40e: add to NVM update debug messageShannon Nelson1-2/+4
2014-12-09i40e: check for AQ timeout in aq_rc decodeShannon Nelson1-12/+21
2014-12-09i40e: poll on NVM semaphore only if not other errorShannon Nelson1-4/+9
2014-12-09i40e: fix up NVM update sm error handlingShannon Nelson1-10/+16
2014-12-09i40e: set max limit for access pollingShannon Nelson1-13/+8
2014-12-09i40e: remove unused nvm_semaphore_waitShannon Nelson1-2/+0
2014-12-09i40e: rework debug messages for NVM updateShannon Nelson1-27/+80
2014-08-12i40e: fix sparse non static symbol warningWei Yongjun1-3/+3
2014-07-24i40e/i40evf: Add nvmupdate supportShannon Nelson1-0/+511
2014-06-26i40e: do not take NVM ownership for SR readKamil Krawczyk1-8/+1
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski1-1/+1
2014-03-06i40e: clean up comment styleShannon Nelson1-59/+58
2014-01-17i40e: fix compile warning on checksum_localJesse Brandeburg1-1/+1
2014-01-10i40e: Cleanup Doxygen warningsJeff Kirsher1-0/+1
2014-01-09i40e: Fix GPL headerGreg Rose1-4/+3
2014-01-07i40e: rework shadow ram read functionsShannon Nelson1-51/+16
2013-09-11i40e: init code and hardware supportJesse Brandeburg1-0/+391