aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-26ice: use napi's irq affinity and rmap IRQ notifiersAhmed Zaki1-5/+2
2025-02-14ice: support Rx timestamp on flex descriptorSimei Su1-3/+0
2025-02-05ice: get rid of num_lan_msix fieldMichal Swiatkowski1-6/+4
2024-12-11ice: move prefetch enable to ice_setup_rx_ctxJacob Keller1-0/+3
2024-12-11ice: use <linux/packing.h> for Tx and Rx queue context dataJacob Keller1-2/+1
2024-12-11ice: use structures to keep track of queue context sizeJacob Keller1-1/+1
2024-11-13ice: Add support for persistent NAPI configJoe Damato1-1/+2
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski1-0/+2
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu1-0/+2
2024-10-08ice: store max_frame and rx_buf_len only in ice_rx_ringJacob Keller1-16/+18
2024-09-06ice: add new VSI type for subfunctionsPiotr Raczynski1-1/+4
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba1-8/+3
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski1-1/+20
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski1-2/+2
2024-06-05ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba1-0/+3
2024-04-12ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller1-1/+2
2024-03-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-35/+9
2024-03-25ice: do switchdev slow-path Rx using PF VSIMichal Swiatkowski1-0/+8
2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski1-35/+1
2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook1-2/+2
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar1-6/+4
2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski1-1/+75
2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski1-1/+57
2024-01-24ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-14/+23
2024-01-02ice: ice_base.c: Add const modifier to params and varsJan Glaza1-3/+3
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-20/+12
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+15
2023-12-18ice: field get conversionJesse Brandeburg1-8/+4
2023-12-18ice: field prep conversionJesse Brandeburg1-12/+8
2023-12-13ice: Support XDP hints in AF_XDP ZC modeLarysa Zaremba1-0/+14
2023-12-13ice: Support HW timestamp hintLarysa Zaremba1-0/+1
2023-12-04ice: Add support in the driver for associating queue with napiAmritha Nambiar1-2/+10
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-20Merge 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-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski1-6/+11
2023-02-01ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski1-0/+1
2023-02-01ice: 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-09ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski1-1/+1
2022-09-28net: 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-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller1-1/+1