aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_base.c
AgeCommit message (Expand)Author
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar
2024-01-24ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski
2024-01-02ice: ice_base.c: Add const modifier to params and varsJan Glaza
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18ice: field get conversionJesse Brandeburg
2023-12-18ice: field prep conversionJesse Brandeburg
2023-12-13ice: Support XDP hints in AF_XDP ZC modeLarysa Zaremba
2023-12-13ice: Support HW timestamp hintLarysa Zaremba
2023-12-04ice: Add support in the driver for associating queue with napiAmritha Nambiar
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-19ice: xsk: add RX multi-buffer supportMaciej Fijalkowski
2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski
2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski
2023-05-16ice: add individual interrupt allocationPiotr Raczynski
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski
2023-02-01ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski
2023-02-01ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski
2022-11-23ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko
2022-11-09ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski
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