summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_base.c
AgeCommit message (Expand)Author
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-07-01ice: replace single-element array used for C struct hackBruce Allan
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley
2020-05-27ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak
2020-05-27ice: avoid undefined behaviorBruce Allan
2020-05-27ice: fix signed vs unsigned comparisonsJesse Brandeburg
2020-05-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-21ice: Fix casting issuesKarol Kolacinski
2020-05-21ice: Provide more meaningful error messageLihong Yang
2020-05-21ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel
2020-02-19ice: add backslash-n to stringsJesse Brandeburg
2020-02-19ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley
2020-02-12ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan
2020-01-03ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak
2020-01-03ice: Set default value for ITR in alloc functionMichal Swiatkowski
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak
2019-11-04ice: Add support for XDPMaciej Fijalkowski
2019-11-04ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan