index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_progs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-13
selftests/bpf: Extract parse_num_list into generic testing_helpers.c
Andrii Nakryiko
1
-63
/
+4
2020-05-09
selftests/bpf: Move existing common networking parts into network_helpers
Stanislav Fomichev
1
-30
/
+0
2020-04-29
selftests/bpf: Fix memory leak in extract_build_id()
Andrii Nakryiko
1
-0
/
+1
2020-04-29
selftests/bpf: Fix memory leak in test selector
Andrii Nakryiko
1
-4
/
+16
2020-03-17
selftests/bpf: Reset process and thread affinity after each test/sub-test
Andrii Nakryiko
1
-1
/
+41
2020-03-17
selftests/bpf: Fix test_progs's parsing of test numbers
Andrii Nakryiko
1
-6
/
+7
2020-03-17
selftests/bpf: Fix nanosleep for real this time
Andrii Nakryiko
1
-10
/
+6
2020-03-14
selftests/bpf: Ensure consistent test failure output
Andrii Nakryiko
1
-5
/
+5
2020-03-13
selftests/bpf: Fix usleep() implementation
Andrii Nakryiko
1
-1
/
+10
2020-03-13
selftests/bpf: Guarantee that useep() calls nanosleep() syscall
Andrii Nakryiko
1
-0
/
+9
2020-02-26
selftests/bpf: Print backtrace on SIGSEGV in test_progs
Andrii Nakryiko
1
-0
/
+25
2020-01-16
selftests/bpf: Add whitelist/blacklist of test names to test_progs
Andrii Nakryiko
1
-10
/
+73
2019-11-25
selftests/bpf: Integrate verbose verifier log into test_progs
Andrii Nakryiko
1
-6
/
+12
2019-10-21
selftests/bpf: Make a copy of subtest name
Andrii Nakryiko
1
-5
/
+12
2019-10-17
selftests/bpf: Teach test_progs to cd into subdir
Andrii Nakryiko
1
-1
/
+32
2019-09-06
selftests/bpf: test_progs: add test__join_cgroup helper
Stanislav Fomichev
1
-0
/
+38
2019-09-03
selftests/bpf: test_progs: fix verbose mode garbage
Stanislav Fomichev
1
-0
/
+1
2019-08-28
selftests/bpf: test_progs: remove global fail/success counts
Stanislav Fomichev
1
-12
/
+9
2019-08-28
selftests/bpf: test_progs: test__skip
Stanislav Fomichev
1
-2
/
+18
2019-08-07
selftests/bpf: test_progs: drop extra trailing tab
Stanislav Fomichev
1
-1
/
+1
2019-08-07
selftests/bpf: test_progs: test__printf -> printf
Stanislav Fomichev
1
-15
/
+1
2019-08-07
selftests/bpf: test_progs: switch to open_memstream
Stanislav Fomichev
1
-55
/
+60
2019-07-31
selftests/bpf: fix clearing buffered output between tests/subtests
Andrii Nakryiko
1
-1
/
+1
2019-07-28
selftests/bpf: add sub-tests support for test_progs
Andrii Nakryiko
1
-25
/
+173
2019-07-28
selftests/bpf: abstract away test log output
Andrii Nakryiko
1
-33
/
+112
2019-07-28
selftest/bpf: centralize libbpf logging management for test_progs
Andrii Nakryiko
1
-0
/
+29
2019-07-28
selftests/bpf: add test selectors by number and name to test_progs
Andrii Nakryiko
1
-4
/
+39
2019-07-28
selftests/bpf: revamp test_progs to allow more control
Andrii Nakryiko
1
-8
/
+76
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
1
-4
/
+1
2019-04-04
selftests/bpf: add few verifier scale tests
Alexei Starovoitov
1
-1
/
+5
2019-03-02
selftests: bpf: break up test_progs - misc
Stanislav Fomichev
1
-735
/
+0
2019-03-02
selftests: bpf: break up test_progs - spinlock
Stanislav Fomichev
1
-103
/
+1
2019-03-02
selftests: bpf: break up test_progs - tracepoint
Stanislav Fomichev
1
-427
/
+0
2019-03-02
selftests: bpf: break up test_progs - stackmap
Stanislav Fomichev
1
-476
/
+3
2019-03-02
selftests: bpf: break up test_progs - xdp
Stanislav Fomichev
1
-162
/
+0
2019-03-02
selftests: bpf: break up test_progs - pkt access
Stanislav Fomichev
1
-51
/
+0
2019-03-02
selftests: bpf: break up test_progs - preparations
Stanislav Fomichev
1
-74
/
+13
2019-03-01
selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissector
Stanislav Fomichev
1
-2
/
+2
2019-02-26
selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+44
2019-02-05
libbpf: fix libbpf_print
Stanislav Fomichev
1
-8
/
+2
2019-02-04
tools/bpf: simplify libbpf API function libbpf_set_print()
Yonghong Song
1
-2
/
+18
2019-02-01
selftests/bpf: test for BPF_F_LOCK
Alexei Starovoitov
1
-0
/
+74
2019-02-01
selftests/bpf: add bpf_spin_lock C test
Alexei Starovoitov
1
-1
/
+42
2019-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+76
2019-01-29
selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissector
Stanislav Fomichev
1
-2
/
+76
2019-01-17
selftests/bpf: retry tests that expect build-id
Stanislav Fomichev
1
-0
/
+30
2018-12-13
selftests/bpf: use __bpf_constant_htons in test_prog.c
Stanislav Fomichev
1
-4
/
+4
2018-12-04
selftests: add a test for bpf_prog_test_run_xattr
Lorenz Bauer
1
-1
/
+54
2018-11-29
bpf: Fix various lib and testsuite build failures on 32-bit.
David Miller
1
-5
/
+5
2018-11-17
selftests/bpf: Fix uninitialized duration warning
Joe Stringer
1
-1
/
+1
[next]