summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-04-21selftests/bpf: verifier/search_pruning converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/runtime_jit converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/regalloc converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/ref_tracking converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/map_ptr_mixing converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/map_in_map converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/lwt converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/loops1 converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/jeq_infer_not_null converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/direct_packet_access converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/d_path converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/ctx converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/btf_ctx_access converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/bpf_get_stack converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/bounds converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: Add notion of auxiliary programs for test_loaderEduard Zingerman
2023-04-21selftests/bpf: add missing netfilter return value and ctx access testsFlorian Westphal
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal
2023-04-21bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee
2023-04-21bpftool: Register struct_ops with a link.Kui-Feng Lee
2023-04-21selftests/bpf: Verify optval=NULL caseStanislav Fomichev
2023-04-21selftests/xsk: Put MAP_HUGE_2MB in correct argumentMagnus Karlsson
2023-04-21bpf: Fix bpf_refcount_acquire's refcount_t address calculationDave Marchevsky
2023-04-20selftests/bpf: populate map_array_ro map for verifier_array_access testEduard Zingerman
2023-04-20selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loaderEduard Zingerman
2023-04-20selftests/bpf: fix __retval() being always ignoredEduard Zingerman
2023-04-20selftests/bpf: disable program test run for progs/refcounted_kptr.cEduard Zingerman
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet
2023-04-19selftests/bpf: Add test to access integer type of variable arrayFeng Zhou
2023-04-19selftests/xsk: Fix munmap for hugepage allocated umemMagnus Karlsson
2023-04-18libbpf: mark bpf_iter_num_{new,next,destroy} as __weakAndrii Nakryiko
2023-04-18libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.hAndrii Nakryiko
2023-04-18selftests/bpf: add missing __weak kfunc log fixup testAndrii Nakryiko
2023-04-18libbpf: improve handling of unresolved kfuncsAndrii Nakryiko
2023-04-18libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko
2023-04-18libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko
2023-04-17selftests/bpf: Add a selftest for checking subreg equalityYonghong Song
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet
2023-04-15selftests/bpf: Add refcounted_kptr testsDave Marchevsky
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky
2023-04-15selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky
2023-04-13selftests/bpf: Workaround for older vm_sockets.h.Alexei Starovoitov
2023-04-13selftests/bpf: Fix merge conflict due to SYS() macro change.Alexei Starovoitov
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-04-13selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer