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
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
2024-03-07
net: move netdev_tstamp_prequeue into net_hotdata
Eric Dumazet
5
-7
/
+9
2024-03-07
net: move netdev_budget and netdev_budget to net_hotdata
Eric Dumazet
5
-9
/
+12
2024-03-07
net: introduce struct net_hotdata
Eric Dumazet
8
-16
/
+37
2024-03-07
Merge branch 'selftests-mptcp-share-code-and-fix-shellcheck-warnings'
Jakub Kicinski
8
-244
/
+210
2024-03-07
selftests: userspace pm: avoid relaunching pm events
Matthieu Baerts (NGI0)
1
-16
/
+13
2024-03-07
selftests: mptcp: simult flows: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-2
/
+8
2024-03-07
selftests: mptcp: pm netlink: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-07
selftests: mptcp: sockopt: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-07
selftests: mptcp: connect: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-29
/
+47
2024-03-07
selftests: mptcp: diag: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-07
selftests: mptcp: add mptcp_lib_events helper
Geliang Tang
3
-18
/
+18
2024-03-07
selftests: mptcp: more operations in ns_init/exit
Geliang Tang
7
-24
/
+4
2024-03-07
selftests: mptcp: add mptcp_lib_ns_init/exit helpers
Geliang Tang
8
-67
/
+53
2024-03-07
selftests: mptcp: add local variables rndh
Geliang Tang
2
-0
/
+2
2024-03-07
selftests: mptcp: add mptcp_lib_check_tools helper
Geliang Tang
8
-73
/
+40
2024-03-07
selftests: mptcp: stop forcing iptables-legacy
Matthieu Baerts (NGI0)
2
-16
/
+8
2024-03-07
Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
21
-804
/
+853
2024-03-07
net: usbnet: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
[next]