aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/idpf/idpf_txrx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-30idpf: fix a race in txq wakeupBrian Vazquez1-8/+0
2025-05-16idpf: add support for Rx timestampingMilena Olech1-1/+6
2025-05-16idpf: add Tx timestamp flowsMilena Olech1-2/+9
2025-02-26idpf: use napi's irq affinityAhmed Zaki1-4/+2
2025-02-14libeth: move idpf_rx_csum_decoded and idpf_rx_extractedMateusz Polchlopek1-19/+0
2024-12-17idpf: add support for SW triggered interruptsJoshua Hay1-1/+7
2024-10-08idpf: 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-27idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin1-0/+1
2024-03-28idpf: make virtchnl2.h self-containedAlexander Lobakin1-0/+2
2023-09-13idpf: add SRIOV support and other ndo_opsJoshua Hay1-0/+2
2023-09-13idpf: add ethtool callbacksAlan Brady1-0/+14
2023-09-13idpf: add singleq start_xmit and napi pollJoshua Hay1-0/+70
2023-09-13idpf: add RX splitq napi poll supportAlan Brady1-1/+79
2023-09-13idpf: add TX splitq napi poll supportJoshua Hay1-1/+43
2023-09-13idpf: add splitq start_xmitJoshua Hay1-1/+178
2023-09-13idpf: initialize interrupts and enable vportPavan Kumar Linga1-0/+34
2023-09-13idpf: configure resources for RX queuesAlan Brady1-3/+200
2023-09-13idpf: configure resources for TX queuesAlan Brady1-0/+206
2023-09-13idpf: add ptypes and MAC filter supportPavan Kumar Linga1-0/+113
2023-09-13idpf: add create vport and netdev configurationPavan Kumar Linga1-0/+52
2023-09-13idpf: add core init and interrupt requestPavan Kumar Linga1-0/+38