index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
idpf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-04
idpf: fix idpf_vc_core_init error path
Pavan Kumar Linga
2
-1
/
+1
2024-11-04
idpf: avoid vport access in idpf_get_link_ksettings
Pavan Kumar Linga
4
-13
/
+8
2024-09-30
idpf: deinit virtchnl transaction manager after vport and vectors
Larysa Zaremba
1
-1
/
+1
2024-09-30
idpf: use actual mbx receive payload length
Joshua Hay
1
-8
/
+1
2024-09-30
idpf: fix VF dynamic interrupt ctl register initialization
Ahmed Zaki
1
-0
/
+1
2024-09-09
idpf: enable WB_ON_ITR
Joshua Hay
5
-3
/
+41
2024-09-09
idpf: fix netdev Tx queue stop/wake
Michal Kubiak
3
-27
/
+21
2024-09-09
idpf: refactor Tx completion routines
Joshua Hay
3
-76
/
+122
2024-09-09
idpf: convert to libeth Tx buffer completion
Alexander Lobakin
3
-232
/
+105
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
2
-35
/
+13
2024-08-07
idpf: fix memleak in vport interrupt configuration
Michal Kubiak
1
-11
/
+8
2024-08-07
idpf: fix memory leaks and crashes while performing a soft reset
Alexander Lobakin
1
-15
/
+15
2024-07-10
idpf: use libeth Rx buffer management for payload buffer
Alexander Lobakin
6
-246
/
+120
2024-07-10
idpf: convert header split mode to libeth + napi_build_skb()
Alexander Lobakin
4
-116
/
+204
2024-07-10
idpf: remove legacy Page Pool Ethtool stats
Alexander Lobakin
2
-29
/
+1
2024-07-10
idpf: reuse libeth's definitions of parsed ptype structures
Alexander Lobakin
8
-252
/
+153
2024-07-10
idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQ
Alexander Lobakin
5
-7
/
+43
2024-07-10
idpf: merge singleq and splitq &net_device_ops
Alexander Lobakin
4
-63
/
+20
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
3
-18
/
+22
2024-07-10
idpf: split &idpf_queue into 4 strictly-typed queue structures
Alexander Lobakin
7
-728
/
+1018
2024-07-10
idpf: stop using macros for accessing queue descriptors
Alexander Lobakin
5
-50
/
+52
2024-05-27
idpf: don't enable NAPI and interrupts prior to allocating Rx buffers
Alexander Lobakin
3
-5
/
+9
2024-05-23
idpf: Interpret .set_channels() input differently
Larysa Zaremba
1
-15
/
+6
2024-05-16
idpf: don't skip over ethtool tcp-data-split setting
Michal Schmidt
1
-1
/
+2
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-04-03
idpf: fix kernel panic on unknown packet types
Joshua Hay
1
-2
/
+2
2024-03-28
idpf: sprinkle __counted_by{,_le}() in the virtchnl2 header
Alexander Lobakin
1
-10
/
+10
2024-03-28
idpf: make virtchnl2.h self-contained
Alexander Lobakin
2
-2
/
+4
2024-03-28
net: remove gfp_mask from napi_alloc_skb()
Jakub Kicinski
1
-3
/
+2
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2024-03-05
idpf: disable local BH when scheduling napi for marker packets
Emil Tantilov
1
-0
/
+2
2024-03-04
idpf: remove dealloc vector msg err in idpf_intr_rel
Alan Brady
1
-8
/
+1
2024-03-04
idpf: fix minor controlq issues
Alan Brady
1
-5
/
+2
2024-03-04
idpf: prevent deinit uninitialized virtchnl core
Alan Brady
2
-2
/
+10
2024-03-04
idpf: cleanup virtchnl cruft
Alan Brady
4
-125
/
+3
2024-03-04
idpf: refactor idpf_recv_mb_msg
Alan Brady
3
-222
/
+37
2024-03-04
idpf: add async_handler for MAC filter messages
Alan Brady
1
-0
/
+70
2024-03-04
idpf: refactor remaining virtchnl messages
Alan Brady
1
-596
/
+298
2024-03-04
idpf: refactor queue related virtchnl messages
Alan Brady
2
-259
/
+136
2024-03-04
idpf: refactor vport virtchnl messages
Alan Brady
1
-116
/
+69
2024-03-04
idpf: implement virtchnl transaction manager
Alan Brady
7
-73
/
+561
2024-03-04
idpf: add idpf_virtchnl.h
Alan Brady
8
-50
/
+77
2024-02-01
idpf: avoid compiler padding in virtchnl2_ptype struct
Pavan Kumar Linga
1
-1
/
+1
2024-01-21
idpf: distinguish vports by the dev_port attribute
Michal Schmidt
1
-0
/
+2
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+4
2023-12-26
idpf: avoid compiler introduced padding in virtchnl2_rss_key struct
Pavan Kumar Linga
1
-3
/
+3
2023-12-26
idpf: fix corrupted frames and skb leaks in singleq mode
Alexander Lobakin
2
-2
/
+1
[next]