summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2019-04-12selftests/bpf: Test ARG_PTR_TO_LONG arg typeAndrey Ignatov
2019-04-12selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.hAndrey Ignatov
2019-04-12selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov
2019-04-12selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov
2019-04-12selftests/bpf: Test sysctl_get_current_value helperAndrey Ignatov
2019-04-12selftests/bpf: Test bpf_sysctl_get_name helperAndrey Ignatov
2019-04-12selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov
2019-04-12selftests/bpf: Test sysctl section nameAndrey Ignatov
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-11selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire
2019-04-11selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire
2019-04-11selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-09bpf, selftest: add test cases for BTF Var and DataSecDaniel Borkmann
2019-04-09bpf, selftest: test global data/bss/rodata sectionsJoe Stringer
2019-04-09bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-05selftests/bpf: Test unbounded var_off stack accessAndrey Ignatov
2019-04-05selftests/bpf: Test indirect var_off stack access in unpriv modeAndrey Ignatov
2019-04-05selftests/bpf: Test indirect var_off stack access in raw modeAndrey Ignatov
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee
2019-04-04selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee
2019-04-04selftests/bpf: synthetic tests to push verifier limitsAlexei Starovoitov
2019-04-04selftests/bpf: add few verifier scale testsAlexei Starovoitov
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev
2019-04-03selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev
2019-04-02selftests: bpf: remove duplicate .flags initialization in ctx_skb.cStanislav Fomichev
2019-04-02selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.cStanislav Fomichev
2019-04-02selftests: bpf: fix -Wformat-security warning for flow_dissector_load.cStanislav Fomichev
2019-04-02selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev
2019-04-01bpf: add bpffs multi-dimensional array tests in test_btfYonghong Song
2019-03-29selftests/bpf: Test variable offset stack accessAndrey Ignatov
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27selftests/bpf: add btf_dedup test for VOID equivalence checkAndrii Nakryiko
2019-03-26selftests/bpf: test case for invalid call stack in dead codePaul Chaignon
2019-03-26selftests: bpf: don't depend on hardcoded perf sample_freqStanislav Fomichev
2019-03-25bpf: test_tc_tunnel.sh needs reverse path filtering disabledAlan Maguire
2019-03-22selftests: bpf: tc-bpf flow shaping with EDTPeter Oskolkov
2019-03-22selftests/bpf: convert bpf tunnel test to encap modesWillem de Bruijn
2019-03-22selftests/bpf: convert bpf tunnel test to BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn
2019-03-22selftests/bpf: convert bpf tunnel test to BPF_ADJ_ROOM_MACWillem de Bruijn
2019-03-22selftests/bpf: extend bpf tunnel test with tsoWillem de Bruijn
2019-03-22selftests/bpf: extend bpf tunnel test with greWillem de Bruijn
2019-03-22selftests/bpf: expand bpf tunnel test to ipv6Willem de Bruijn
2019-03-22selftests/bpf: expand bpf tunnel test with decapWillem de Bruijn
2019-03-22selftests/bpf: bpf tunnel encap testWillem de Bruijn
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski
2019-03-21selftests: bpf: modify urandom_read and link it non-staticallyIvan Vecera
2019-03-21selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcpLorenz Bauer
2019-03-21selftests/bpf: test references to sock_commonLorenz Bauer
2019-03-21selftests/bpf: allow specifying helper for BPF_SK_LOOKUPLorenz Bauer