aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_nvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-17i40e: little endian only valid checksumsTom Rix1-2/+3
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2019-10-25i40e: Fix for persistent lldp supportSylwia Wnuczko1-29/+32
2019-08-22i40e: Persistent LLDP supportSylwia Wnuczko1-0/+101
2019-05-04i40e: Revert ShadowRAM checksum calculation changeMaciej Paczkowski1-25/+3
2019-05-03i40e: ShadowRAM checksum calculation changeMaciej Paczkowski1-4/+25
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-0/+1
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-23i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags for NVM updatePawel Jablonski1-32/+109
2018-01-10i40e: remove redundant initialization of read_sizeColin Ian King1-1/+1
2017-11-21i40e: Fix for NUP NVM image downgrade failureJacob Keller1-3/+5
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-10i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio1-1/+1
2017-10-09i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio1-13/+7
2017-09-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller1-38/+61
2017-09-05i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller1-0/+1
2017-09-05i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain1-38/+60
2017-08-27i40e: Update state variable for adminq subtaskSudheer Mogilappagari1-2/+8
2017-08-25i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari1-0/+6
2017-07-26i40e: Handle admin Q timeout when releasing NVMPaul M Stillwell Jr1-2/+19
2017-03-14i40e: Acquire NVM lock before reads on all devicesAaron Salter1-6/+6
2016-10-31i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin1-0/+16
2016-04-26i40e: Specify AQ event opcode to wait forShannon Nelson1-7/+42
2016-04-06i40e: Move NVM event wait check to NVM codeShannon Nelson1-0/+31
2016-04-06i40e: Move NVM variable out of AQ structShannon Nelson1-6/+6
2016-02-16i40e: add a little more to an NVM update debug messageShannon Nelson1-2/+3
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