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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-08
ionic: rearrange ionic_qcq
Shannon Nelson
1
-4
/
+4
2024-03-08
ionic: carry idev in ionic_cq struct
Shannon Nelson
3
-19
/
+6
2024-03-08
ionic: refactor skb building
Shannon Nelson
1
-53
/
+65
2024-03-08
ionic: fold adminq clean into service routine
Shannon Nelson
1
-21
/
+11
2024-03-08
ionic: use specialized desc info structs
Shannon Nelson
5
-86
/
+111
2024-03-08
ionic: remove the cq_info to save more memory
Shannon Nelson
7
-89
/
+38
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
5
-91
/
+57
2024-03-08
ionic: move adminq-notifyq handling to main file
Shannon Nelson
3
-65
/
+67
2024-03-08
ionic: drop q mapping
Shannon Nelson
3
-35
/
+10
2024-03-08
ionic: remove desc, sg_desc and cmb_desc from desc_info
Shannon Nelson
4
-60
/
+45
2024-03-08
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
6
-42
/
+53
2024-03-08
Add Jeff Kirsher to .get_maintainer.ignore
Jakub Kicinski
1
-0
/
+1
2024-03-08
Merge branch 'ipv6-lockless-dump-addrs'
David S. Miller
1
-90
/
+78
2024-03-08
ipv6: remove RTNL protection from inet6_dump_addr()
Eric Dumazet
1
-3
/
+6
2024-03-08
ipv6: use xa_array iterator to implement inet6_dump_addr()
Eric Dumazet
1
-49
/
+30
2024-03-08
ipv6: make in6_dump_addrs() lockless
Eric Dumazet
1
-9
/
+5
2024-03-08
ipv6: make inet6_fill_ifaddr() lockless
Eric Dumazet
1
-29
/
+37
2024-03-08
Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
3
-18
/
+144
2024-03-08
Merge branch 'nexthop-group-stats'
David S. Miller
3
-40
/
+363
2024-03-08
net: nexthop: Expose nexthop group HW stats to user space
Ido Schimmel
3
-8
/
+149
2024-03-08
net: nexthop: Add ability to enable / disable hardware statistics
Ido Schimmel
3
-1
/
+19
2024-03-08
net: nexthop: Add hardware statistics notifications
Ido Schimmel
2
-0
/
+5
2024-03-08
net: nexthop: Expose nexthop group stats to user space
Ido Schimmel
2
-8
/
+117
2024-03-08
net: nexthop: Add nexthop group entry stats
Ido Schimmel
2
-4
/
+37
2024-03-08
net: nexthop: Add NHA_OP_FLAGS
Petr Machata
2
-4
/
+23
2024-03-08
net: nexthop: Adjust netlink policy parsing for a new attribute
Petr Machata
1
-30
/
+28
2024-03-08
octeontx2-pf: Add TC flower offload support for TCP flags
Sai Krishna
5
-2
/
+23
2024-03-08
tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.
fuyuanli
1
-2
/
+8
2024-03-08
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
5
-0
/
+237
2024-03-08
net: chelsio: remove unused function calc_tx_descs
Colin Ian King
1
-14
/
+0
2024-03-07
Merge branch 'netdev-add-per-queue-statistics'
Jakub Kicinski
10
-0
/
+498
2024-03-07
eth: bnxt: support per-queue statistics
Jakub Kicinski
1
-0
/
+65
2024-03-07
netdev: add queue stat for alloc failures
Jakub Kicinski
5
-1
/
+13
2024-03-07
netdev: add per-queue statistics
Jakub Kicinski
9
-0
/
+421
2024-03-07
Merge branch 'net-group-together-hot-data'
Jakub Kicinski
44
-320
/
+391
2024-03-07
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
4
-17
/
+16
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
16
-117
/
+140
2024-03-07
ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata
Eric Dumazet
4
-6
/
+5
2024-03-07
ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdata
Eric Dumazet
4
-2
/
+4
2024-03-07
inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata
Eric Dumazet
4
-4
/
+5
2024-03-07
inet: move tcp_protocol and udp_protocol to net_hotdata
Eric Dumazet
2
-15
/
+17
2024-03-07
ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdata
Eric Dumazet
3
-16
/
+21
2024-03-07
udp: move udpv4_offload and udpv6_offload to net_hotdata
Eric Dumazet
3
-20
/
+20
2024-03-07
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
6
-29
/
+32
2024-03-07
net: move dev_rx_weight to net_hotdata
Eric Dumazet
5
-5
/
+4
2024-03-07
net: move dev_tx_weight to net_hotdata
Eric Dumazet
6
-4
/
+5
2024-03-07
net: move tcpv4_offload and tcpv6_offload to net_hotdata
Eric Dumazet
3
-17
/
+19
2024-03-07
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata
Eric Dumazet
3
-18
/
+23
2024-03-07
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
8
-10
/
+14
2024-03-07
net: move ptype_all into net_hotdata
Eric Dumazet
5
-13
/
+13
[next]