summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-08ice: Use local variable instead of pointer derefsAnirudh Venkataramanan1-15/+12
2021-04-08ice: Remove unnecessary variableAnirudh Venkataramanan1-6/+1
2021-04-08ice: Limit forced overrides based on FW versionJeb Cramer1-12/+2
2021-04-08ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan6-42/+103
2021-04-08ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan1-7/+3
2021-04-08ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan1-7/+7
2021-04-08ice: Rename a couple of variablesAnirudh Venkataramanan1-25/+25
2021-04-08ice: Remove unnecessary checker loopAnirudh Venkataramanan1-9/+1
2021-04-08ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan4-38/+59
2021-04-08ice: Align macro names to the specificationAnirudh Venkataramanan4-23/+24
2021-04-08ice: Modify recursive way of adding nodesVictor Raj1-53/+77
2021-04-08ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao3-2/+84
2021-04-01ice: Correct comment block styleTony Nguyen1-2/+1
2021-04-01ice: cleanup style issuesBruce Allan3-7/+7
2021-04-01ice: Consolidate VSI state and flagsAnirudh Venkataramanan5-46/+47
2021-04-01ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley5-117/+117
2021-04-01ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley6-42/+62
2021-04-01ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley2-34/+17