summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice
Commit message (Expand)AuthorAgeFilesLines
* ice: process 1588 PTP capabilities during initializationJacob Keller2021-06-113-0/+151
* ice: add support for sideband messagesJacob Keller2021-06-1111-2/+343
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-0719-151/+446
|\
| * ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr2021-06-071-5/+1
| * ice: downgrade error print to debug printAnirudh Venkataramanan2021-06-071-1/+1
| * ice: Detect and report unsupported module power levelsAnirudh Venkataramanan2021-06-075-2/+48
| * ice: (re)initialize NVM fields when rebuildingJacob Keller2021-06-071-0/+6
| * ice: wait for reset before reporting devlink infoJacob Keller2021-06-075-0/+42
| * ice: add error message when pldmfw_flash_image failsJacob Keller2021-06-071-0/+10
| * ice: add extack when unable to read device capsJacob Keller2021-06-071-0/+3
| * ice: use static inline for dummy functionsJesse Brandeburg2021-06-075-29/+33
| * ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiencySalil Mehta2021-06-071-6/+8
| * ice: set the value of global config lock timeout longerLiwei Song2021-06-071-1/+1
| * ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley2021-06-073-23/+59
| * ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak2021-06-074-56/+78
| * ice: Save VF's MAC across rebootBrett Creeley2021-06-072-17/+31
| * ice: Manage VF's MAC address for both legacy and new casesBrett Creeley2021-06-072-27/+141
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-077-60/+59
|\ \ | |/ |/|
| * ice: Allow all LLDP packets from PF to TxDave Ertman2021-06-041-1/+4
| * ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt2021-06-041-45/+6
| * ice: handle the VF VSI rebuild failureHaiyue Wang2021-06-041-1/+6
| * ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley2021-06-042-5/+8
| * ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley2021-06-041-0/+2
| * ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski2021-06-033-3/+18
| * ice: add correct exception tracing for XDPMagnus Karlsson2021-06-032-5/+15
* | ice: Register auxiliary device to provide RDMADave Ertman2021-05-283-4/+86
* | ice: Implement iidc operationsDave Ertman2021-05-2813-24/+639
* | ice: Initialize RDMA supportDave Ertman2021-05-2810-9/+183
|/
* ice: Support RSS configure removal for AVFQi Zhang2021-04-223-2/+105
* ice: Enable RSS configure for AVFQi Zhang2021-04-223-0/+462
* ice: Add helper function to get the VF's VSIBrett Creeley2021-04-221-43/+39
* ice: remove redundant assignment to pointer vsiColin Ian King2021-04-221-1/+0
* ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley2021-04-221-0/+3
* ice: Allow ignoring opcodes on specific VFMichal Swiatkowski2021-04-225-0/+198
* ice: warn about potentially malicious VFsVignesh Sridhar2021-04-227-4/+605
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-2/+2
|\
| * ice: Fix potential infinite loop when using u8 loop counterColin Ian King2021-04-131-2/+2
* | ice: reduce scope of variablePaul M Stillwell Jr2021-04-141-1/+2
* | ice: remove return variablePaul M Stillwell Jr2021-04-143-8/+6
* | ice: suppress false cppcheck issuesBruce Allan2021-04-143-0/+5
* | ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley2021-04-141-0/+2
* | ice: remove unused struct memberJesse Brandeburg2021-04-142-4/+3
* | ice: use local for consistencyJesse Brandeburg2021-04-141-5/+7
* | ice: print name in /proc/iomemJesse Brandeburg2021-04-141-1/+1
* | ice: Reimplement module reads used by ethtoolScott W Taylor2021-04-141-10/+39
* | ice: refactor ITR data structuresJesse Brandeburg2021-04-145-33/+26
* | ice: manage interrupts during poll exitJesse Brandeburg2021-04-142-1/+13
* | ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller2021-04-146-267/+174
* | ice: refactor interrupt moderation writesJesse Brandeburg2021-04-145-104/+112
* | ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan2021-04-143-6/+22