aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_base.c
Commit message (Expand)AuthorAgeFilesLines
* xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-311-3/+3
* xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-8/+8
* ice: replace single-element array used for C struct hackBruce Allan2020-07-011-1/+1
* ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley2020-05-311-22/+11
* ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak2020-05-271-9/+21
* ice: avoid undefined behaviorBruce Allan2020-05-271-2/+3
* ice: fix signed vs unsigned comparisonsJesse Brandeburg2020-05-271-2/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-05-231-0/+1
|\
| * ice: Initialize Flow Director resourcesHenry Tieman2020-05-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-221-8/+8
|\ \ | |/ |/|
| * ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel2020-05-211-8/+8
* | ice: Fix casting issuesKarol Kolacinski2020-05-211-10/+14
* | ice: Provide more meaningful error messageLihong Yang2020-05-211-4/+4
|/
* ice: add backslash-n to stringsJesse Brandeburg2020-02-191-2/+1
* ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley2020-02-191-2/+6
* ice: remove unnecessary fallthrough commentsBruce Allan2020-02-151-1/+0
* ice: Add support to enable/disable all Rx queues before waitingBrett Creeley2020-02-151-11/+31
* ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan2020-02-121-8/+3
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-121-14/+8
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-121-6/+6
* ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak2020-01-031-0/+2
* ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak2020-01-031-0/+1
* ice: Set default value for ITR in alloc functionMichal Swiatkowski2020-01-031-9/+4
* ice: Add ice_pf_to_dev(pf) macroBrett Creeley2019-11-221-10/+12
* ice: introduce frame padding computation logicMaciej Fijalkowski2019-11-041-0/+6
* ice: Add support for AF_XDPKrzysztof Kazimierczak2019-11-041-7/+46
* ice: Add support for XDPMaciej Fijalkowski2019-11-041-1/+27
* ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski2019-11-041-5/+24
* ice: Introduce ice_base.cAnirudh Venkataramanan2019-11-041-0/+767