summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_base.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-07-19ice: xsk: add RX multi-buffer supportMaciej Fijalkowski1-8/+1
2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski1-0/+2
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski1-1/+1
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-4/+46
2023-02-02ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski1-6/+11
2023-02-02ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski1-0/+1
2023-02-02ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski1-3/+0
2022-11-23ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko1-1/+1
2022-11-10ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-17/+0
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski1-17/+0
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg1-1/+1
2022-03-15ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller1-1/+1
2022-03-03ice: store VF pointer instead of VF IDJacob Keller1-2/+2
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley1-0/+1
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-2/+16
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+17
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski1-0/+17
2021-12-14ice: Propagate error codesTony Nguyen1-2/+2
2021-12-14ice: Remove enum ice_statusTony Nguyen1-3/+3
2021-12-14ice: Use int for ice_statusTony Nguyen1-2/+2
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-4/+4
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley1-1/+1
2021-10-21ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-6/+28
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-28/+29
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski1-0/+2
2021-10-07ice: introduce new type of VSI for switchdevGrzegorz Nitka1-1/+35
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+9
2021-06-11ice: enable receive hardware timestampingJacob Keller1-2/+3
2021-06-07ice: Refactor ice_setup_rx_ctxKrzysztof Kazimierczak1-47/+73
2021-04-15ice: refactor ITR data structuresJesse Brandeburg1-0/+3
2021-04-15ice: refactor interrupt moderation writesJesse Brandeburg1-17/+5
2021-04-01ice: Add Support for XPSBenita Bose1-0/+23
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski1-0/+18
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson1-2/+4
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-2/+2
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-3/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-8/+8
2020-07-02ice: replace single-element array used for C struct hackBruce Allan1-1/+1
2020-05-31ice: Always clear QRXFLXP_CNTXT before writing new valueBrett Creeley1-22/+11
2020-05-28ice: Check UMEM FQ size when allocating bufsKrzysztof Kazimierczak1-9/+21
2020-05-28ice: avoid undefined behaviorBruce Allan1-2/+3
2020-05-28ice: fix signed vs unsigned comparisonsJesse Brandeburg1-2/+2
2020-05-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-0/+1
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman1-0/+1
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+8