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
2020-05-14
devlink: refactor end checks in devlink_nl_cmd_region_read_dumpit
Jakub Kicinski
1
-0
/
+15
2020-05-14
selftests: fix flower parent qdisc
Vlad Buslov
2
-6
/
+6
2020-05-09
selftests: mlxsw: tc_restrictions: add couple of test for the correct matchal...
Jiri Pirko
1
-0
/
+107
2020-05-09
selftests: mlxsw: tc_restrictions: add test to check sample action restrictions
Jiri Pirko
1
-0
/
+25
2020-05-09
selftests: mlxsw: rename tc_flower_restrictions.sh to tc_restrictions.sh
Jiri Pirko
1
-0
/
+0
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
22
-45
/
+372
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-5
/
+57
2020-05-06
wireguard: socket: remove errant restriction on looping to self
Jason A. Donenfeld
1
-3
/
+51
2020-05-06
wireguard: selftests: use normal kernel stack size on ppc64
Jason A. Donenfeld
1
-0
/
+1
2020-05-06
selftests: net: tcp_mmap: fix SO_RCVLOWAT setting
Eric Dumazet
1
-1
/
+3
2020-05-06
selftests: net: tcp_mmap: clear whole tcp_zerocopy_receive struct
Eric Dumazet
1
-1
/
+2
2020-05-04
devlink: let kernel allocate region snapshot id
Jakub Kicinski
1
-0
/
+13
2020-05-02
ptp: Add adjust_phase to ptp_clock_caps capability.
Vincent Cheng
1
-2
/
+4
2020-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
25
-264
/
+2295
2020-05-01
selftests/bpf: Use reno instead of dctcp
Stanislav Fomichev
2
-4
/
+3
2020-05-01
bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr
Stanislav Fomichev
2
-0
/
+47
2020-05-01
bpf: Add selftest for BPF_ENABLE_STATS
Song Liu
2
-0
/
+63
2020-04-30
Merge tag 'linux-kselftest-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
19
-40
/
+315
2020-04-30
selftests/bpf: Test allowed maps for bpf_sk_select_reuseport
Jakub Sitnicki
2
-1
/
+56
2020-04-29
selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign test
Jakub Sitnicki
3
-52
/
+53
2020-04-29
selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed
Jakub Sitnicki
2
-30
/
+70
2020-04-28
selftests/bpf: Add runqslower binary to .gitignore
Andrii Nakryiko
1
-1
/
+1
2020-04-28
selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftest
Andrii Nakryiko
1
-4
/
+1
2020-04-28
selftests/bpf: Disable ASAN instrumentation for mmap()'ed memory read
Andrii Nakryiko
1
-0
/
+5
2020-04-28
selftests/bpf: Fix invalid memory reads in core_relo selftest
Andrii Nakryiko
1
-1
/
+1
2020-04-28
selftests/bpf: Fix memory leak in extract_build_id()
Andrii Nakryiko
1
-0
/
+1
2020-04-28
selftests/bpf: Fix memory leak in test selector
Andrii Nakryiko
1
-4
/
+16
2020-04-28
selftests/bpf: Convert test_hashmap into test_progs test
Andrii Nakryiko
3
-144
/
+140
2020-04-28
selftests/bpf: Add SAN_CFLAGS param to selftests build to allow sanitizers
Andrii Nakryiko
1
-3
/
+4
2020-04-28
selftests/bpf: Ensure test flavors use correct skeletons
Andrii Nakryiko
1
-1
/
+1
2020-04-28
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
2
-0
/
+125
2020-04-28
selftests/bpf: Test bpf_link's get_next_id, get_fd_by_id, and get_obj_info
Andrii Nakryiko
2
-20
/
+104
2020-04-28
selftests/bpf: fix test_sysctl_prog with alu32
Alexei Starovoitov
1
-1
/
+1
2020-04-28
selftests: tls: run all tests for TLS 1.2 and TLS 1.3
Jakub Kicinski
1
-76
/
+17
2020-04-28
kselftest: add fixture variants
Jakub Kicinski
1
-26
/
+122
2020-04-28
kselftest: run tests by fixture
Jakub Kicinski
1
-9
/
+14
2020-04-28
kselftest: create fixture objects
Jakub Kicinski
1
-13
/
+38
2020-04-28
kselftest: factor out list manipulation to a helper
Jakub Kicinski
1
-18
/
+24
2020-04-28
selftests: net: add new testcases for nexthop API compat mode sysctl
Roopa Prabhu
1
-2
/
+196
2020-04-28
selftests/bpf: Copy runqslower to OUTPUT directory
Veronika Kabatova
1
-1
/
+2
2020-04-27
selftests: forwarding: tc_actions.sh: add matchall mirror test
Jiri Pirko
1
-8
/
+18
2020-04-26
selftests/bpf: Add cls_redirect classifier
Lorenz Bauer
4
-0
/
+1575
2020-04-26
bpf: Make verifier log more relevant by default
Andrii Nakryiko
1
-1
/
+6
2020-04-26
bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}
Stanislav Fomichev
1
-0
/
+24
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
21
-94
/
+168
2020-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
11
-60
/
+146
2020-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
9
-58
/
+115
2020-04-24
selftests/bpf: Fix a couple of broken test_btf cases
Stanislav Fomichev
4
-40
/
+16
2020-04-24
selftests/bpf: Add test for freplace program with expected_attach_type
Toke Høiland-Jørgensen
3
-18
/
+58
2020-04-24
selftests/ftrace: Check the first record for kprobe_args_type.tc
Xiao Yang
1
-1
/
+1
[next]