aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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