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-11
net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSID
Juntong Deng
1
-0
/
+3
2024-03-11
ravb: Correct buffer size to map for R-Car Rx
Niklas Söderlund
1
-1
/
+1
2024-03-11
net: amt: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-11
net: amt: Move stats allocation to core
Breno Leitao
1
-7
/
+2
2024-03-11
netlink: specs: support generating code for genl socket priv
Jakub Kicinski
5
-0
/
+69
2024-03-11
tools: ynl: remove trailing semicolon
Jakub Kicinski
1
-1
/
+1
2024-03-11
net: ipv6: exthdrs: get rid of ipv6_skb_net()
Justin Iurman
1
-9
/
+1
2024-03-11
Merge branch 'selftests-mptcp-various-improvements'
Jakub Kicinski
8
-286
/
+312
2024-03-11
selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAIL
Geliang Tang
6
-26
/
+25
2024-03-11
selftests: mptcp: declare event macros in mptcp_lib
Geliang Tang
3
-23
/
+29
2024-03-11
selftests: mptcp: add mptcp_lib_verify_listener_events
Geliang Tang
3
-38
/
+30
2024-03-11
selftests: mptcp: print_test out of verify_listener_events
Geliang Tang
1
-6
/
+2
2024-03-11
selftests: mptcp: extract mptcp_lib_check_expected
Geliang Tang
2
-31
/
+32
2024-03-11
selftests: mptcp: call test_fail without argument
Geliang Tang
2
-6
/
+13
2024-03-11
selftests: mptcp: print test results with colors
Geliang Tang
8
-87
/
+90
2024-03-11
selftests: mptcp: use += operator to append strings
Geliang Tang
2
-40
/
+43
2024-03-11
selftests: mptcp: print test results with counters
Geliang Tang
6
-14
/
+16
2024-03-11
selftests: mptcp: add print_title in mptcp_lib
Geliang Tang
2
-10
/
+13
2024-03-11
selftests: mptcp: export TEST_COUNTER variable
Geliang Tang
5
-16
/
+14
2024-03-11
selftests: mptcp: sockopt: print every test result
Geliang Tang
1
-17
/
+25
2024-03-11
selftests: mptcp: connect: fix misaligned output
Geliang Tang
1
-3
/
+10
2024-03-11
selftests: mptcp: connect: add dedicated port counter
Geliang Tang
1
-3
/
+3
2024-03-11
selftests: mptcp: print all error messages to stdout
Geliang Tang
2
-10
/
+11
2024-03-11
net: wan: framer/pef2256: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-03-11
Merge branch 'mlxsw-support-for-nexthop-group-statistics'
Jakub Kicinski
14
-46
/
+505
2024-03-11
selftests: forwarding: Add a test for NH group stats
Petr Machata
5
-0
/
+190
2024-03-11
mlxsw: spectrum_router: Share nexthop counters in resilient groups
Petr Machata
1
-2
/
+68
2024-03-11
mlxsw: spectrum_router: Support nexthop group hardware statistics
Petr Machata
1
-6
/
+142
2024-03-11
mlxsw: spectrum_router: Track NH ID's of group members
Petr Machata
1
-0
/
+2
2024-03-11
mlxsw: spectrum_router: Add helpers for nexthop counters
Petr Machata
1
-15
/
+50
2024-03-11
mlxsw: spectrum_router: Avoid allocating NH counters twice
Petr Machata
1
-0
/
+3
2024-03-11
mlxsw: spectrum: Allow fetch-and-clear of flow counters
Petr Machata
5
-9
/
+11
2024-03-11
mlxsw: spectrum_router: Have mlxsw_sp_nexthop_counter_enable() return int
Petr Machata
3
-12
/
+36
2024-03-11
mlxsw: spectrum_router: Rename two functions
Petr Machata
3
-19
/
+19
2024-03-11
net: nexthop: Have all NH notifiers carry NH ID
Petr Machata
2
-2
/
+2
2024-03-11
net: nexthop: Initialize NH group ID in resilient NH group notifiers
Petr Machata
1
-0
/
+1
2024-03-11
net: gro: move two declarations to include/net/gro.h
Eric Dumazet
2
-5
/
+6
2024-03-11
net: netconsole: Add continuation line prefix to userdata messages
Matthew Wood
2
-9
/
+11
2024-03-11
r8169: switch to new function phy_support_eee
Heiner Kallweit
1
-2
/
+1
2024-03-11
net: phy: simplify a check in phy_check_link_status
Heiner Kallweit
1
-2
/
+2
2024-03-11
net: phy: marvell-88x2222: Remove unused of_gpio.h
Andy Shevchenko
1
-2
/
+0
2024-03-11
net: dsa: mt7530: disable LEDs before reset
Justin Swartz
1
-0
/
+6
2024-03-11
net: mdio_bus: Remove unused of_gpio.h
Andy Shevchenko
1
-2
/
+0
2024-03-11
ptp: make ptp_class constant
Ricardo B. Marliere
3
-10
/
+12
2024-03-11
netlink: specs: support unterminated-ok
Hangbin Liu
3
-0
/
+15
2024-03-11
tools: ynl-gen: support using pre-defined values in attr checks
Hangbin Liu
5
-4
/
+6
2024-03-11
net: page_pool: factor out page_pool recycle check
Mina Almasry
1
-2
/
+7
2024-03-11
Merge branch 'tcp-wmem-data-races'
David S. Miller
2
-2
/
+2
2024-03-11
tcp: annotate a data-race around sysctl_tcp_wmem[0]
Jason Xing
1
-1
/
+1
2024-03-11
mptcp: annotate a data-race around sysctl_tcp_wmem[0]
Jason Xing
1
-1
/
+1
[next]