aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_txrx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-25ice: do switchdev slow-path Rx using PF VSIMichal Swiatkowski1-0/+1
2024-01-24ice: work on pre-XDP prog frag countMaciej Fijalkowski1-0/+1
2023-12-13ice: Implement VLAN tag hintLarysa Zaremba1-1/+5
2023-12-13ice: Support HW timestamp hintLarysa Zaremba1-1/+9
2023-12-13ice: Introduce ice_xdp_buffLarysa Zaremba1-3/+15
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller1-1/+0
2023-05-12ice: Fix undersized tx_flags variableJan Sokolowski1-6/+3
2023-02-13ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin1-0/+3
2023-02-13ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin1-9/+25
2023-02-01ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski1-0/+1
2023-02-01ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski1-2/+0
2023-02-01ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski1-3/+9
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski1-14/+20
2023-02-01ice: Centrallize Rx buffer recyclingMaciej Fijalkowski1-0/+1
2023-02-01ice: Store page count inside ice_rx_bufMaciej Fijalkowski1-1/+2
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-0/+2
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko1-6/+12
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg1-1/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2022-05-17ice: Fix interrupt moderation settings getting clearedMichal Wilczynski1-3/+8
2022-04-15ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski1-0/+1
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-0/+3
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley1-0/+3
2022-01-27ice: xsk: Borrow xdp_tx_active logic from i40eMaciej Fijalkowski1-0/+1
2022-01-27ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski1-3/+3
2022-01-27ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski1-1/+0
2022-01-27ice: xsk: Handle SW XDP ring wrap and bump tail more oftenMaciej Fijalkowski1-0/+2
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski1-1/+0
2021-10-20ice: Add infrastructure for mqprio support via ndo_setup_tcKiran Patil1-0/+7
2021-10-15ice: introduce XDP_TX fallback pathMaciej Fijalkowski1-0/+1
2021-10-15ice: optimize XDP_TX workloadsMaciej Fijalkowski1-4/+6
2021-10-15ice: propagate xdp_ring onto rx_ringMaciej Fijalkowski1-0/+1
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-40/+69
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski1-0/+6
2021-10-15ice: remove ring_active from ice_ringMaciej Fijalkowski1-2/+0
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-11/+5
2021-09-28ice: Add DSCP supportDave Ertman1-0/+3
2021-09-28ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson1-11/+5
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-0/+3
2021-06-11ice: enable receive hardware timestampingJacob Keller1-0/+2
2021-04-14ice: refactor ITR data structuresJesse Brandeburg1-16/+14
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-5/+1
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan1-1/+0
2021-03-31ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr1-0/+2
2021-03-31ice: Add Support for XPSBenita Bose1-0/+6
2021-02-12ice: store the result of ice_rx_offset() onto ice_ringMaciej Fijalkowski1-0/+1
2021-02-12ice: move skb pointer from rx_buf to rx_ringMaciej Fijalkowski1-1/+1
2021-02-08ice: fix writeback enable logicJesse Brandeburg1-1/+0
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+1