summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/idpf/idpf_singleq_txrx.c
Commit message (Expand)AuthorAgeFilesLines
* idpf: enable WB_ON_ITRJoshua Hay2024-09-091-1/+5
* idpf: fix netdev Tx queue stop/wakeMichal Kubiak2024-09-091-0/+4
* idpf: refactor Tx completion routinesJoshua Hay2024-09-091-10/+14
* idpf: convert to libeth Tx buffer completionAlexander Lobakin2024-09-091-52/+30
* idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin2024-07-101-13/+14
* idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin2024-07-101-0/+1
* idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin2024-07-101-64/+49
* idpf: merge singleq and splitq &net_device_opsAlexander Lobakin2024-07-101-29/+2
* idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin2024-07-101-68/+76
* idpf: stop using macros for accessing queue descriptorsAlexander Lobakin2024-07-101-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-1/+0
|\
| * idpf: fix corrupted frames and skb leaks in singleq modeAlexander Lobakin2023-12-261-1/+0
* | idpf: refactor some missing field get/prep conversionsJesse Brandeburg2023-12-181-4/+3
|/
* idpf: add singleq start_xmit and napi pollJoshua Hay2023-09-131-2/+1117
* idpf: initialize interrupts and enable vportPavan Kumar Linga2023-09-131-0/+11
* idpf: configure resources for RX queuesAlan Brady2023-09-131-0/+57