index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
idpf
/
idpf_txrx.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-30
idpf: fix a race in txq wakeup
Brian Vazquez
1
-8
/
+0
2025-05-16
idpf: add support for Rx timestamping
Milena Olech
1
-1
/
+6
2025-05-16
idpf: add Tx timestamp flows
Milena Olech
1
-2
/
+9
2025-02-26
idpf: use napi's irq affinity
Ahmed Zaki
1
-4
/
+2
2025-02-14
libeth: move idpf_rx_csum_decoded and idpf_rx_extracted
Mateusz Polchlopek
1
-19
/
+0
2024-12-17
idpf: add support for SW triggered interrupts
Joshua Hay
1
-1
/
+7
2024-10-08
idpf: Don't hard code napi_struct size
Joe Damato
1
-1
/
+2
2024-09-09
idpf: enable WB_ON_ITR
Joshua Hay
1
-1
/
+26
2024-09-09
idpf: fix netdev Tx queue stop/wake
Michal Kubiak
1
-1
/
+8
2024-09-09
idpf: refactor Tx completion routines
Joshua Hay
1
-3
/
+3
2024-09-09
idpf: convert to libeth Tx buffer completion
Alexander Lobakin
1
-48
/
+2
2024-07-10
idpf: use libeth Rx buffer management for payload buffer
Alexander Lobakin
1
-72
/
+14
2024-07-10
idpf: convert header split mode to libeth + napi_build_skb()
Alexander Lobakin
1
-24
/
+28
2024-07-10
idpf: reuse libeth's definitions of parsed ptype structures
Alexander Lobakin
1
-84
/
+4
2024-07-10
idpf: merge singleq and splitq &net_device_ops
Alexander Lobakin
1
-6
/
+3
2024-07-10
idpf: strictly assert cachelines of queue and queue vector structures
Alexander Lobakin
1
-67
/
+118
2024-07-10
idpf: avoid bloating &idpf_q_vector with big %NR_CPUS
Alexander Lobakin
1
-4
/
+3
2024-07-10
idpf: split &idpf_queue into 4 strictly-typed queue structures
Alexander Lobakin
1
-153
/
+287
2024-07-10
idpf: stop using macros for accessing queue descriptors
Alexander Lobakin
1
-22
/
+25
2024-05-27
idpf: don't enable NAPI and interrupts prior to allocating Rx buffers
Alexander Lobakin
1
-0
/
+1
2024-03-28
idpf: make virtchnl2.h self-contained
Alexander Lobakin
1
-0
/
+2
2023-09-13
idpf: add SRIOV support and other ndo_ops
Joshua Hay
1
-0
/
+2
2023-09-13
idpf: add ethtool callbacks
Alan Brady
1
-0
/
+14
2023-09-13
idpf: add singleq start_xmit and napi poll
Joshua Hay
1
-0
/
+70
2023-09-13
idpf: add RX splitq napi poll support
Alan Brady
1
-1
/
+79
2023-09-13
idpf: add TX splitq napi poll support
Joshua Hay
1
-1
/
+43
2023-09-13
idpf: add splitq start_xmit
Joshua Hay
1
-1
/
+178
2023-09-13
idpf: initialize interrupts and enable vport
Pavan Kumar Linga
1
-0
/
+34
2023-09-13
idpf: configure resources for RX queues
Alan Brady
1
-3
/
+200
2023-09-13
idpf: configure resources for TX queues
Alan Brady
1
-0
/
+206
2023-09-13
idpf: add ptypes and MAC filter support
Pavan Kumar Linga
1
-0
/
+113
2023-09-13
idpf: add create vport and netdev configuration
Pavan Kumar Linga
1
-0
/
+52
2023-09-13
idpf: add core init and interrupt request
Pavan Kumar Linga
1
-0
/
+38