summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_txrx.c
AgeCommit message (Expand)Author
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
2023-02-13ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin
2023-02-13ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin
2023-02-01ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski
2023-02-01ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski
2023-02-01ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski
2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski
2023-02-01ice: Use xdp->frame_sz instead of recalculating truesizeMaciej Fijalkowski
2023-02-01ice: Do not call ice_finalize_xdp_rx() unnecessarilyMaciej Fijalkowski
2023-02-01ice: Centrallize Rx buffer recyclingMaciej Fijalkowski
2023-02-01ice: Inline eop checkMaciej Fijalkowski
2023-02-01ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski
2023-02-01ice: Store page count inside ice_rx_bufMaciej 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
2023-01-19ice: Remove cppcheck suppressionsTony Nguyen
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba
2022-08-16ice: track Tx timestamp stats similar to other Intel driversJacob Keller
2022-07-26ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski
2022-04-12ice: Add mpls+tso supportJoe Damato
2022-03-09ice: avoid XDP checks in ice_clean_tx_irq()Maciej Fijalkowski
2022-03-03ice: store VF pointer instead of VF IDJacob Keller
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley
2022-01-31ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin
2022-01-27ice: xsk: Improve AF_XDP ZC Tx and use batching APIMaciej Fijalkowski
2022-01-27ice: xsk: Avoid potential dead AF_XDP Tx processingMaciej Fijalkowski
2022-01-27ice: Remove likely for napi_complete_doneMaciej Fijalkowski
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-28ice: switch to napi_build_skb()Alexander Lobakin