summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Add helper to access main VSIIvan Vecera2024-04-301-4/+4
* i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera2024-04-301-4/+6
* net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin2024-04-241-55/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-041-21/+61
|\
| * i40e: Enforce software interrupt during busy-poll exitIvan Vecera2024-03-261-21/+61
* | net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2024-03-281-3/+1
|/
* i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski2024-01-241-9/+0
* i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar2024-01-241-17/+23
* i40e: field get conversionJesse Brandeburg2023-12-181-19/+10
* i40e: field prep conversionJesse Brandeburg2023-12-181-24/+17
* i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera2023-11-141-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-2/+9
|\
| * i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera2023-10-241-1/+1
| * i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar2023-10-201-1/+8
* | i40e: Remove circular header dependencies and fix headersIvan Vecera2023-10-051-4/+3
* | net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2023-10-031-1/+1
|/
* i40e: xsk: add RX multi-buffer supportTirthendu Sarkar2023-07-191-2/+2
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-4/+4
|\
| * i40e: fix flow director packet filter programmingRadoslaw Tyl2023-03-211-4/+4
* | i40e: add support for XDP multi-buffer RxTirthendu Sarkar2023-03-091-107/+207
* | i40e: add xdp_buff to i40e_ring structTirthendu Sarkar2023-03-091-20/+13
* | i40e: introduce next_to_process to i40e_ringTirthendu Sarkar2023-03-091-11/+15
* | i40e: use frame_sz instead of recalculating truesize for building skbTirthendu Sarkar2023-03-091-16/+4
* | i40e: Change size to truesize when using i40e_rx_buffer_flip()Tirthendu Sarkar2023-03-091-35/+19
* | i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar2023-03-091-15/+8
|/
* i40e: Add i40e_napi_poll tracepointJoe Damato2022-11-021-0/+4
* i40e: Record number of RXes cleaned during NAPIJoe Damato2022-11-021-3/+9
* i40e: Record number TXes cleaned during NAPIJoe Damato2022-11-021-3/+8
* i40e: Fix DMA mappings leakJan Sokolowski2022-10-141-8/+5
* i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski2022-09-021-1/+2
* i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-08-161-3/+5
* intel: remove unused macrosJesse Brandeburg2022-06-301-1/+0
* i40e: read the XDP program once per NAPICiara Loftus2022-06-241-5/+6
* intel/i40e: delete if NULL check before dev_kfree_skbBernard Zhao2022-06-211-4/+2
* i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-06-151-25/+62
* i40e: Add tx_stopped statJoe Damato2022-04-121-0/+2
* i40e: Add support for MPLS + TSOJoe Damato2022-04-121-17/+30
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-11/+0
|\
| * i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-271-11/+0
* | i40e: Add a stat for tracking busy rx pagesJoe Damato2022-02-081-4/+8
* | i40e: Add a stat for tracking pages waivedJoe Damato2022-02-081-3/+10
* | i40e: Add a stat tracking new RX page allocationsJoe Damato2022-02-081-0/+2
* | i40e: Remove rx page reuse double countJoe Damato2022-02-081-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | i40e: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
|/
* i40e: Fix ATR queue selectionArkadiusz Kubalewski2021-08-191-2/+1
* i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski2021-07-231-0/+50
* intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-2/+0