aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-02sync: Pull latest bpftool changes from kernelupstream-masterQuentin Monnet
2023-10-02bpftool: Display missed count for kprobe perf linkJiri Olsa
2023-10-02bpftool: Display missed count for kprobe_multi linkJiri Olsa
2023-10-02bpf: Add missed value to kprobe perf link infoJiri Olsa
2023-10-02bpf: Add missed value to kprobe_multi link infoJiri Olsa
2023-10-02sync: Update libbpf submoduleQuentin Monnet
2023-09-26sync: Pull latest bpftool changes from kernelQuentin Monnet
2023-09-26bpf: Clarify error expectations from bpf_clone_redirectStanislav Fomichev
2023-09-26bpftool: Fix -Wcast-qual warningDenys Zagorui
2023-09-26bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song
2023-09-26bpftool: Fix build warnings with -Wtype-limitsYafang Shao
2023-09-26sync: Update libbpf submoduleQuentin Monnet
2023-08-29mirror: Update "fallthrough" keyword definitionQuentin Monnet
2023-08-29sync: Pull latest bpftool changes from kernelQuentin Monnet
2023-08-29bpf: Add pid filter support for uprobe_multi linkJiri Olsa
2023-08-29bpf: Add cookies support for uprobe_multi linkJiri Olsa
2023-08-29bpf: Add multi uprobe linkJiri Olsa
2023-08-29bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa
2023-08-29bpftool: Implement link show support for xdpDaniel Borkmann
2023-08-29bpftool: Implement link show support for tcxDaniel Borkmann
2023-08-29bpftool: fix perf help messageDaniel T. Lee
2023-08-29bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa
2023-08-29bpf: change bpf_alu_sign_string and bpf_movsx_string to staticYang Yingliang
2023-08-29bpf: Fix an array-index-out-of-bounds issue in disasm.cYonghong Song
2023-08-29netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu
2023-08-29bpf: Add kernel/bpftool asm support for new instructionsYonghong Song
2023-08-29bpf: Support new sign-extension load insnsYonghong Song
2023-08-29bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer
2023-08-29bpf: sync tools/ uapi header withAlan Maguire
2023-08-29bpftool: Extend net dump with tcx progsDaniel Borkmann
2023-08-29bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann
2023-08-29bpf: Add generic attach/detach/query API for multi-progsDaniel Borkmann
2023-08-29bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet
2023-08-29bpftool: Show perf link infoYafang Shao
2023-08-29bpftool: Add perf event namesYafang Shao
2023-08-29bpf: Support ->fill_link_info for perf_eventYafang Shao
2023-08-29bpftool: Show kprobe_multi link infoYafang Shao
2023-08-29bpftool: Dump the kernel symbol's module nameYafang Shao
2023-08-29bpf: Support ->fill_link_info for kprobe_multiYafang Shao
2023-08-29asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarchTiezhu Yang
2023-08-29sync: Update libbpf submoduleQuentin Monnet
2023-07-12ci: Bump clang/LLVM version on Ubuntu 20.04Quentin Monnet
2023-07-12sync: Pull latest bpftool changes from kernelQuentin Monnet
2023-07-12bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin
2023-07-12bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet
2023-07-12bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin
2023-07-12bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin
2023-07-12sync: Update libbpf submoduleQuentin Monnet
2023-07-10sync: Pull latest bpftool changes from kernelQuentin Monnet
2023-07-10bpf: Replace deprecated -target with --target= for ClangFangrui Song