index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: measure RTT from xdp using xdping
Alan Maguire
2019-06-01
6
-2
/
+558
*
selftests/bpf: add auto-detach test
Roman Gushchin
2019-05-28
1
-1
/
+97
*
selftests/bpf: enable all available cgroup v2 controllers
Roman Gushchin
2019-05-28
1
-0
/
+57
*
selftests/bpf: convert test_cgrp2_attach2 example into kselftest
Roman Gushchin
2019-05-28
3
-1
/
+478
*
selftests/bpf: fail test_tunnel.sh if subtests fail
Stanislav Fomichev
2019-05-28
1
-0
/
+32
*
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
2019-05-28
1
-3
/
+1
*
selftests: bpf: enable hi32 randomization for all tests
Jiong Wang
2019-05-25
7
-5
/
+51
*
selftests: bpf: adjust several test_verifier helpers for insn insertion
Jiong Wang
2019-05-25
1
-10
/
+19
*
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
Yonghong Song
2019-05-24
3
-0
/
+250
*
selftests/bpf: add btf_dump BTF-to-C conversion tests
Andrii Nakryiko
2019-05-24
10
-1
/
+824
*
selftests/bpf: add tests for libbpf's hashmap
Andrii Nakryiko
2019-05-24
3
-1
/
+384
*
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
Andrii Nakryiko
2019-05-24
1
-58
/
+13
*
selftests: bpf: Move bpf_printk to bpf_helpers.h
Michal Rostecki
2019-05-24
7
-42
/
+8
*
selftests/bpf: add pyperf scale test
Alexei Starovoitov
2019-05-23
5
-13
/
+298
*
selftests/bpf: adjust verifier scale test
Alexei Starovoitov
2019-05-23
1
-14
/
+17
*
selftests/bpf: fix bpf_get_current_task
Alexei Starovoitov
2019-05-17
1
-1
/
+1
*
selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignore
Stanislav Fomichev
2019-05-16
2
-0
/
+2
*
selftests/bpf: add prog detach to flow_dissector test
Stanislav Fomichev
2019-05-16
1
-0
/
+1
*
selftests/bpf: add missing \n to flow_dissector CHECK errors
Stanislav Fomichev
2019-05-16
1
-4
/
+4
*
bpf: test ref bit from data path and add new tests for syscall path
Daniel Borkmann
2019-05-14
1
-14
/
+274
*
selftests: bpf: Add files generated after build to .gitignore
Kelsey Skunberg
2019-05-13
1
-0
/
+2
*
bpf: add various test cases for backward jumps
Daniel Borkmann
2019-05-13
1
-0
/
+195
*
selftests: bpf: initialize bpf_object pointers where needed
Lorenz Bauer
2019-05-10
3
-2
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-08
1
-0
/
+19
|
\
|
*
bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}
Wang YanQing
2019-05-01
1
-0
/
+19
*
|
selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
Yonghong Song
2019-05-05
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-03
2
-0
/
+47
|
\
|
|
*
selftests/bpf: test cases for pkt/null checks in subprogs
Paul Chaignon
2019-04-26
2
-0
/
+47
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-28
22
-158
/
+1514
|
\
\
|
*
|
bpf: Add ene-to-end test for bpf_sk_storage_* helpers
Martin KaFai Lau
2019-04-27
3
-16
/
+157
|
*
|
bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
Martin KaFai Lau
2019-04-27
4
-10
/
+679
|
*
|
bpf: Add verifier tests for the bpf_sk_storage
Martin KaFai Lau
2019-04-27
2
-19
/
+152
|
*
|
bpf: Refactor BTF encoding macro to test_btf.h
Martin KaFai Lau
2019-04-27
2
-62
/
+70
|
*
|
selftests: bpf: test writable buffers in raw tps
Matt Mullins
2019-04-27
3
-0
/
+156
|
*
|
selftests/bpf: expand test_tc_tunnel with SIT encap
Willem de Bruijn
2019-04-24
3
-5
/
+80
|
*
|
bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-04-23
1
-14
/
+9
|
*
|
selftests/bpf: properly return error from bpf_flow_load
Stanislav Fomichev
2019-04-23
1
-4
/
+4
|
*
|
selftests/bpf: run flow dissector tests in skb-less mode
Stanislav Fomichev
2019-04-23
4
-34
/
+165
|
*
|
selftests/bpf: add flow dissector bpf_skb_load_bytes helper test
Stanislav Fomichev
2019-04-23
1
-0
/
+48
*
|
|
netdevsim: move netdev creation/destruction to dev probe
Jiri Pirko
2019-04-26
1
-76
/
+147
*
|
|
netdevsim: change debugfs tree topology
Jiri Pirko
2019-04-26
1
-1
/
+3
*
|
|
netdevsim: merge sdev into dev
Jiri Pirko
2019-04-26
1
-4
/
+4
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-23
14
-135
/
+2167
|
\
\
|
*
|
bpf: Increase MAX_NR_MAPS to 17 in test_verifier.c
Martin KaFai Lau
2019-04-19
1
-1
/
+1
|
*
|
selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.h
Wang YanQing
2019-04-19
2
-2
/
+2
|
*
|
selftests/bpf: fix a compilation error
Yonghong Song
2019-04-18
1
-2
/
+2
|
*
|
selftests: bpf: add VRF test cases to lwt_ip_encap test.
Peter Oskolkov
2019-04-17
1
-48
/
+86
|
*
|
selftests/bpf: make flow dissector tests more extensible
Stanislav Fomichev
2019-04-16
1
-81
/
+116
|
*
|
selftests/bpf: two scale tests
Alexei Starovoitov
2019-04-16
2
-0
/
+88
|
*
|
selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnel
Stanislav Fomichev
2019-04-16
1
-1
/
+1
[next]