summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_base.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko2022-11-231-1/+1
* ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski2022-11-091-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-17/+0
|\
| * ice: Fix DMA mappings leakPrzemyslaw Patynowski2022-09-021-17/+0
* | ice: Implement control of FCS/CRC strippingJesse Brandeburg2022-08-181-1/+1
|/
* ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller2022-03-141-1/+1
* ice: store VF pointer instead of VF IDJacob Keller2022-03-031-2/+2
* ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley2022-02-091-0/+1
* ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley2022-02-091-2/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-0/+17
|\
| * ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski2021-12-171-0/+17
* | ice: Propagate error codesTony Nguyen2021-12-141-2/+2
* | ice: Remove enum ice_statusTony Nguyen2021-12-141-3/+3
* | ice: Use int for ice_statusTony Nguyen2021-12-141-2/+2
* | ice: Remove string printing for ice_statusTony Nguyen2021-12-141-4/+4
|/
* ice: Fix not stopping Tx queues for VFsBrett Creeley2021-11-031-1/+1
* ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil2021-10-201-6/+28
* ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-151-28/+29
* ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski2021-10-151-0/+2
* ice: introduce new type of VSI for switchdevGrzegorz Nitka2021-10-071-1/+35
* ice: enable transmit timestamps for E810 devicesJacob Keller2021-06-111-0/+9
* ice: enable receive hardware timestampingJacob Keller2021-06-111-2/+3
* ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak2021-06-071-47/+73
* ice: refactor ITR data structuresJesse Brandeburg2021-04-141-0/+3
* ice: refactor interrupt moderation writesJesse Brandeburg2021-04-141-17/+5
* ice: Add Support for XPSBenita Bose2021-03-311-0/+23
* ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski2021-03-121-0/+18
* ice: fix napi work done reporting in xsk pathMagnus Karlsson2021-03-121-2/+4
* xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-2/+2
* 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