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
2018-12-21
bpf: fix segfault in test_verifier selftest
Daniel Borkmann
1
-1
/
+2
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-73
/
+1053
2018-12-20
bpf: sk_msg, fix sk_msg_md access past end test
John Fastabend
1
-1
/
+1
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-24
/
+49
2018-12-20
selftests: bpf: add missing executables to .gitignore
Jakub Kicinski
1
-0
/
+1
2018-12-20
selftests: bpf: verifier: add tests for JSET interpretation
Jakub Kicinski
1
-0
/
+96
2018-12-20
selftests: bpf: add trivial JSET tests
Jakub Kicinski
1
-31
/
+178
2018-12-19
bpf: Add BPF_LD_IMM64 to the line_info test
Martin KaFai Lau
1
-0
/
+27
2018-12-19
bpf: sk_msg, add tests for size field
John Fastabend
1
-3
/
+13
2018-12-18
bpf: correct slot_type marking logic to allow more stack slot sharing
Jiong Wang
1
-2
/
+32
2018-12-18
tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf
Yonghong Song
1
-5
/
+5
2018-12-18
tools/bpf: test kernel bpffs map pretty print with struct kind_flag
Yonghong Song
1
-14
/
+154
2018-12-18
tools/bpf: add test_btf unit tests for kind_flag
Yonghong Song
1
-2
/
+494
2018-12-15
bpf: improve stacksafe state comparison
Alexei Starovoitov
1
-0
/
+22
2018-12-15
selftests/bpf: check insn processed in test_verifier
Alexei Starovoitov
1
-1
/
+14
2018-12-13
selftests/bpf: Fix sk lookup usage in test_sock_addr
Andrey Ignatov
2
-4
/
+8
2018-12-13
bpf: verifier: make sure callees don't prune with caller differences
Jakub Kicinski
1
-0
/
+28
2018-12-13
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
1
-7
/
+0
2018-12-12
selftests/bpf: add btf annotations for cgroup_local_storage maps
Roman Gushchin
1
-0
/
+6
2018-12-12
selftests/bpf: use __bpf_constant_htons in test_prog.c
Stanislav Fomichev
1
-4
/
+4
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-150
/
+978
2018-12-11
selftests/bpf: use proper type when passing prog_type
Stanislav Fomichev
1
-4
/
+4
2018-12-10
tools/bpf: rename *_info_cnt to nr_*_info
Yonghong Song
1
-30
/
+30
2018-12-10
selftests/bpf: add missing pointer dereference for map stacktrace fixup
Stanislav Fomichev
1
-1
/
+1
2018-12-10
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
Jiong Wang
1
-0
/
+13
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-21
/
+382
2018-12-09
media: bpf: add bpf function to report mouse movement
Sean Young
4
-20
/
+53
2018-12-09
bpf: Add unit tests for bpf_line_info
Martin KaFai Lau
1
-17
/
+580
2018-12-09
bpf: Refactor and bug fix in test_func_type in test_btf.c
Martin KaFai Lau
1
-86
/
+125
2018-12-07
selftests/bpf: use thoff instead of nhoff in BPF flow dissector
Stanislav Fomichev
1
-19
/
+17
2018-12-07
selftests: bpf: update testcases for BPF_ALU | BPF_ARSH
Jiong Wang
1
-4
/
+25
2018-12-05
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
1
-1
/
+7
2018-12-04
bpf: improve verifier branch analysis
Alexei Starovoitov
1
-2
/
+2
2018-12-04
selftests: add a test for bpf_prog_test_run_xattr
Lorenz Bauer
1
-1
/
+54
2018-12-03
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
1
-0
/
+32
2018-11-30
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.
David Miller
1
-0
/
+17
2018-11-30
bpf: Make more use of 'any' alignment in test_verifier.c
David Miller
1
-0
/
+44
2018-11-30
bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
David Miller
1
-18
/
+24
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2
-3
/
+4
2018-11-30
bpf: Fix verifier log string check for bad alignment.
David Miller
1
-1
/
+1
2018-11-30
bpf: Support sk lookup in netns with id 0
Joe Stringer
2
-11
/
+11
2018-11-30
bpf: Fix verifier log string check for bad alignment.
David Miller
1
-1
/
+1
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-53
/
+192
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+23
2018-11-28
bpf: Fix various lib and testsuite build failures on 32-bit.
David Miller
1
-5
/
+5
2018-11-28
tools/bpf: add addition type tests to test_btf
Yonghong Song
1
-0
/
+361
2018-11-28
tools/bpf: fix two test_btf unit test cases
Martin KaFai Lau
1
-7
/
+7
2018-11-28
selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLS
Naresh Kamboju
1
-0
/
+1
2018-11-28
bpf: test_sockmap, add options for msg_pop_data() helper
John Fastabend
2
-17
/
+180
2018-11-28
bpf: add msg_pop_data helper to tools
John Fastabend
1
-0
/
+2
[next]