summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: add config fragment BPF_JITAnders Roxell2019-09-211-0/+1
* selftests/bpf: fix test_cgroup_storage on s390Ilya Leoshkevich2019-09-211-3/+3
* selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390Ilya Leoshkevich2019-09-211-2/+5
* selftests/bpf: install files test_xdp_vlan.shAnders Roxell2019-09-061-1/+2
* selftests/bpf: add another gso_segs accessEric Dumazet2019-08-291-0/+11
* selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich2019-08-291-2/+1
* selftests/bpf: reduce time to execute test_xdp_vlan.shJesper Dangaard Brouer2019-08-091-5/+5
* selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer2019-08-094-2/+24
* bpf: fix XDP vlan selftests test_xdp_vlan.shJesper Dangaard Brouer2019-08-091-6/+36
* selftests/bpf: do not ignore clang failuresIlya Leoshkevich2019-08-061-6/+7
* selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc2019-07-261-6/+6
* selftests/bpf : clean up feature/ when make cleanHechao Li2019-07-261-1/+2
* selftests/bpf: adjust verifier scale testAlexei Starovoitov2019-07-261-14/+17
* bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao2019-06-131-4/+10
* bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-3/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-075-19/+745
|\
| * bpf: expand section tests for test_section_namesDaniel Borkmann2019-06-061-0/+10
| * bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann2019-06-061-16/+197
| * selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
| * selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi2019-05-291-0/+1
| * selftests: bpf: complete sub-register zero extension checksJiong Wang2019-05-291-11/+505
| * selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang2019-05-292-39/+39
| * selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel2019-05-231-0/+39
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-309-36/+9
|/
* 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-093-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-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-041-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-022-0/+47
|\|
| * selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon2019-04-252-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-263-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