summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_base.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+17
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski1-0/+17
2021-12-14ice: Propagate error codesTony Nguyen1-2/+2
2021-12-14ice: Remove enum ice_statusTony Nguyen1-3/+3
2021-12-14ice: Use int for ice_statusTony Nguyen1-2/+2
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-4/+4
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley1-1/+1
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-6/+28
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-28/+29
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski1-0/+2
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka1-1/+35
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+9
2021-06-11ice: enable receive hardware timestampingJacob Keller1-2/+3
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak1-47/+73
2021-04-14ice: refactor ITR data structuresJesse Brandeburg1-0/+3
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg1-17/+5
2021-03-31ice: Add Support for XPSBenita Bose1-0/+23
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski1-0/+18
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson1-2/+4
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-3/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-8/+8
2020-07-01ice: replace single-element array used for C struct hackBruce Allan1-1/+1
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley1-22/+11
2020-05-27ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak1-9/+21
2020-05-27ice: avoid undefined behaviorBruce Allan1-2/+3
2020-05-27ice: fix signed vs unsigned comparisonsJesse Brandeburg1-2/+2
2020-05-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-0/+1
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman1-0/+1
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+8
2020-05-21ice: Fix casting issuesKarol Kolacinski1-10/+14
2020-05-21ice: Provide more meaningful error messageLihong Yang1-4/+4
2020-05-21ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-8/+8
2020-02-19ice: add backslash-n to stringsJesse Brandeburg1-2/+1
2020-02-19ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley1-2/+6
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan1-1/+0
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-11/+31
2020-02-12ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan1-8/+3
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-14/+8
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-6/+6
2020-01-03ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak1-0/+2
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak1-0/+1
2020-01-03ice: Set default value for ITR in alloc functionMichal Swiatkowski1-9/+4
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-10/+12
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski1-0/+6
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-7/+46
2019-11-04ice: Add support for XDPMaciej Fijalkowski1-1/+27
2019-11-04ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski1-5/+24
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan1-0/+767