summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: measure RTT from xdp using xdpingAlan Maguire2019-06-016-2/+558
* selftests/bpf: add auto-detach testRoman Gushchin2019-05-281-1/+97
* selftests/bpf: enable all available cgroup v2 controllersRoman Gushchin2019-05-281-0/+57
* selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin2019-05-283-1/+478
* selftests/bpf: fail test_tunnel.sh if subtests failStanislav Fomichev2019-05-281-0/+32
* bpf: style fix in while(!feof()) loopChang-Hsien Tsai2019-05-281-3/+1
* selftests: bpf: enable hi32 randomization for all testsJiong Wang2019-05-257-5/+51
* selftests: bpf: adjust several test_verifier helpers for insn insertionJiong Wang2019-05-251-10/+19
* tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song2019-05-243-0/+250
* selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko2019-05-2410-1/+824
* selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko2019-05-243-1/+384
* selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.extAndrii Nakryiko2019-05-241-58/+13
* selftests: bpf: Move bpf_printk to bpf_helpers.hMichal Rostecki2019-05-247-42/+8
* selftests/bpf: add pyperf scale testAlexei Starovoitov2019-05-235-13/+298
* selftests/bpf: adjust verifier scale testAlexei Starovoitov2019-05-231-14/+17
* selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov2019-05-171-1/+1
* selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignoreStanislav Fomichev2019-05-162-0/+2
* selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev2019-05-161-0/+1
* selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev2019-05-161-4/+4
* bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann2019-05-141-14/+274
* selftests: bpf: Add files generated after build to .gitignoreKelsey Skunberg2019-05-131-0/+2
* bpf: add various test cases for backward jumpsDaniel Borkmann2019-05-131-0/+195
* selftests: bpf: initialize bpf_object pointers where neededLorenz Bauer2019-05-103-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-0/+19
|\
| * bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-05-011-0/+19
* | selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song2019-05-051-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-032-0/+47
|\|
| * selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon2019-04-262-0/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-2822-158/+1514
|\ \
| * | bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau2019-04-273-16/+157
| * | bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau2019-04-274-10/+679
| * | bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau2019-04-272-19/+152
| * | bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau2019-04-272-62/+70
| * | selftests: bpf: test writable buffers in raw tpsMatt Mullins2019-04-273-0/+156
| * | selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn2019-04-243-5/+80
| * | bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-231-14/+9
| * | selftests/bpf: properly return error from bpf_flow_loadStanislav Fomichev2019-04-231-4/+4
| * | selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev2019-04-234-34/+165
| * | selftests/bpf: add flow dissector bpf_skb_load_bytes helper testStanislav Fomichev2019-04-231-0/+48
* | | netdevsim: move netdev creation/destruction to dev probeJiri Pirko2019-04-261-76/+147
* | | netdevsim: change debugfs tree topologyJiri Pirko2019-04-261-1/+3
* | | netdevsim: merge sdev into devJiri Pirko2019-04-261-4/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-2314-135/+2167
|\ \
| * | bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau2019-04-191-1/+1
| * | selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing2019-04-192-2/+2
| * | selftests/bpf: fix a compilation errorYonghong Song2019-04-181-2/+2
| * | selftests: bpf: add VRF test cases to lwt_ip_encap test.Peter Oskolkov2019-04-171-48/+86
| * | selftests/bpf: make flow dissector tests more extensibleStanislav Fomichev2019-04-161-81/+116
| * | selftests/bpf: two scale testsAlexei Starovoitov2019-04-162-0/+88
| * | selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnelStanislav Fomichev2019-04-161-1/+1