summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_base.c
AgeCommit message (Expand)Author
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller
2022-03-03ice: store VF pointer instead of VF IDJacob Keller
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski
2021-12-14ice: Propagate error codesTony Nguyen
2021-12-14ice: Remove enum ice_statusTony Nguyen
2021-12-14ice: Use int for ice_statusTony Nguyen
2021-12-14ice: Remove string printing for ice_statusTony Nguyen
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller
2021-06-11ice: enable receive hardware timestampingJacob Keller
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak
2021-04-14ice: refactor ITR data structuresJesse Brandeburg
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg
2021-03-31ice: Add Support for XPSBenita Bose
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson
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