开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
2017-03-22
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
2017-03-21
selftests/bpf: fix broken build, take 2
Zi Shen Lim
2017-03-12
selftests/bpf: fix broken build
Alexei Starovoitov
2017-02-25
Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-02-15
bpf: Rebuild bpf.o for any dependency update
Mickaël Salaün
2017-02-10
bpf: Add test_tag to .gitignore
Mickaël Salaün
2017-02-10
bpf: Remove bpf_sys.h from selftests
Mickaël Salaün
2017-02-10
bpf: Use bpf_create_map() from the library
Mickaël Salaün
2017-02-10
bpf: Use bpf_map_get_next_key() from the library
Mickaël Salaün
2017-02-10
bpf: Use bpf_map_delete_elem() from the library
Mickaël Salaün
2017-02-10
bpf: Use bpf_map_lookup_elem() from the library
Mickaël Salaün
2017-02-10
bpf: Use bpf_map_update_elem() from the library
Mickaël Salaün
2017-02-10
bpf: Use bpf_load_program() from the library
Mickaël Salaün
2017-02-10
bpf: Always test unprivileged programs
Mickaël Salaün
2017-02-10
bpf: Change the include directory for selftest
Mickaël Salaün
2017-02-06
bpf: enable verifier to add 0 to packet ptr
William Tu
2017-02-06
bpf: test for AND edge cases
Josef Bacik
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-25
bpf: use prefix_len in test_tag when reading fdinfo
Daniel Borkmann
2017-01-24
bpf: enable verifier to better track const alu ops
Daniel Borkmann
2017-01-24
bpf: add prog tag test case to bpf selftests
Daniel Borkmann
2017-01-23
bpf: Add tests for the lpm trie map
David Herrmann
2017-01-17
bpf: Fix test_lru_sanity5() in test_lru_map.c
Martin KaFai Lau
2017-01-12
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-09
bpf: allow helpers access to variable memory
Gianluca Borello
2017-01-09
bpf: allow adjusted map element values to spill
Gianluca Borello
2017-01-09
bpf: allow helpers access to map element values
Gianluca Borello
2017-01-05
selftests: remove duplicated all and clean target
bamvor.zhangjian@huawei.com
2017-01-05
selftests: do not require bash to run bpf tests
Rolf Eike Beer
2016-12-17
bpf, test_verifier: fix a test case error result on unprivileged
Daniel Borkmann
2016-12-17
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
2016-12-06
bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*
Thomas Graf
2016-12-05
bpf: Preserve const register type on const OR alu ops
Gianluca Borello
2016-11-30
bpf: add test for the verifier equal logic bug
Josef Bacik
2016-11-27
bpf: fix multiple issues in selftest suite and samples
Daniel Borkmann
2016-11-15
bpf: Add tests for the LRU bpf_htab
Martin KaFai Lau
2016-10-19
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
2016-10-18
bpf: add initial suite for selftests
Daniel Borkmann