index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-26
bpf: Fix selftest compilation on clang 11
Andrei Matei
1
-0
/
+2
2020-11-26
bpf: Add a selftest for bpf_ima_inode_hash
KP Singh
4
-0
/
+186
2020-11-24
selftest/bpf: Fix rst formatting in readme
Andrei Matei
1
-13
/
+15
2020-11-24
selftest/bpf: Fix link in readme
Andrei Matei
1
-1
/
+4
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-1
/
+145
2020-11-19
selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL
Daniel Xu
2
-0
/
+96
2020-11-18
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
7
-18
/
+52
2020-11-18
selftests/bpf: Avoid running unprivileged tests with alignment requirements
Björn Töpel
1
-0
/
+13
2020-11-18
selftests/bpf: Fix broken riscv build
Björn Töpel
1
-1
/
+2
2020-11-18
bpf: Add tests for bpf_bprm_opts_set helper
KP Singh
2
-0
/
+150
2020-11-16
selftests/bpf: Fix error return code in run_getsockopt_test()
Wang Hai
1
-1
/
+2
2020-11-16
selftest/bpf: Fix IPV6FR handling in flow dissector
Santucci Pierpaolo
1
-0
/
+2
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
30
-482
/
+1736
2020-11-14
bpf: Relax return code check for subprograms
Dmitrii Banshchikov
2
-0
/
+20
2020-11-12
bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
3
-0
/
+259
2020-11-13
selftests/bpf: Add asm tests for pkt vs pkt_end comparison.
Alexei Starovoitov
1
-0
/
+42
2020-11-13
selftests/bpf: Add skb_pkt_end test
Alexei Starovoitov
2
-0
/
+95
2020-11-12
selftests/bpf: Fix unused attribute usage in subprogs_unused test
Andrii Nakryiko
1
-2
/
+2
2020-11-10
selftest/bpf: Add missed ip6ip6 test back
Hangbin Liu
2
-39
/
+46
2020-11-09
bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingress
Martin KaFai Lau
2
-7
/
+7
2020-11-09
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
2
-0
/
+27
2020-11-06
selftests/bpf: Fix selftest build with old libc
Alexei Starovoitov
1
-0
/
+4
2020-11-06
bpf: Exercise syscall operations for inode and sk storage
KP Singh
1
-2
/
+15
2020-11-06
bpf: Add tests for task_local_storage
KP Singh
2
-20
/
+226
2020-11-06
bpf: Update selftests for local_storage to use vmlinux.h
KP Singh
1
-19
/
+1
2020-11-06
bpf: Fix tests for local_storage
KP Singh
1
-9
/
+15
2020-11-05
bpf: Lift hashtab key_size limit
Florian Lehner
3
-1
/
+89
2020-11-05
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
2
-0
/
+247
2020-11-05
selftests/bpf: Add split BTF dedup selftests
Andrii Nakryiko
3
-0
/
+391
2020-11-05
selftests/bpf: Add checking of raw type dump in BTF writer APIs selftests
Andrii Nakryiko
4
-1
/
+256
2020-11-05
selftests/bpf: Add split BTF basic test
Andrii Nakryiko
2
-0
/
+110
2020-11-05
selftest/bpf: Relax btf_dedup test checks
Andrii Nakryiko
1
-15
/
+25
2020-11-03
selftest/bpf: Use global variables instead of maps for test_tcpbpf_kern
Alexander Duyck
3
-108
/
+31
2020-11-03
selftests/bpf: Migrate tcpbpf_user.c to use BPF skeleton
Alexander Duyck
1
-27
/
+14
2020-11-03
selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_results
Alexander Duyck
1
-72
/
+43
2020-11-03
selftests/bpf: Drop python client/server in favor of threads
Alexander Duyck
3
-147
/
+78
2020-11-03
selftests/bpf: Move test_tcppbf_user into test_progs
Alexander Duyck
3
-36
/
+10
2020-10-26
selftest/bpf: Fix profiler test using CO-RE relocation for enums
Andrii Nakryiko
1
-3
/
+8
2020-10-23
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
6
-23
/
+268
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2020-10-22
bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()
Toke Høiland-Jørgensen
3
-5
/
+173
2020-10-19
bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checked
Martin KaFai Lau
2
-18
/
+70
2020-10-19
bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked
Martin KaFai Lau
1
-0
/
+25
2020-10-15
bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to lo
Martin KaFai Lau
2
-26
/
+2
2020-10-15
bpf: Fix register equivalence tracking.
Alexei Starovoitov
1
-0
/
+26
2020-10-11
bpf, selftests: Add three new sockmap tests for verdict only programs
John Fastabend
1
-1
/
+18
2020-10-11
bpf, selftests: Add option to test_sockmap to omit adding parser program
John Fastabend
1
-14
/
+21
2020-10-11
bpf, selftests: Add redirect_peer selftest
Daniel Borkmann
2
-9
/
+61
2020-10-11
bpf, selftests: Make redirect_neigh test more extensible
Daniel Borkmann
3
-186
/
+219
2020-10-11
bpf, selftests: Add test for different array inner map size
Daniel Borkmann
2
-10
/
+72
[prev]
[next]