开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
idpf
/
idpf_txrx.h
Age
Commit message (
Expand
)
Author
2024-12-17
idpf: add support for SW triggered interrupts
Joshua Hay
2024-10-08
idpf: Don't hard code napi_struct size
Joe Damato
2024-09-09
idpf: enable WB_ON_ITR
Joshua Hay
2024-09-09
idpf: fix netdev Tx queue stop/wake
Michal Kubiak
2024-09-09
idpf: refactor Tx completion routines
Joshua Hay
2024-09-09
idpf: convert to libeth Tx buffer completion
Alexander Lobakin
2024-07-10
idpf: use libeth Rx buffer management for payload buffer
Alexander Lobakin
2024-07-10
idpf: convert header split mode to libeth + napi_build_skb()
Alexander Lobakin
2024-07-10
idpf: reuse libeth's definitions of parsed ptype structures
Alexander Lobakin
2024-07-10
idpf: merge singleq and splitq &net_device_ops
Alexander Lobakin
2024-07-10
idpf: strictly assert cachelines of queue and queue vector structures
Alexander Lobakin
2024-07-10
idpf: avoid bloating &idpf_q_vector with big %NR_CPUS
Alexander Lobakin
2024-07-10
idpf: split &idpf_queue into 4 strictly-typed queue structures
Alexander Lobakin
2024-07-10
idpf: stop using macros for accessing queue descriptors
Alexander Lobakin
2024-05-27
idpf: don't enable NAPI and interrupts prior to allocating Rx buffers
Alexander Lobakin
2024-03-28
idpf: make virtchnl2.h self-contained
Alexander Lobakin
2023-09-13
idpf: add SRIOV support and other ndo_ops
Joshua Hay
2023-09-13
idpf: add ethtool callbacks
Alan Brady
2023-09-13
idpf: add singleq start_xmit and napi poll
Joshua Hay
2023-09-13
idpf: add RX splitq napi poll support
Alan Brady
2023-09-13
idpf: add TX splitq napi poll support
Joshua Hay
2023-09-13
idpf: add splitq start_xmit
Joshua Hay
2023-09-13
idpf: initialize interrupts and enable vport
Pavan Kumar Linga
2023-09-13
idpf: configure resources for RX queues
Alan Brady
2023-09-13
idpf: configure resources for TX queues
Alan Brady
2023-09-13
idpf: add ptypes and MAC filter support
Pavan Kumar Linga
2023-09-13
idpf: add create vport and netdev configuration
Pavan Kumar Linga
2023-09-13
idpf: add core init and interrupt request
Pavan Kumar Linga