summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2021-06-07ice: (re)initialize NVM fields when rebuildingJacob Keller1-0/+6
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller5-0/+42
2021-06-07ice: add error message when pldmfw_flash_image failsJacob Keller1-0/+10
2021-06-07ice: add extack when unable to read device capsJacob Keller1-0/+3
2021-06-07ice: use static inline for dummy functionsJesse Brandeburg5-29/+33
2021-06-07ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiencySalil Mehta1-6/+8
2021-06-07ice: set the value of global config lock timeout longerLiwei Song1-1/+1
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley3-23/+59
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak4-56/+78
2021-06-07ice: Save VF's MAC across rebootBrett Creeley2-17/+31
2021-06-07ice: Manage VF's MAC address for both legacy and new casesBrett Creeley2-27/+141
2021-06-04ice: Allow all LLDP packets from PF to TxDave Ertman1-1/+4
2021-06-04ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt1-45/+6
2021-06-04ice: handle the VF VSI rebuild failureHaiyue Wang1-1/+6
2021-06-04ice: Fix VFR issues for AVF drivers that expect ATQLEN clearedBrett Creeley2-5/+8
2021-06-04ice: Fix allowing VF to request more/less queues via virtchnlBrett Creeley1-0/+2
2021-06-03ice: track AF_XDP ZC enabled queues in bitmapMaciej Fijalkowski3-3/+18
2021-06-03ice: add correct exception tracing for XDPMagnus Karlsson2-5/+15
2021-05-29ice: Register auxiliary device to provide RDMADave Ertman3-4/+86
2021-05-29ice: Implement iidc operationsDave Ertman13-24/+639
2021-05-29ice: Initialize RDMA supportDave Ertman10-9/+183
2021-04-22ice: Support RSS configure removal for AVFQi Zhang3-2/+105
2021-04-22ice: Enable RSS configure for AVFQi Zhang3-0/+462
2021-04-22ice: Add helper function to get the VF's VSIBrett Creeley1-43/+39
2021-04-22ice: remove redundant assignment to pointer vsiColin Ian King1-1/+0
2021-04-22ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley1-0/+3
2021-04-22ice: Allow ignoring opcodes on specific VFMichal Swiatkowski5-0/+198
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar7-4/+605
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-04-15ice: reduce scope of variablePaul M Stillwell Jr1-1/+2
2021-04-15ice: remove return variablePaul M Stillwell Jr3-8/+6
2021-04-15ice: suppress false cppcheck issuesBruce Allan3-0/+5
2021-04-15ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley1-0/+2
2021-04-15ice: remove unused struct memberJesse Brandeburg2-4/+3
2021-04-15ice: use local for consistencyJesse Brandeburg1-5/+7
2021-04-15ice: print name in /proc/iomemJesse Brandeburg1-1/+1
2021-04-15ice: Reimplement module reads used by ethtoolScott W Taylor1-10/+39
2021-04-15ice: refactor ITR data structuresJesse Brandeburg5-33/+26
2021-04-15ice: manage interrupts during poll exitJesse Brandeburg2-1/+13
2021-04-15ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller6-267/+174
2021-04-15ice: refactor interrupt moderation writesJesse Brandeburg5-104/+112
2021-04-15ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan3-6/+22
2021-04-15ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan8-187/+187
2021-04-15ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan4-8/+8
2021-04-13ice: Fix potential infinite loop when using u8 loop counterColin Ian King1-2/+2
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-41/+87
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-08ice: Remove unnecessary blank lineTony Nguyen1-1/+0
2021-04-08ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley1-12/+0
2021-04-08ice: Remove rx_gro_dropped statAnirudh Venkataramanan4-6/+1