summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
AgeCommit message (Expand)Author
4 daysnet: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-04-18ice: fix race condition in TX timestamp ring cleanupKeita Morisaki
2026-04-18ice: fix double-free of tx_buf skbMichal Schmidt
2026-03-05ice: fix rxq info registering in mbuf packetsLarysa Zaremba
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-02-06ice: Remove jumbo_remove step from TX pathAlice Mikityanska
2026-01-26ice: reshuffle and group Rx and Tx queue fields by cachelinesAlexander Lobakin
2026-01-26ice: shorten ring stat names and add accessorsJacob Keller
2026-01-26ice: use u64_stats API to access pkts/bytes in dim sampleJacob 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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-16ice: fix Rx page leak on multi-buffer framesJacob Keller
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski
2025-08-25ice: fix incorrect counter for buffer allocation failuresMichal Kubiak
2025-06-09ice: add a separate Rx handler for flow director commandsMichal Kubiak
2025-04-11ice: support egress drop rules on PFLarysa Zaremba
2025-03-18ice: Add E830 checksum offload supportPaul Greenwalt
2025-03-05ice: Fix switchdev slow-path in LAGMarcin Szycik
2025-01-31ice: stop storing XDP verdict within ice_rx_bufMaciej Fijalkowski
2025-01-31ice: gather page_count()'s of each frag right before XDP prog callMaciej Fijalkowski
2025-01-31ice: put Rx buffers after being done with current frameMaciej Fijalkowski
2024-11-03dim: pass dim_sample to net_dim() by referenceCaleb Sander Mateos
2024-09-06ice: don't set target VSI for subfunctionMichal Swiatkowski
2024-08-20ice: fix truesize operations for PAGE_SIZE >= 8192Maciej Fijalkowski
2024-08-20ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski
2024-08-20ice: fix page reuse when PAGE_SIZE is over 8kMaciej Fijalkowski
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski
2024-01-24ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski
2024-01-24ice: work on pre-XDP prog frag countMaciej Fijalkowski
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2023-12-18ice: field prep conversionJesse Brandeburg
2023-12-13ice: Implement VLAN tag hintLarysa Zaremba
2023-12-13ice: Introduce ice_xdp_buffLarysa Zaremba
2023-12-13ice: Make ptype internal to descriptor info processingLarysa Zaremba
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski
2023-05-12ice: Fix undersized tx_flags variableJan Sokolowski
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg
2023-03-21ice: fix rx buffers handling for flow director packetsPiotr Raczynski
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-14ice: add support BIG TCP on IPv6Pawel Chmielewski
2023-02-13ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin
2023-02-13ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin