| Age | Commit message (Expand) | Author |
| 2025-11-13 | bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21 | Tom Stellard |
| 2025-08-20 | bpftool: Fix JSON writer resource leak in version command | Yuan Chen |
| 2025-08-15 | bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure | Yuan Chen |
| 2025-06-27 | bpftool: Fix cgroup command to only show cgroup bpf programs | Martin KaFai Lau |
| 2025-06-19 | bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels | YiFei Zhu |
| 2025-05-29 | bpftool: Fix readlink usage in get_fd_type | Viktor Malik |
| 2025-05-02 | bpf: bpftool: Setting error code in do_loader() | Sewon Nam |
| 2024-12-14 | bpftool: fix potential NULL pointer dereferencing in prog_dump() | Amir Mohammadi |
| 2024-12-05 | bpf, bpftool: Fix incorrect disasm pc | Leon Hwang |
| 2024-09-10 | bpftool: Fix undefined behavior in qsort(NULL, 0, ...) | Kuan-Wei Chiu |
| 2024-09-09 | bpftool: Fix typos | Andrew Kreimer |
| 2024-09-09 | bpftool: Fix undefined behavior caused by shifting into the sign bit | Kuan-Wei Chiu |
| 2024-09-06 | bpftool: Improve btf c dump sorting stability | Mykyta Yatsenko |
| 2024-09-05 | bpftool: fix some typos in bpftool | Lin Yikai |
| 2024-09-02 | bpftool: Fix handling enum64 in btf dump sorting | Mykyta Yatsenko |
| 2024-09-02 | bpftool: Add missing blank lines in bpftool-net doc example | Quentin Monnet |
| 2024-07-30 | tools/bpf: Fix the wrong format specifier | Zhu Jun |
| 2024-07-29 | bpftool: Add document for net attach/detach on tcx subcommand | Tao Chen |
| 2024-07-29 | bpftool: Add bash-completion for tcx subcommand | Tao Chen |
| 2024-07-29 | bpftool: Add net attach/detach command to tcx prog | Tao Chen |
| 2024-07-29 | bpftool: Refactor xdp attach/detach type judgment | Tao Chen |
| 2024-07-17 | bpftool: Fix typo in usage help | Donald Hunter |
| 2024-07-09 | bpftool: improve skeleton backwards compat with old buggy libbpfs | Andrii Nakryiko |
| 2024-07-02 | bpftool: Mount bpffs when pinmaps path not under the bpffs | Tao Chen |
| 2024-06-21 | bpftool: Allow compile-time checks of BPF map auto-attach support in skeleton | Andrii Nakryiko |
| 2024-06-12 | bpftool: Support dumping kfunc prototypes from BTF | Daniel Xu |
| 2024-06-11 | bpftool: Query only cgroup-related attach types | Kenta Tada |
| 2024-06-06 | libbpf: Auto-attach struct_ops BPF maps in BPF skeleton | Mykyta Yatsenko |
| 2024-06-05 | bpftool: Use BTF field iterator in btfgen | Andrii Nakryiko |
| 2024-06-03 | bpftool: Fix typo in MAX_NUM_METRICS macro name | Swan Beaujard |
| 2024-05-30 | bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops. | Kui-Feng Lee |
| 2024-05-21 | bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer | Ivan Babrou |
| 2024-05-18 | bpftool: Fix make dependencies for vmlinux.h | Artem Savkov |
| 2024-05-18 | bpftool: Introduce btf c dump sorting | Mykyta Yatsenko |
| 2024-05-06 | bpftool, selftests/hid/bpf: Fix 29 clang warnings | John Hubbard |
| 2024-04-16 | bpftool: Address minor issues in bash completion | Quentin Monnet |
| 2024-04-16 | bpftool: Update documentation where progs/maps can be passed by name | Quentin Monnet |
| 2024-04-12 | bpftool: Fix typo in error message | Thorsten Blum |
| 2024-04-10 | bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP | Yonghong Song |
| 2024-04-04 | bpftool: Mount bpffs on provided dir instead of parent dir | Sahil Siddiq |
| 2024-04-02 | bpftool: Use __typeof__() instead of typeof() in BPF skeleton | Andrii Nakryiko |
| 2024-04-02 | bpftool: Clean-up typos, punctuation, list formatting in docs | Rameez Rehman |
| 2024-04-02 | bpftool: Remove useless emphasis on command description in man pages | Rameez Rehman |
| 2024-04-02 | bpftool: Use simpler indentation in source rST for documentation | Rameez Rehman |
| 2024-03-28 | bpf: improve error message for unsupported helper | Mykyta Yatsenko |
| 2024-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2024-03-20 | bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool | Quentin Monnet |
| 2024-03-19 | bpftool: Remove unnecessary source files from bootstrap version | Quentin Monnet |
| 2024-03-19 | bpftool: Enable libbpf logs when loading pid_iter in debug mode | Quentin Monnet |
| 2024-03-15 | libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM | Alexei Starovoitov |