summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-30ice: Add flow director support for channel modeKiran Patil1-13/+56
2021-12-14ice: Propagate error codesTony Nguyen1-11/+6
2021-12-14ice: Remove excess error variablesTony Nguyen1-39/+31
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-15/+14
2021-12-14ice: Remove enum ice_statusTony Nguyen1-36/+3
2021-12-14ice: Use int for ice_statusTony Nguyen1-19/+19
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-48/+48
2021-11-22ice: fix vsi->txq_map sizingMaciej Fijalkowski1-2/+7
2021-10-29ice: Remove boolean vlan_promisc flag from functionBrett Creeley1-5/+2
2021-10-28ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc()Nathan Chancellor1-0/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+9
2021-10-21ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil1-1/+1
2021-10-21ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-48/+334
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg1-2/+2
2021-10-19ice: update dim usage and moderationJesse Brandeburg1-0/+25
2021-10-19ice: Add support for VF rate limitingBrett Creeley1-0/+174
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski1-11/+11
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski1-1/+3
2021-10-15ice: unify xdp_rings accessesMaciej Fijalkowski1-1/+1
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-24/+40
2021-10-15ice: remove ring_active from ice_ringMaciej Fijalkowski1-2/+0
2021-10-14ice: Fix failure to re-add LAN/RDMA Tx queuesBrett Creeley1-0/+9
2021-10-14ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski1-0/+15
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka1-1/+47
2021-10-07ice: manage VSI antispoof and destination overrideMichal Swiatkowski1-0/+61
2021-10-07ice: Move devlink port to PF/VF structWojciech Drewek1-1/+2
2021-09-28ice: Add feature bitmap, helpers and a check for DSCPAnirudh Venkataramanan1-0/+47
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+10
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr1-4/+4
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+1
2021-06-11ice: enable receive hardware timestampingJacob Keller1-1/+7
2021-06-11ice: add support for sideband messagesJacob Keller1-1/+10
2021-06-09ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski1-8/+10
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-14/+67
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+12
2021-06-07ice: downgrade error print to debug printAnirudh Venkataramanan1-1/+1
2021-06-07ice: wait for reset before reporting devlink infoJacob Keller1-0/+28
2021-06-07ice: Re-organizes reqstd/avail {R, T}XQ check/code for efficiencySalil Mehta1-6/+8
2021-06-07ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handlingBrett Creeley1-0/+27
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak1-7/+3
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 Fijalkowski1-0/+10
2021-05-29ice: Initialize RDMA supportDave Ertman1-0/+11
2021-04-15ice: remove return variablePaul M Stillwell Jr1-5/+3
2021-04-15ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley1-0/+2
2021-04-15ice: use local for consistencyJesse Brandeburg1-5/+7
2021-04-15ice: refactor ITR data structuresJesse Brandeburg1-7/+0
2021-04-15ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-8/+5
2021-04-15ice: refactor interrupt moderation writesJesse Brandeburg1-76/+95
2021-04-15ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan1-6/+15