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_lib.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+6
2025-05-19
idpf: fix null-ptr-deref in idpf_features_check
Pavan Kumar Linga
1
-4
/
+6
2025-05-16
idpf: add support for Rx timestamping
Milena Olech
1
-2
/
+4
2025-05-16
idpf: add Tx timestamp flows
Milena Olech
1
-0
/
+55
2025-05-01
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-17
/
+1
2025-04-29
idpf: remove unreachable code from setting mailbox
Michal Swiatkowski
1
-17
/
+1
2025-04-29
idpf: fix potential memory leak on kcalloc() failure
Michal Swiatkowski
1
-8
/
+11
2025-04-28
idpf: fix offloads support for encapsulated packets
Madhu Chittim
1
-38
/
+19
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+22
2025-03-18
idpf: check error for register_netdev() on init
Emil Tantilov
1
-9
/
+22
2025-02-26
idpf: use napi's irq affinity
Ahmed Zaki
1
-0
/
+1
2025-02-11
idpf: call set_real_num_queues in idpf_open
Joshua Hay
1
-0
/
+5
2024-11-04
idpf: fix idpf_vc_core_init error path
Pavan Kumar Linga
1
-0
/
+1
2024-11-04
idpf: avoid vport access in idpf_get_link_ksettings
Pavan Kumar Linga
1
-2
/
+2
2024-08-16
idpf: remove redundant 'req_vec_chunks' NULL check
Pavan Kumar Linga
1
-18
/
+5
2024-08-07
idpf: fix UAFs when destroying the queues
Alexander Lobakin
1
-12
/
+12
2024-08-07
idpf: fix memory leaks and crashes while performing a soft reset
Alexander Lobakin
1
-15
/
+15
2024-07-10
idpf: reuse libeth's definitions of parsed ptype structures
Alexander Lobakin
1
-0
/
+3
2024-07-10
idpf: merge singleq and splitq &net_device_ops
Alexander Lobakin
1
-22
/
+4
2024-07-10
idpf: avoid bloating &idpf_q_vector with big %NR_CPUS
Alexander Lobakin
1
-7
/
+6
2024-07-10
idpf: split &idpf_queue into 4 strictly-typed queue structures
Alexander Lobakin
1
-43
/
+3
2024-05-27
idpf: don't enable NAPI and interrupts prior to allocating Rx buffers
Alexander Lobakin
1
-0
/
+1
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-03-04
idpf: remove dealloc vector msg err in idpf_intr_rel
Alan Brady
1
-8
/
+1
2024-03-04
idpf: cleanup virtchnl cruft
Alan Brady
1
-23
/
+2
2024-03-04
idpf: refactor idpf_recv_mb_msg
Alan Brady
1
-1
/
+1
2024-03-04
idpf: implement virtchnl transaction manager
Alan Brady
1
-0
/
+2
2024-03-04
idpf: add idpf_virtchnl.h
Alan Brady
1
-0
/
+1
2024-01-21
idpf: distinguish vports by the dev_port attribute
Michal Schmidt
1
-0
/
+2
2023-12-13
idpf: add get/set for Ethtool's header split ringparam
Michal Kubiak
1
-0
/
+65
2023-09-13
idpf: add SRIOV support and other ndo_ops
Joshua Hay
1
-3
/
+641
2023-09-13
idpf: add ethtool callbacks
Alan Brady
1
-0
/
+172
2023-09-13
idpf: add singleq start_xmit and napi poll
Joshua Hay
1
-0
/
+1
2023-09-13
idpf: add TX splitq napi poll support
Joshua Hay
1
-0
/
+2
2023-09-13
idpf: add splitq start_xmit
Joshua Hay
1
-0
/
+1
2023-09-13
idpf: initialize interrupts and enable vport
Pavan Kumar Linga
1
-2
/
+261
2023-09-13
idpf: configure resources for RX queues
Alan Brady
1
-1
/
+41
2023-09-13
idpf: configure resources for TX queues
Alan Brady
1
-0
/
+160
2023-09-13
idpf: add ptypes and MAC filter support
Pavan Kumar Linga
1
-1
/
+186
2023-09-13
idpf: add create vport and netdev configuration
Pavan Kumar Linga
1
-0
/
+431
2023-09-13
idpf: add core init and interrupt request
Pavan Kumar Linga
1
-1
/
+347
2023-09-13
idpf: add controlq init and reset checks
Joshua Hay
1
-0
/
+144