Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
29ce6ecbb83c9185d76e3a7c340c9702d2a54961
/
tools
/
testing
/
selftests
/
bpf
8fe4592
bpf: map_get_next_key to return first key on NULL
by Teng Qin
· 8 years ago
fb79670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
89087c4
bpf: Fix values type used in test_maps
by David Miller
· 8 years ago
b1d9fc4
bpf: add napi_id read access to __sk_buff
by Daniel Borkmann
· 8 years ago
695ba26
bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4
by Martin KaFai Lau
· 8 years ago
6467acb
bpf: lru: Cleanup test_lru_map.c
by Martin KaFai Lau
· 8 years ago
9746f85
bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRU
by Martin KaFai Lau
· 8 years ago
89c0a361
selftests/bpf: fix merge conflict
by Alexei Starovoitov
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
3782161
selftests/bpf: add l4 load balancer test based on sched_cls
by Alexei Starovoitov
· 8 years ago
8d48f5e
selftests/bpf: add a test for basic XDP functionality
by Alexei Starovoitov
· 8 years ago
6882804
selftests/bpf: add a test for overlapping packet range checks
by Alexei Starovoitov
· 8 years ago
02ea80b
bpf: add various verifier test cases for self-tests
by Daniel Borkmann
· 8 years ago
b197768
bpf: improve verifier packet range checks
by Alexei Starovoitov
· 8 years ago
16ae1f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
fb30d4b
bpf: Add tests for map-in-map
by Martin KaFai Lau
· 8 years ago
8c290e6
bpf: fix hashmap extra_elems logic
by Alexei Starovoitov
· 8 years ago
e8f1f34
selftests/bpf: fix broken build, take 2
by Zi Shen Lim
· 8 years ago
1da8ac7
selftests/bpf: fix broken build
by Alexei Starovoitov
· 8 years ago
c4f3f22
Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 8 years ago
d498f87
bpf: Rebuild bpf.o for any dependency update
by Mickaël Salaün
· 8 years ago
bc6a3d9
bpf: Add test_tag to .gitignore
by Mickaël Salaün
· 8 years ago
702498a
bpf: Remove bpf_sys.h from selftests
by Mickaël Salaün
· 8 years ago
f4874d0
bpf: Use bpf_create_map() from the library
by Mickaël Salaün
· 8 years ago
5f155c2
bpf: Use bpf_map_get_next_key() from the library
by Mickaël Salaün
· 8 years ago
e58383b
bpf: Use bpf_map_delete_elem() from the library
by Mickaël Salaün
· 8 years ago
e5ff7c4
bpf: Use bpf_map_lookup_elem() from the library
by Mickaël Salaün
· 8 years ago
10ecc72
bpf: Use bpf_map_update_elem() from the library
by Mickaël Salaün
· 8 years ago
2ee89fb
bpf: Use bpf_load_program() from the library
by Mickaël Salaün
· 8 years ago
d02d898
bpf: Always test unprivileged programs
by Mickaël Salaün
· 8 years ago
7f73f39
bpf: Change the include directory for selftest
by Mickaël Salaün
· 8 years ago
63dfef7
bpf: enable verifier to add 0 to packet ptr
by William Tu
· 8 years ago
29200c1
bpf: test for AND edge cases
by Josef Bacik
· 8 years ago
4e8f2fc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
0901df3
bpf: use prefix_len in test_tag when reading fdinfo
by Daniel Borkmann
· 8 years ago
3fadc80
bpf: enable verifier to better track const alu ops
by Daniel Borkmann
· 8 years ago
62b6466
bpf: add prog tag test case to bpf selftests
by Daniel Borkmann
· 8 years ago
4d3381f
bpf: Add tests for the lpm trie map
by David Herrmann
· 8 years ago
3fbfadc
bpf: Fix test_lru_sanity5() in test_lru_map.c
by Martin KaFai Lau
· 8 years ago
62c7989
bpf: allow b/h/w/dw access for bpf's cb in ctx
by Daniel Borkmann
· 8 years ago
02ac5d1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
06c1c04
bpf: allow helpers access to variable memory
by Gianluca Borello
· 8 years ago
f0318d0
bpf: allow adjusted map element values to spill
by Gianluca Borello
· 8 years ago
5722569
bpf: allow helpers access to map element values
by Gianluca Borello
· 8 years ago
88baa78
selftests: remove duplicated all and clean target
by bamvor.zhangjian@huawei.com
· 8 years ago
d979e13
selftests: do not require bash to run bpf tests
by Rolf Eike Beer
· 8 years ago
0eb6984
bpf, test_verifier: fix a test case error result on unprivileged
by Daniel Borkmann
· 8 years ago
a08dd0d
bpf: fix regression on verifier pruning wrt map lookups
by Daniel Borkmann
· 8 years ago
3f731d8
bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*
by Thomas Graf
· 8 years ago
3c839744
bpf: Preserve const register type on const OR alu ops
by Gianluca Borello
· 8 years ago
e954890
bpf: add test for the verifier equal logic bug
by Josef Bacik
· 8 years ago
e00c7b2
bpf: fix multiple issues in selftest suite and samples
by Daniel Borkmann
· 8 years ago
5db58fa
bpf: Add tests for the LRU bpf_htab
by Martin KaFai Lau
· 8 years ago
57a09bf
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
by Thomas Graf
· 8 years ago
5aa5bd1
bpf: add initial suite for selftests
by Daniel Borkmann
· 8 years ago