summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_txrx.h
AgeCommit message (Expand)Author
2023-11-14i40e: Consolidate hardware capabilitiesIvan Vecera
2023-11-14i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera
2023-11-14i40e: Remove _t suffix from enum type namesIvan Vecera
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera
2023-07-19i40e: xsk: add RX multi-buffer supportTirthendu Sarkar
2023-03-09i40e: add support for XDP multi-buffer RxTirthendu Sarkar
2023-03-09i40e: add xdp_buff to i40e_ring structTirthendu Sarkar
2023-03-09i40e: introduce next_to_process to i40e_ringTirthendu Sarkar
2023-03-09i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski
2022-04-12i40e: Add tx_stopped statJoe Damato
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato
2022-02-03i40e: Remove unused RX realloc statJoe Damato
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson
2021-07-23i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski
2021-02-12i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski
2020-11-17i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson
2020-06-25i40e: remove unused definesJesse Brandeburg
2020-05-21i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2018-08-29i40e: add AF_XDP zero-copy Rx supportBjörn Töpel
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer
2018-04-17i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer
2018-03-26i40e: add support for XDP_REDIRECTBjörn Töpel
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-02-26i40e/i40evf: use SW variables for hang detectionAlan Brady
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck
2018-02-12i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck
2018-01-29i40e/i40evf: Update DESC_NEEDED value to reflect larger valueAlexander Duyck
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari
2018-01-05i40e: setup xdp_rxq_infoJesper Dangaard Brouer
2017-10-13i40e: Add infrastructure for queue channel supportAmritha Nambiar
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller