summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/idpf/idpf_txrx.h
Commit message (Expand)AuthorAgeFilesLines
* idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin7 days1-72/+14
* idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin7 days1-24/+28
* idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin7 days1-84/+4
* idpf: merge singleq and splitq &net_device_opsAlexander Lobakin7 days1-6/+3
* idpf: strictly assert cachelines of queue and queue vector structuresAlexander Lobakin7 days1-67/+118
* idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin7 days1-4/+3
* idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin7 days1-153/+287
* idpf: stop using macros for accessing queue descriptorsAlexander Lobakin7 days1-22/+25
* idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin2024-05-271-0/+1
* idpf: make virtchnl2.h self-containedAlexander Lobakin2024-03-281-0/+2
* idpf: add SRIOV support and other ndo_opsJoshua Hay2023-09-131-0/+2
* idpf: add ethtool callbacksAlan Brady2023-09-131-0/+14
* idpf: add singleq start_xmit and napi pollJoshua Hay2023-09-131-0/+70
* idpf: add RX splitq napi poll supportAlan Brady2023-09-131-1/+79
* idpf: add TX splitq napi poll supportJoshua Hay2023-09-131-1/+43
* idpf: add splitq start_xmitJoshua Hay2023-09-131-1/+178
* idpf: initialize interrupts and enable vportPavan Kumar Linga2023-09-131-0/+34
* idpf: configure resources for RX queuesAlan Brady2023-09-131-3/+200
* idpf: configure resources for TX queuesAlan Brady2023-09-131-0/+206
* idpf: add ptypes and MAC filter supportPavan Kumar Linga2023-09-131-0/+113
* idpf: add create vport and netdev configurationPavan Kumar Linga2023-09-131-0/+52
* idpf: add core init and interrupt requestPavan Kumar Linga2023-09-131-0/+38