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
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-17
selftests: mptcp: join: fix ShellCheck warnings
Matthieu Baerts
1
-2
/
+8
2023-04-17
selftests: mptcp: remove duplicated entries in usage
Matthieu Baerts
1
-4
/
+4
2023-04-17
selftests: openvswitch: add support for upcall testing
Aaron Conole
2
-11
/
+165
2023-04-17
selftests: openvswitch: add flow dump support
Aaron Conole
1
-0
/
+1026
2023-04-17
selftests: openvswitch: add interface support
Aaron Conole
2
-10
/
+163
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
252
-9821
/
+17899
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-276
/
+501
2023-04-13
Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
14
-276
/
+485
2023-04-13
selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
Jesper Dangaard Brouer
6
-12
/
+23
2023-04-13
selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
Jesper Dangaard Brouer
2
-16
/
+24
2023-04-13
selftests: add the missing CONFIG_IP_SCTP in net config
Xin Long
1
-0
/
+1
2023-04-13
selftests: openvswitch: adjust datapath NL message declaration
Aaron Conole
1
-1
/
+1
2023-04-13
selftests: mptcp: userspace pm: uniform verify events
Matthieu Baerts
1
-0
/
+2
2023-04-13
selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncs
Andrii Nakryiko
1
-0
/
+6
2023-04-13
selftests/bpf: Remove stand-along test_verifier_log test binary
Andrii Nakryiko
2
-176
/
+1
2023-04-13
selftests/bpf: Keep the loop in bpf_testmod_loop_test
Song Liu
1
-1
/
+5
2023-04-13
selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach
Song Liu
1
-0
/
+1
2023-04-13
selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap
Song Liu
4
-16
/
+24
2023-04-13
selftests/bpf: Fix use of uninitialized op_name in log tests
Lorenz Bauer
1
-1
/
+1
2023-04-12
selftests/bpf: Test FOU kfuncs for externally controlled ipip devices
Christian Ehrig
2
-2
/
+268
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
3
-67
/
+14
2023-04-12
bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULL
David Vernet
3
-7
/
+38
2023-04-11
selftests/bpf: Add test to access u32 ptr argument in tracing program
Feng Zhou
1
-0
/
+13
2023-04-11
selftests/bpf: Add verifier log tests for BPF_BTF_LOAD command
Andrii Nakryiko
1
-0
/
+188
2023-04-11
selftests/bpf: Add testing of log_buf==NULL condition for BPF_PROG_LOAD
Andrii Nakryiko
1
-0
/
+23
2023-04-11
selftests/bpf: Add tests to validate log_true_size feature
Andrii Nakryiko
1
-16
/
+76
2023-04-11
selftests/bpf: Add fixed vs rotating verifier log tests
Andrii Nakryiko
1
-0
/
+179
2023-04-11
veristat: Add more veristat control over verifier log options
Andrii Nakryiko
1
-9
/
+35
2023-04-11
bpf: Switch BPF verifier log to be a rotating log by default
Andrii Nakryiko
1
-0
/
+1
2023-04-10
selftests/bpf: Reset err when symbol name already exist in kprobe_multi_test
Manu Bretelle
1
-1
/
+3
2023-04-08
Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+16
2023-04-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-3
/
+27
2023-04-07
selftests/bpf: Prevent infinite loop in veristat when base file is too short
Eduard Zingerman
1
-2
/
+6
2023-04-07
selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshot
Song Liu
1
-2
/
+2
2023-04-07
selftests: bonding: add arp validate test
Hangbin Liu
1
-0
/
+55
2023-04-07
selftests: bonding: re-format bond option tests
Hangbin Liu
4
-246
/
+354
2023-04-06
selftests: forwarding: hw_stats_l3: Detect failure to install counters
Petr Machata
1
-1
/
+14
2023-04-06
selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...
Yonghong Song
1
-0
/
+460
2023-04-06
bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
Yonghong Song
1
-1
/
+1
2023-04-06
selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deduction
Yonghong Song
2
-0
/
+181
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+2
2023-04-06
Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-0
/
+1
2023-04-06
Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2023-04-06
selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE
Kal Conley
2
-0
/
+25
2023-04-06
selftests/bpf: fix xdp_redirect xdp-features selftest for veth driver
Lorenzo Bianconi
1
-3
/
+27
2023-04-06
selftests/net: fix typo in tcp_mmap
Eric Dumazet
1
-1
/
+1
2023-04-05
selftests: net: rps_default_mask.sh: delete veth link specifically
Hangbin Liu
1
-0
/
+1
2023-04-05
maple_tree: fix write memory barrier of nodes once dead for RCU mode
Liam R. Howlett
1
-0
/
+16
2023-04-05
selftests/bpf: Wait for receive in cg_storage_multi test
YiFei Zhu
1
-2
/
+6
2023-04-05
selftests: xsk: Deflakify STATS_RX_DROPPED test
Kal Conley
1
-2
/
+8
[next]