aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-11-30libbpf: Remove duplicate assignmentsMehrdad Arshad Rad
2021-11-29libbpf: Silence uninitialized warning/error in btf_dump_dump_type_dataAlan Maguire
2021-11-28selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen
2021-11-28libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAYHengqi Chen
2021-11-26bpf, mips: Fix build errors about __NR_bpf undeclaredTiezhu Yang
2021-11-26selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf testsAndrii Nakryiko
2021-11-26selftests/bpf: Fix misaligned memory accesses in xdp_bonding testAndrii Nakryiko
2021-11-26selftests/bpf: Prevent out-of-bounds stack access in test_bpffsAndrii Nakryiko
2021-11-26selftests/bpf: Fix misaligned memory access in queue_stack_map testAndrii Nakryiko
2021-11-26selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp testAndrii Nakryiko
2021-11-26selftests/bpf: Fix possible NULL passed to memcpy() with zero sizeAndrii Nakryiko
2021-11-26selftests/bpf: Fix UBSan complaint about signed __int128 overflowAndrii Nakryiko
2021-11-26libbpf: Fix using invalidated memory in bpf_linkerAndrii Nakryiko
2021-11-26libbpf: Fix glob_syms memory leak in bpf_linkerAndrii Nakryiko
2021-11-26libbpf: Don't call libc APIs with NULL pointersAndrii Nakryiko
2021-11-26libbpf: Fix potential misaligned memory access in btf_ext__new()Andrii Nakryiko
2021-11-26tools/resolve_btf_ids: Close ELF file on errorAndrii Nakryiko
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko
2021-11-25libbpf: Prevent deprecation warnings in xsk.cAndrii Nakryiko
2021-11-25libbpf: Use bpf_map_create() consistently internallyAndrii Nakryiko
2021-11-25libbpf: Unify low-level map creation APIs w/ new bpf_map_create()Andrii Nakryiko
2021-11-25selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko
2021-11-25libbpf: Load global data maps lazily on legacy kernelsAndrii Nakryiko
2021-11-22selftests/bpf: Fix trivial typoDrew Fustini
2021-11-19libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flagsFlorent Revest
2021-11-19selftests/bpf: Add btf_dedup case with duplicated structs within CUJiri Olsa
2021-11-19libbpf: Accommodate DWARF/compiler bug with duplicated structsAndrii Nakryiko
2021-11-19libbpf: Add runtime APIs to query libbpf versionAndrii Nakryiko
2021-11-18selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changesIlya Leoshkevich
2021-11-17selftests/bpf: Fix xdpxceiver failures for no hugepagesTirthendu Sarkar
2021-11-16selftests/bpf: Mark variable as staticYucong Sun
2021-11-16selftests/bpf: Variable naming fixYucong Sun
2021-11-16selftests/bpf: Move summary line after the error logsYucong Sun
2021-11-16selftests/bpf: Add uprobe triggering overhead benchmarksAndrii Nakryiko
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2021-11-16selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.pyQuentin Monnet
2021-11-16bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet
2021-11-16bpftool: Add SPDX tags to RST documentation filesQuentin Monnet
2021-11-16selftests/bpf: Add a dedup selftest with equivalent structure typesYonghong Song
2021-11-16libbpf: Fix a couple of missed btf_type_tag handling in btf.cYonghong Song
2021-11-16bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-14bpftool: Use libbpf_get_error() to check errorHengqi Chen
2021-11-14bpftool: Fix mixed indentation in documentationQuentin Monnet
2021-11-14bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet
2021-11-14bpftool: Fix indent in option lists in the documentationQuentin Monnet
2021-11-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet
2021-11-14bpftool: Fix memory leak in prog_dump()Quentin Monnet
2021-11-12selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song
2021-11-12selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song