summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2021-08-15selftest/bpf: Extend the bpf_snprintf() test for "%c".Kuniyuki Iwashima
2021-08-15selftest/bpf: Implement sample UNIX domain socket iterator program.Kuniyuki Iwashima
2021-08-13selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev
2021-08-13selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich
2021-08-13libbpf: Support weak typed ksyms.Hao Luo
2021-08-13selftests/bpf: Fix running of XDP bonding testsJussi Maki
2021-08-13selftests, bpf: Test that dead ldx_w insns are acceptedIlya Leoshkevich
2021-08-09selftests/bpf: Add tests for XDP bondingJussi Maki
2021-08-09selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki
2021-08-06selftests/bpf: Rename reference_tracking BPF programsAndrii Nakryiko
2021-08-06selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet
2021-08-04selftests/bpf: Move netcnt test under test_progsStanislav Fomichev
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30selftests/bpf: Update bpftool's consistency script for checking optionsQuentin Monnet
2021-07-30selftests/bpf: Check consistency between bpftool source, doc, completionQuentin Monnet
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet
2021-07-27bpf: Increase supported cgroup storage value sizeStanislav Fomichev
2021-07-26selftests/bpf: Use ping6 only if available in tc_redirectJussi Maki
2021-07-23selftests/bpf: Document vmtest.sh dependenciesEvgeniy Litvinenko
2021-07-23libbpf: Add bpf_map__pin_path functionEvgeniy Litvinenko
2021-07-23bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-22libbpf: Allow decimal offset for kprobesJiri Olsa
2021-07-22selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis
2021-07-20selftests/bpf: Add __int128-specific tests for typed data dumpAlan Maguire
2021-07-20selftests, bpf: test_tc_tunnel.sh nc: Cannot use -p and -lVincent Li
2021-07-20bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend
2021-07-19selftests/bpf: Check inner map deletionMartynas Pumputis
2021-07-16selftests/bpf: Add dump type data tests to btf dump testsAlan Maguire
2021-07-16selftests/bpf: Add ASSERT_STRNEQ() variant for test_progsAlan Maguire
2021-07-16selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng
2021-07-16bpf, selftests: Add test cases for pointer alu from multiple pathsDaniel Borkmann
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15selftests/bpf: Add test cases for redirection between udp and unixCong Wang
2021-07-15selftests/bpf: Add a test case for unix sockmapCong Wang
2021-07-15selftests/bpf: Factor out add_to_sockmap()Cong Wang
2021-07-15selftests/bpf: Factor out udp_socketpair()Cong Wang
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang
2021-07-15selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa
2021-07-15selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa
2021-07-15selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov
2021-07-15selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser
2021-07-09bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend
2021-07-07bpf: Tidy xdp attach selftestsKumar Kartikeya Dwivedi
2021-07-07selftests/bpf: Add test for xdp_md context in BPF_PROG_TEST_RUNZvi Effron
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-06-21selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()Cong Wang