aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_base.c
AgeCommit message (Expand)Author
2020-08-27ice: replace single-element array used for C struct hackBruce Allan
2020-08-27ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley
2020-08-27ice: avoid undefined behaviorBruce Allan
2020-08-27ice: fix signed vs unsigned comparisonsJesse Brandeburg
2020-08-27ice: Initialize Flow Director resourcesHenry Tieman
2020-08-27ice: Fix casting issuesKarol Kolacinski
2020-08-27ice: Provide more meaningful error messageLihong Yang
2020-07-29ice: add backslash-n to stringsJesse Brandeburg
2020-07-29ice: Always clear the QRXFLXP_CNTXT register for VF Rx queuesBrett Creeley
2020-07-29ice: remove unnecessary fallthrough commentsBruce Allan
2020-07-29ice: Add support to enable/disable all Rx queues before waitingBrett Creeley
2020-07-29ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan
2020-07-29ice: Make print statements more compactAnirudh Venkataramanan
2020-07-29ice: Use ice_pf_to_devAnirudh Venkataramanan
2020-07-29ice: Suppress Coverity warnings for xdp_rxq_info_regKrzysztof Kazimierczak
2020-07-29ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak
2020-07-29ice: Set default value for ITR in alloc functionMichal Swiatkowski
2020-07-29ice: Add ice_pf_to_dev(pf) macroBrett Creeley
2020-07-29ice: introduce frame padding computation logicMaciej Fijalkowski
2020-07-29ice: Add support for AF_XDPKrzysztof Kazimierczak
2020-07-29ice: Add support for XDPMaciej Fijalkowski
2020-07-29ice: get rid of per-tc flow in Tx queue configuration routinesMaciej Fijalkowski
2020-07-29ice: Introduce ice_base.cAnirudh Venkataramanan