summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-09-27libbpf: Ignore STT_SECTION symbols in 'maps' sectionToke Høiland-Jørgensen
2021-09-28selftests: xsk: Add frame_headroom testMagnus Karlsson
2021-09-28selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson
2021-09-28selftests: xsk: Add single packet testMagnus Karlsson
2021-09-28selftests: xsk: Introduce pacing of trafficMagnus Karlsson
2021-09-28selftests: xsk: Fix socket creation retryMagnus Karlsson
2021-09-28selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson
2021-09-28selftests: xsk: Fix missing initializationMagnus Karlsson
2021-09-26bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau
2021-09-24selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song
2021-09-21seltests: bpf: test_tunnel: Use ip neighJiri Benc
2021-09-21libbpf: Add legacy uprobe attaching supportAndrii Nakryiko
2021-09-21libbpf: Refactor and simplify legacy kprobe codeAndrii Nakryiko
2021-09-21selftests/bpf: Adopt attach_probe selftest to work on old kernelsAndrii Nakryiko
2021-09-21libbpf: Fix memory leak in legacy kprobe attach logicAndrii Nakryiko
2021-09-20libbpf: Add doc comments in libbpf.hGrant Seltzer
2021-09-17bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky
2021-09-17selftests/bpf: Add trace_vprintk test progDave Marchevsky
2021-09-17selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTsDave Marchevsky
2021-09-17bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky
2021-09-17libbpf: Use static const fmt string in __bpf_printkDave Marchevsky
2021-09-17libbpf: Modify bpf_printk to choose helper based on arg countDave Marchevsky
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky
2021-09-17selftests/bpf: Stop using bpf_program__loadDave Marchevsky
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-09-17selftests/bpf: Fix a few compiler warningsYonghong Song
2021-09-17libbpf: Constify all high-level program attach APIsAndrii Nakryiko
2021-09-17libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7Andrii Nakryiko
2021-09-17selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() APIAndrii Nakryiko
2021-09-17libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()Andrii Nakryiko
2021-09-17libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocsAndrii Nakryiko
2021-09-17selftests/bpf: Stop using relaxed_core_relocs which has no effectAndrii Nakryiko
2021-09-17libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()Andrii Nakryiko
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-16selftests: nci: replace unsigned int with intXiang wangx
2021-09-15bpf: Update bpf_get_smp_processor_id() documentationMatteo Croce
2021-09-15libbpf: Add sphinx code documentation commentsGrant Seltzer
2021-09-15tools/bootconfig: Define memblock_free_ptr() to fix build errorMasami Hiramatsu
2021-09-15selftests/bpf: Skip btf_tag test if btf_tag attribute not supportedYonghong Song
2021-09-15selftests: net: test ethtool -L vs mqJakub Kicinski
2021-09-14selftests/bpf: Add a test with a bpf program with btf_tag attributesYonghong Song
2021-09-14selftests/bpf: Test BTF_KIND_TAG for deduplicationYonghong Song
2021-09-14selftests/bpf: Add BTF_KIND_TAG unit testsYonghong Song
2021-09-14selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG formatYonghong Song
2021-09-14selftests/bpf: Test libbpf API function btf__add_tag()Yonghong Song
2021-09-14bpftool: Add support for BTF_KIND_TAGYonghong Song
2021-09-14libbpf: Add support for BTF_KIND_TAGYonghong Song
2021-09-14libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tagYonghong Song