summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-30idpf: fix a race in txq wakeupBrian Vazquez1-4/+5
2025-04-30idpf: assign extracted ptype to struct libeth_rqe_info fieldMateusz Polchlopek1-14/+11
2025-02-14libeth: move idpf_rx_csum_decoded and idpf_rx_extractedMateusz Polchlopek1-24/+27
2024-09-09idpf: enable WB_ON_ITRJoshua Hay1-1/+5
2024-09-09idpf: fix netdev Tx queue stop/wakeMichal Kubiak1-0/+4
2024-09-09idpf: refactor Tx completion routinesJoshua Hay1-10/+14
2024-09-09idpf: convert to libeth Tx buffer completionAlexander Lobakin1-52/+30
2024-07-10idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin1-13/+14
2024-07-10idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin1-0/+1
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin1-64/+49
2024-07-10idpf: merge singleq and splitq &net_device_opsAlexander Lobakin1-29/+2
2024-07-10idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin1-68/+76
2024-07-10idpf: stop using macros for accessing queue descriptorsAlexander Lobakin1-10/+10
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2023-12-26idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin1-1/+0
2023-12-18idpf: refactor some missing field get/prep conversionsJesse Brandeburg1-4/+3
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay1-2/+1117
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga1-0/+11
2023-09-14idpf: configure resources for RX queuesAlan Brady1-0/+57