summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_base.c
AgeCommit message (Expand)Author
2026-03-05ice: change XDP RxQ frag_size from DMA write length to xdp.frame_szLarysa Zaremba
2026-03-05ice: fix rxq info registering in mbuf packetsLarysa Zaremba
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2026-02-25ice: fix crash in ethtool offline loopback testMichal Schmidt
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26ice: remove ice_q_stats struct and use struct_groupJacob Keller
2025-10-29ice: implement configurable header split for regular RxAlexander Lobakin
2025-10-29ice: switch to Page PoolMichal Kubiak
2025-10-29ice: drop page splitting and recyclingMichal Kubiak
2025-10-29ice: remove legacy Rx and construct SKBMichal Kubiak
2025-09-19ice: add E830 Earliest TxTime First Offload supportPaul Greenwalt
2025-09-19ice: move ice_qp_[ena|dis] for reusePaul Greenwalt
2025-07-25net: Fix typosBjorn Helgaas
2025-06-09ice: add a separate Rx handler for flow director commandsMichal Kubiak
2025-02-26ice: use napi's irq affinity and rmap IRQ notifiersAhmed Zaki
2025-02-14ice: support Rx timestamp on flex descriptorSimei Su
2025-02-05ice: get rid of num_lan_msix fieldMichal Swiatkowski
2024-12-11ice: move prefetch enable to ice_setup_rx_ctxJacob Keller
2024-12-11ice: use <linux/packing.h> for Tx and Rx queue context dataJacob Keller
2024-12-11ice: use structures to keep track of queue context sizeJacob Keller
2024-11-13ice: Add support for persistent NAPI configJoe Damato
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu
2024-10-08ice: store max_frame and rx_buf_len only in ice_rx_ringJacob Keller
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski
2024-06-05ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba
2024-04-12ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller
2024-03-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-03-25ice: do switchdev slow-path Rx using PF VSIMichal Swiatkowski
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski
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