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
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-08
libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
Andrii Nakryiko
9
-0
/
+9
2019-10-08
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko
5
-330
/
+3
2019-10-08
selftests/bpf: Split off tracing-only helpers into bpf_tracing.h
Andrii Nakryiko
5
-190
/
+198
2019-10-08
selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macro
Andrii Nakryiko
10
-40
/
+58
2019-10-08
selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h
Andrii Nakryiko
6
-37
/
+54
2019-10-08
selftests/bpf: Undo GCC-specific bpf_helpers.h changes
Andrii Nakryiko
1
-8
/
+0
2019-10-07
selftests/bpf: add test for BPF flow dissector in the root namespace
Stanislav Fomichev
1
-6
/
+42
2019-10-07
selftests/bpf: Fix dependency ordering for attach_probe test
Andrii Nakryiko
1
-2
/
+2
2019-10-06
libbpf: auto-generate list of BPF helper definitions
Andrii Nakryiko
3
-264
/
+9
2019-10-05
selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIs
Andrii Nakryiko
3
-8
/
+59
2019-10-05
libbpf: stop enforcing kern_version, populate it for users
Andrii Nakryiko
4
-4
/
+0
2019-10-05
libbpf: Fix BTF-defined map's __type macro handling of arrays
Andrii Nakryiko
2
-3
/
+2
2019-10-04
bpf: Add loop test case with 32 bit reg comparison against 0
Daniel Borkmann
1
-0
/
+17
2019-10-03
selftests/bpf: Correct path to include msg + path
Ivan Khoronzhuk
1
-1
/
+1
2019-10-03
selftests/bpf: Add static to enable_all_controllers()
Ivan Khoronzhuk
1
-1
/
+1
2019-10-02
selftests/bpf: test_progs: Don't leak server_fd in test_sockopt_inherit
Brian Vazquez
1
-1
/
+1
2019-10-02
selftests/bpf: test_progs: Don't leak server_fd in tcp_rtt
Brian Vazquez
1
-1
/
+2
2019-09-25
selftests/bpf: adjust strobemeta loop to satisfy latest clang
Andrii Nakryiko
1
-1
/
+4
2019-09-25
selftests/bpf: delete unused variables in test_sysctl
Andrii Nakryiko
1
-1
/
+0
2019-09-25
selftests/bpf: test_progs: fix client/server race in tcp_rtt
Stanislav Fomichev
1
-2
/
+19
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
1
-1
/
+8
2019-09-16
selftests/bpf: add bpf-gcc support
Ilya Leoshkevich
3
-23
/
+67
2019-09-06
selftests/bpf: test_progs: convert test_tcp_rtt
Stanislav Fomichev
3
-59
/
+28
2019-09-06
selftests/bpf: test_progs: convert test_sockopt_inherit
Stanislav Fomichev
3
-64
/
+43
2019-09-06
selftests/bpf: test_progs: convert test_sockopt_multi
Stanislav Fomichev
3
-55
/
+11
2019-09-06
selftests/bpf: test_progs: convert test_sockopt_sk
Stanislav Fomichev
4
-52
/
+15
2019-09-06
selftests/bpf: test_progs: convert test_sockopt
Stanislav Fomichev
3
-46
/
+8
2019-09-06
selftests/bpf: test_progs: add test__join_cgroup helper
Stanislav Fomichev
3
-2
/
+41
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
39
-250
/
+1029
2019-09-05
selftests/bpf: precision tracking tests
Alexei Starovoitov
1
-0
/
+52
2019-09-03
selftests/bpf: fix endianness issues in test_sysctl
Ilya Leoshkevich
1
-43
/
+82
2019-09-03
selftests/bpf: improve unexpected success reporting in test_syctl
Ilya Leoshkevich
1
-1
/
+2
2019-09-03
selftests/bpf: fix "ctx:write sysctl:write read ok" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-09-03
selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpu
Ilya Leoshkevich
3
-16
/
+22
2019-09-03
selftests/bpf: test_progs: add missing \n to CHECK_FAIL
Stanislav Fomichev
1
-1
/
+1
2019-09-03
selftests/bpf: test_progs: fix verbose mode garbage
Stanislav Fomichev
1
-0
/
+1
2019-08-31
selftests/bpf: Fix a typo in test_offload.py
Masanari Iida
1
-1
/
+1
2019-08-31
tools: bpftool: improve and check builds for different make invocations
Quentin Monnet
2
-1
/
+145
2019-08-28
selftests/bpf: remove wrong nhoff in flow dissector test
Stanislav Fomichev
1
-1
/
+0
2019-08-28
selftests/bpf: test_progs: remove unused ret
Stanislav Fomichev
1
-23
/
+19
2019-08-28
selftests/bpf: test_progs: remove asserts from subtests
Stanislav Fomichev
5
-26
/
+40
2019-08-28
selftests/bpf: test_progs: remove global fail/success counts
Stanislav Fomichev
22
-123
/
+60
2019-08-28
selftests/bpf: test_progs: test__skip
Stanislav Fomichev
3
-2
/
+21
2019-08-28
selftests/bpf: add precision tracking test
Alexei Starovoitov
1
-0
/
+25
2019-08-28
selftests/bpf: verifier precise tests
Alexei Starovoitov
2
-11
/
+174
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-6
/
+21
2019-08-21
selftests/bpf: install files test_xdp_vlan.sh
Anders Roxell
1
-1
/
+2
2019-08-21
selftests/bpf: add config fragment BPF_JIT
Anders Roxell
1
-0
/
+1
2019-08-21
selftests/bpf: fix test_btf_dump with O=
Ilya Leoshkevich
2
-0
/
+10
2019-08-21
selftests/bpf: fix test_cgroup_storage on s390
Ilya Leoshkevich
1
-3
/
+3
[prev]
[next]