summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-30i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera1-1/+1
2024-03-26i40e: Enforce software interrupt during busy-poll exitIvan Vecera1-0/+1
2023-11-15i40e: Consolidate hardware capabilitiesIvan Vecera1-1/+1
2023-11-15i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera1-2/+2
2023-11-15i40e: Remove _t suffix from enum type namesIvan Vecera1-2/+2
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera1-0/+1
2023-07-19i40e: xsk: add RX multi-buffer supportTirthendu Sarkar1-0/+2
2023-03-10i40e: add support for XDP multi-buffer RxTirthendu Sarkar1-8/+0
2023-03-10i40e: add xdp_buff to i40e_ring structTirthendu Sarkar1-0/+7
2023-03-10i40e: introduce next_to_process to i40e_ringTirthendu Sarkar1-0/+4
2023-03-10i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar1-0/+1
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski1-1/+0
2022-04-12i40e: Add tx_stopped statJoe Damato1-0/+1
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+0
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato1-0/+1
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato1-0/+1
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato1-0/+1
2022-02-04i40e: Remove unused RX realloc statJoe Damato1-1/+0
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson1-1/+0
2021-07-23i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski1-0/+2
2021-02-12i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski1-0/+1
2020-11-18i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson1-0/+1
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+0
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+1
2020-07-02i40e: optimize AF_XDP Tx completion pathMagnus Karlsson1-0/+1
2020-06-26i40e: remove unused definesJesse Brandeburg1-25/+0
2020-05-22i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-8/+1
2020-05-22i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel1-11/+11
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel1-7/+13
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer1-1/+0
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-1/+2
2018-05-25xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer1-1/+1
2018-04-17i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer1-0/+1
2018-03-27i40e: add support for XDP_REDIRECTBjörn Töpel1-0/+2
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-26i40e/i40evf: use SW variables for hang detectionAlan Brady1-1/+1
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-9/+8
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-1/+2
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck1-20/+25
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-2/+1
2018-01-29i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck1-1/+1
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari1-0/+2
2018-01-06i40e: setup xdp_rxq_infoJesper Dangaard Brouer1-0/+3
2017-10-13i40e: Add infrastructure for queue channel supportAmritha Nambiar1-0/+2
2017-10-10i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller1-1/+1
2017-10-10i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller1-2/+4