summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_nvm.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: field get conversionJesse Brandeburg2023-12-181-8/+5
* intel: add bit macro includes where neededJesse Brandeburg2023-12-181-0/+1
* i40e: Use DECLARE_BITMAP for flags field in i40e_hwIvan Vecera2023-11-141-5/+5
* i40e: Remove circular header dependencies and fix headersIvan Vecera2023-10-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-8/+8
|\
| * i40e: fix misleading debug logsAndrii Staikov2023-08-161-8/+8
* | i40e: remove i40e_statusJan Sokolowski2023-07-311-26/+26
|/
* i40e: use ERR_PTR error print in i40e messagesJan Sokolowski2023-02-091-2/+2
* i40e: use int for i40e_statusJan Sokolowski2023-02-091-124/+124
* i40e: Remove string printing for i40e_statusJan Sokolowski2023-02-091-2/+2
* i40e: little endian only valid checksumsTom Rix2022-03-171-2/+3
* intel: clean up mismatched header commentsJesse Brandeburg2021-03-231-1/+1
* i40e: Fix for persistent lldp supportSylwia Wnuczko2019-10-251-29/+32
* i40e: Persistent LLDP supportSylwia Wnuczko2019-08-221-0/+101
* i40e: Revert ShadowRAM checksum calculation changeMaciej Paczkowski2019-05-041-25/+3
* i40e: ShadowRAM checksum calculation changeMaciej Paczkowski2019-05-031-4/+25
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-0/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...Pawel Jablonski2018-01-231-32/+109
* i40e: remove redundant initialization of read_sizeColin Ian King2018-01-101-1/+1
* i40e: Fix for NUP NVM image downgrade failureJacob Keller2017-11-211-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
|\
| * i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio2017-10-101-1/+1
* | i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio2017-10-091-13/+7
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-09-051-38/+61
|\
| * i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller2017-09-051-0/+1
| * i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2017-09-051-38/+60
* | i40e: Update state variable for adminq subtaskSudheer Mogilappagari2017-08-271-2/+8
* | i40e: synchronize nvmupdate command and adminq subtaskSudheer Mogilappagari2017-08-251-0/+6
* | i40e: Handle admin Q timeout when releasing NVMPaul M Stillwell Jr2017-07-261-2/+19
|/
* i40e: Acquire NVM lock before reads on all devicesAaron Salter2017-03-141-6/+6
* i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin2016-10-311-0/+16
* i40e: Specify AQ event opcode to wait forShannon Nelson2016-04-261-7/+42
* i40e: Move NVM event wait check to NVM codeShannon Nelson2016-04-061-0/+31
* i40e: Move NVM variable out of AQ structShannon Nelson2016-04-061-6/+6
* i40e: add a little more to an NVM update debug messageShannon Nelson2016-02-161-2/+3
* i40e: fix unconditional execution of cpu_to_le16()Jean Sacren2015-10-231-2/+3
* i40e: clean up local variable initializationJean Sacren2015-10-231-2/+2
* i40e: Fix basic support for X722 devicesAnjali Singhai2015-10-191-6/+25
* i40e/i40evf: Fix compile issue related to const stringJingjing Wu2015-10-161-1/+1
* i40e: add little endian conversion for checksumJesse Brandeburg2015-10-071-1/+3
* i40e/i40evf: add get AQ result command to nvmupdate utilityShannon Nelson2015-09-171-0/+79
* i40e/i40evf: add exec_aq command to nvmupdate utilityShannon Nelson2015-09-171-0/+83
* i40e/i40evf: add wait states to NVM state machineShannon Nelson2015-09-171-12/+36
* i40e/i40evf: add GetStatus command for nvmupdateShannon Nelson2015-09-171-11/+31
* i40e/i40evf: add handling of writeback descriptorShannon Nelson2015-09-171-4/+22
* i40e: rename variable to prevent clash of understandingShannon Nelson2015-09-171-57/+57
* i40e: Add AQ commands for NVM Update for X722Shannon Nelson2015-08-051-0/+129
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-3/+3