summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | selftests/bpf: verifier/map_ptr_mixing converted to inline assemblyEduard Zingerman2023-04-213-100/+267
| | * | | | | | | selftests/bpf: verifier/map_in_map converted to inline assemblyEduard Zingerman2023-04-213-96/+144
| | * | | | | | | selftests/bpf: verifier/lwt converted to inline assemblyEduard Zingerman2023-04-213-189/+236
| | * | | | | | | selftests/bpf: verifier/loops1 converted to inline assemblyEduard Zingerman2023-04-213-206/+261
| | * | | | | | | selftests/bpf: verifier/jeq_infer_not_null converted to inline assemblyEduard Zingerman2023-04-213-174/+215
| | * | | | | | | selftests/bpf: verifier/direct_packet_access converted to inline assemblyEduard Zingerman2023-04-213-710/+805
| | * | | | | | | selftests/bpf: verifier/d_path converted to inline assemblyEduard Zingerman2023-04-213-37/+50
| | * | | | | | | selftests/bpf: verifier/ctx converted to inline assemblyEduard Zingerman2023-04-213-186/+223
| | * | | | | | | selftests/bpf: verifier/btf_ctx_access converted to inline assemblyEduard Zingerman2023-04-213-25/+34
| | * | | | | | | selftests/bpf: verifier/bpf_get_stack converted to inline assemblyEduard Zingerman2023-04-213-87/+126
| | * | | | | | | selftests/bpf: verifier/bounds converted to inline assemblyEduard Zingerman2023-04-213-884/+1078
| | * | | | | | | selftests/bpf: Add notion of auxiliary programs for test_loaderEduard Zingerman2023-04-212-22/+73
| | * | | | | | | selftests/bpf: add missing netfilter return value and ctx access testsFlorian Westphal2023-04-213-0/+174
| | * | | | | | | tools: bpftool: print netfilter link infoFlorian Westphal2023-04-216-0/+210
| | * | | | | | | bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee2023-04-211-4/+8
| | * | | | | | | bpftool: Register struct_ops with a link.Kui-Feng Lee2023-04-214-25/+75
| | * | | | | | | selftests/bpf: Verify optval=NULL caseStanislav Fomichev2023-04-212-0/+40
| | * | | | | | | selftests/xsk: Put MAP_HUGE_2MB in correct argumentMagnus Karlsson2023-04-211-7/+4
| | * | | | | | | bpf: Fix bpf_refcount_acquire's refcount_t address calculationDave Marchevsky2023-04-211-4/+4
| | * | | | | | | selftests/bpf: populate map_array_ro map for verifier_array_access testEduard Zingerman2023-04-202-5/+41
| | * | | | | | | selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loaderEduard Zingerman2023-04-202-0/+17
| | * | | | | | | selftests/bpf: fix __retval() being always ignoredEduard Zingerman2023-04-202-3/+3
| | * | | | | | | selftests/bpf: disable program test run for progs/refcounted_kptr.cEduard Zingerman2023-04-201-4/+4
| | * | | | | | | bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet2023-04-201-1/+1
| | * | | | | | | selftests/bpf: Add test to access integer type of variable arrayFeng Zhou2023-04-195-0/+70
| | * | | | | | | selftests/xsk: Fix munmap for hugepage allocated umemMagnus Karlsson2023-04-192-4/+16
| | * | | | | | | libbpf: mark bpf_iter_num_{new,next,destroy} as __weakAndrii Nakryiko2023-04-181-3/+3
| | * | | | | | | libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.hAndrii Nakryiko2023-04-182-103/+103
| | * | | | | | | selftests/bpf: add missing __weak kfunc log fixup testAndrii Nakryiko2023-04-182-0/+41
| | * | | | | | | libbpf: improve handling of unresolved kfuncsAndrii Nakryiko2023-04-181-3/+69
| | * | | | | | | libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko2023-04-181-4/+5
| | * | | | | | | libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko2023-04-181-12/+14
| | * | | | | | | selftests/bpf: Add a selftest for checking subreg equalityYonghong Song2023-04-172-0/+60
| | * | | | | | | bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet2023-04-163-140/+5
| | * | | | | | | selftests/bpf: Add refcounted_kptr testsDave Marchevsky2023-04-153-0/+496
| | * | | | | | | bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky2023-04-154-84/+182
| | * | | | | | | selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky2023-04-154-67/+73
| | * | | | | | | bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky2023-04-151-10/+39
| | * | | | | | | bpf: Add bpf_refcount_acquire kfuncDave Marchevsky2023-04-151-0/+13
| | * | | | | | | bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky2023-04-151-0/+4
| | * | | | | | | selftests/bpf: Workaround for older vm_sockets.h.Alexei Starovoitov2023-04-131-0/+5
| | * | | | | | | selftests/bpf: Fix merge conflict due to SYS() macro change.Alexei Starovoitov2023-04-131-2/+2
| * | | | | | | | selftests: net: Add bridge neighbor suppression testIdo Schimmel2023-04-212-0/+863
| * | | | | | | | selftests: forwarding: add a test for MAC Merge layerVladimir Oltean2023-04-203-0/+307
| * | | | | | | | selftests: forwarding: introduce helper for standard ethtool countersVladimir Oltean2023-04-201-0/+11
| * | | | | | | | selftests: forwarding: generalize bail_on_lldpad from mlxswPetr Machata2023-04-2011-46/+39
| * | | | | | | | selftests: forwarding: sch_tbf_*: Add a pre-run hookPetr Machata2023-04-205-3/+23
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-203-9/+9
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | selftests: mptcp: join: fix ShellCheck warningsMatthieu Baerts2023-04-171-2/+8
| * | | | | | | | selftests: mptcp: remove duplicated entries in usageMatthieu Baerts2023-04-171-4/+4