summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf_txrx.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-19idpf: fix a race in txq wakeupBrian Vazquez1-8/+0
2025-04-10idpf: Don't hard code napi_struct sizeJoe Damato1-1/+2
2024-09-09idpf: enable WB_ON_ITRJoshua Hay1-1/+26
2024-09-09idpf: fix netdev Tx queue stop/wakeMichal Kubiak1-1/+8
2024-09-09idpf: refactor Tx completion routinesJoshua Hay1-3/+3
2024-09-09idpf: convert to libeth Tx buffer completionAlexander Lobakin1-48/+2
2024-07-10idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin1-72/+14
2024-07-10idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin1-24/+28
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin1-84/+4
2024-07-10idpf: merge singleq and splitq &net_device_opsAlexander Lobakin1-6/+3
2024-07-10idpf: strictly assert cachelines of queue and queue vector structuresAlexander Lobakin1-67/+118
2024-07-10idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin1-4/+3
2024-07-10idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin1-153/+287
2024-07-10idpf: stop using macros for accessing queue descriptorsAlexander Lobakin1-22/+25
2024-05-28idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin1-0/+1
2024-03-29idpf: make virtchnl2.h self-containedAlexander Lobakin1-0/+2
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay1-0/+2
2023-09-14idpf: add ethtool callbacksAlan Brady1-0/+14
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+70
2023-09-14idpf: add RX splitq napi poll supportAlan Brady1-1/+79
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay1-1/+43
2023-09-14idpf: add splitq start_xmitJoshua Hay1-1/+178
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga1-0/+34
2023-09-14idpf: configure resources for RX queuesAlan Brady1-3/+200
2023-09-14idpf: configure resources for TX queuesAlan Brady1-0/+206
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga1-0/+113
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+52
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga1-0/+38