| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | bpftool: Allow bpftool to build with openssl < 3 | Alan Maguire | 1 | -0/+6 |
| 2025-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+ | Alexei Starovoitov | 1 | -1/+1 |
| 2025-11-05 | bpftool: Recognize insn_array map type | Anton Protopopov | 2 | -2/+4 |
| 2025-11-04 | bpf: add _impl suffix for bpf_stream_vprintk() kfunc | Mykyta Yatsenko | 1 | -1/+1 |
| 2025-10-28 | bpftool: Fix missing closing parethesis for BTF_KIND_UNKN | Zhang Chujun | 1 | -1/+1 |
| 2025-09-27 | bpftool: Remove duplicate string.h header | Jiapeng Chong | 1 | -1/+0 |
| 2025-09-23 | bpftool: Add bash completion for program signing options | Quentin Monnet | 1 | -9/+17 |
| 2025-09-22 | bpftool: Add support for signing BPF programs | KP Singh | 9 | -11/+372 |
| 2025-09-19 | bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21 | Tom Stellard | 2 | -2/+2 |
| 2025-09-19 | bpftool: Fix UAF in get_delegate_value | Tao Chen | 1 | -53/+37 |
| 2025-09-19 | bpftool: Add HELP_SPEC_OPTIONS in token.c | Tao Chen | 1 | -0/+1 |
| 2025-09-15 | bpftool: Search for tracefs at /sys/kernel/tracing first | Quentin Monnet | 1 | -9/+2 |
| 2025-09-02 | bpftool: Add CET-aware symbol matching for x86_64 architectures | Yuan Chen | 1 | -4/+50 |
| 2025-09-02 | bpftool: Refactor kernel config reading into common helper | Yuan Chen | 3 | -82/+106 |
| 2025-08-19 | bpftool: Add kernel.kptr_restrict hint for no instructions | Vincent Li | 1 | -1/+1 |
| 2025-08-01 | bpftool: Add bash completion for token argument | Tao Chen | 1 | -0/+11 |
| 2025-08-01 | bpftool: Add bpftool-token manpage | Tao Chen | 1 | -0/+64 |
| 2025-08-01 | bpftool: Add bpf_token show | Tao Chen | 3 | -1/+228 |
| 2025-07-03 | bpftool: Add support for dumping streams | Kumar Kartikeya Dwivedi | 3 | -2/+70 |
| 2025-06-20 | bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure | Yuan Chen | 1 | -6/+9 |
| 2025-06-20 | bpftool: Use appropriate permissions for map access | Slava Imameev | 8 | -51/+96 |
| 2025-06-17 | bpftool: Fix JSON writer resource leak in version command | Yuan Chen | 1 | -3/+3 |
| 2025-06-09 | bpftool: Display cookie for tracing link probe | Tao Chen | 1 | -0/+3 |
| 2025-06-05 | bpftool: Display cookie for raw_tp link probe | Tao Chen | 1 | -0/+3 |
| 2025-05-27 | bpftool: Add support for custom BTF path in prog load/loadall | Jiayuan Chen | 3 | -5/+21 |
| 2025-05-09 | bpftool: Display ref_ctr_offset for uprobe link info | Jiri Olsa | 1 | -0/+3 |
| 2025-05-08 | bpftool: Fix cgroup command to only show cgroup bpf programs | Martin KaFai Lau | 1 | -6/+6 |
| 2025-05-06 | bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels | YiFei Zhu | 1 | -1/+1 |
| 2025-03-30 | Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 16 | -54/+66 |
| 2025-03-17 | bpftool: Using the right format specifiers | Jiayuan Chen | 11 | -30/+31 |
| 2025-03-17 | bpftool: Add -Wformat-signedness flag to detect format errors | Jiayuan Chen | 1 | -1/+6 |
| 2025-03-15 | bpf: bpftool: Setting error code in do_loader() | Sewon Nam | 1 | -0/+1 |
| 2025-02-25 | Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p... | Linus Torvalds | 2 | -12/+0 |
| 2025-02-18 | tools: Remove redundant quiet setup | Charlie Jenkins | 2 | -12/+0 |
| 2025-02-13 | bpftool: Check map name length when map create | Rong Tao | 1 | -0/+4 |
| 2025-02-10 | bpftool: Using the right format specifiers | Jiayuan Chen | 4 | -22/+22 |
| 2025-02-03 | bpftool: Fix readlink usage in get_fd_type | Viktor Malik | 1 | -1/+2 |
| 2025-01-24 | Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -0/+7 |
| 2025-01-10 | bpftool: Fix control flow graph segfault during edge creation | Christoph Werle | 1 | -0/+1 |
| 2024-12-18 | bpftool: Link zstd lib required by libelf | Leo Yan | 1 | -0/+7 |
| 2024-12-13 | bpftool: bash: Add bash completion for root_id argument | Daniel Xu | 1 | -1/+6 |
| 2024-12-13 | bpftool: btf: Support dumping a specific types from file | Daniel Xu | 2 | -4/+44 |
| 2024-12-13 | bpftool: btf: Validate root_type_ids early | Daniel Xu | 1 | -0/+12 |
| 2024-12-13 | bpftool: man: Add missing format argument to command description | Daniel Xu | 1 | -1/+1 |
| 2024-12-12 | bpftool: Probe for ISA v4 instruction set extension | Simone Magnani | 1 | -0/+23 |
| 2024-12-06 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 1 | -5/+12 |
| 2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+2 |
| 2024-11-25 | bpftool: fix potential NULL pointer dereferencing in prog_dump() | Amir Mohammadi | 1 | -5/+12 |
| 2024-11-13 | bpftool: Cast variable `var` to long long | Luo Yifan | 1 | -1/+1 |
| 2024-11-05 | bpftool: ensure task comm is always NUL-terminated | Yafang Shao | 1 | -0/+2 |
| 2024-11-01 | bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile | Viktor Malik | 1 | -1/+5 |
| 2024-11-01 | bpf, bpftool: Fix incorrect disasm pc | Leon Hwang | 1 | -11/+29 |
| 2024-10-03 | bpftool: __bpf_fastcall for kfuncs marked with special decl_tag | Eduard Zingerman | 1 | -10/+88 |
| 2024-09-10 | bpftool: Fix undefined behavior in qsort(NULL, 0, ...) | Kuan-Wei Chiu | 1 | -0/+3 |
| 2024-09-09 | bpftool: Fix typos | Andrew Kreimer | 1 | -1/+1 |
| 2024-09-09 | bpftool: Fix undefined behavior caused by shifting into the sign bit | Kuan-Wei Chiu | 1 | -4/+4 |
| 2024-09-06 | bpftool: Improve btf c dump sorting stability | Mykyta Yatsenko | 1 | -5/+75 |
| 2024-09-05 | bpftool: fix some typos in bpftool | Lin Yikai | 2 | -6/+6 |
| 2024-09-02 | bpftool: Fix handling enum64 in btf dump sorting | Mykyta Yatsenko | 1 | -3/+4 |
| 2024-09-02 | bpftool: Add missing blank lines in bpftool-net doc example | Quentin Monnet | 1 | -0/+2 |
| 2024-07-30 | tools/bpf: Fix the wrong format specifier | Zhu Jun | 1 | -2/+2 |
| 2024-07-29 | bpftool: Add document for net attach/detach on tcx subcommand | Tao Chen | 1 | -1/+21 |
| 2024-07-29 | bpftool: Add bash-completion for tcx subcommand | Tao Chen | 1 | -1/+1 |
| 2024-07-29 | bpftool: Add net attach/detach command to tcx prog | Tao Chen | 1 | -1/+42 |
| 2024-07-29 | bpftool: Refactor xdp attach/detach type judgment | Tao Chen | 1 | -5/+21 |
| 2024-07-17 | bpftool: Fix typo in usage help | Donald Hunter | 1 | -1/+1 |
| 2024-07-09 | bpftool: improve skeleton backwards compat with old buggy libbpfs | Andrii Nakryiko | 1 | -14/+32 |
| 2024-07-02 | bpftool: Mount bpffs when pinmaps path not under the bpffs | Tao Chen | 1 | -0/+4 |
| 2024-06-21 | bpftool: Allow compile-time checks of BPF map auto-attach support in skeleton | Andrii Nakryiko | 1 | -0/+2 |
| 2024-06-12 | bpftool: Support dumping kfunc prototypes from BTF | Daniel Xu | 1 | -0/+55 |
| 2024-06-11 | bpftool: Query only cgroup-related attach types | Kenta Tada | 1 | -4/+36 |
| 2024-06-06 | libbpf: Auto-attach struct_ops BPF maps in BPF skeleton | Mykyta Yatsenko | 1 | -4/+32 |
| 2024-06-05 | bpftool: Use BTF field iterator in btfgen | Andrii Nakryiko | 1 | -10/+6 |
| 2024-06-03 | bpftool: Fix typo in MAX_NUM_METRICS macro name | Swan Beaujard | 1 | -7/+7 |
| 2024-05-30 | bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops. | Kui-Feng Lee | 1 | -1/+6 |
| 2024-05-21 | bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer | Ivan Babrou | 1 | -1/+1 |
| 2024-05-18 | bpftool: Fix make dependencies for vmlinux.h | Artem Savkov | 1 | -1/+2 |
| 2024-05-18 | bpftool: Introduce btf c dump sorting | Mykyta Yatsenko | 3 | -7/+140 |
| 2024-05-06 | bpftool, selftests/hid/bpf: Fix 29 clang warnings | John Hubbard | 1 | -1/+1 |
| 2024-04-16 | bpftool: Address minor issues in bash completion | Quentin Monnet | 1 | -36/+25 |
| 2024-04-16 | bpftool: Update documentation where progs/maps can be passed by name | Quentin Monnet | 4 | -4/+4 |
| 2024-04-12 | bpftool: Fix typo in error message | Thorsten Blum | 1 | -1/+1 |
| 2024-04-10 | bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP | Yonghong Song | 1 | -0/+9 |
| 2024-04-04 | bpftool: Mount bpffs on provided dir instead of parent dir | Sahil Siddiq | 5 | -16/+92 |
| 2024-04-02 | bpftool: Use __typeof__() instead of typeof() in BPF skeleton | Andrii Nakryiko | 1 | -2/+2 |
| 2024-04-02 | bpftool: Clean-up typos, punctuation, list formatting in docs | Rameez Rehman | 3 | -40/+35 |
| 2024-04-02 | bpftool: Remove useless emphasis on command description in man pages | Rameez Rehman | 11 | -61/+61 |
| 2024-04-02 | bpftool: Use simpler indentation in source rST for documentation | Rameez Rehman | 14 | -991/+908 |
| 2024-03-28 | bpf: improve error message for unsupported helper | Mykyta Yatsenko | 1 | -1/+2 |
| 2024-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-03-20 | bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftool | Quentin Monnet | 1 | -4/+5 |
| 2024-03-19 | bpftool: Remove unnecessary source files from bootstrap version | Quentin Monnet | 1 | -4/+1 |
| 2024-03-19 | bpftool: Enable libbpf logs when loading pid_iter in debug mode | Quentin Monnet | 1 | -7/+12 |
| 2024-03-15 | libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM | Alexei Starovoitov | 1 | -1/+1 |
| 2024-03-14 | bpftool: Fix missing pids during link show | Yonghong Song | 1 | -2/+2 |
| 2024-03-14 | bpftool: Cast pointers for shadow types explicitly. | Kui-Feng Lee | 1 | -1/+2 |
| 2024-03-11 | libbpf: Recognize __arena global variables. | Andrii Nakryiko | 1 | -0/+13 |
| 2024-03-11 | bpftool: Recognize arena map type | Alexei Starovoitov | 2 | -2/+2 |
| 2024-03-07 | bpftool: rename is_internal_mmapable_map into is_mmapable_map | Andrii Nakryiko | 1 | -9/+9 |
| 2024-02-29 | bpftool: Add an example for struct_ops map and shadow type. | Kui-Feng Lee | 1 | -6/+52 |
| 2024-02-29 | bpftool: Generated shadow variables for struct_ops maps. | Kui-Feng Lee | 1 | -1/+236 |
| 2024-01-29 | bpftool: Be more portable by using POSIX's basename() | Arnaldo Carvalho de Melo | 1 | -3/+6 |
| 2024-01-23 | bpftool: Display cookie for kprobe multi link | Jiri Olsa | 1 | -15/+63 |
| 2024-01-23 | bpftool: Display cookie for perf event link probes | Jiri Olsa | 1 | -0/+14 |
| 2024-01-23 | bpftool: Fix wrong free call in do_show_link | Jiri Olsa | 1 | -1/+1 |
| 2024-01-23 | bpftool: Silence build warning about calloc() | Tiezhu Yang | 1 | -1/+1 |
| 2024-01-04 | bpfilter: remove bpfilter | Quentin Deslandes | 1 | -4/+0 |
| 2023-11-28 | bpftool: Add support to display uprobe_multi links | Jiri Olsa | 1 | -2/+103 |
| 2023-11-27 | bpftool: mark orphaned programs during prog show | Stanislav Fomichev | 1 | -5/+9 |
| 2023-11-09 | bpftool: Fix prog object type in manpage | Artem Savkov | 1 | -1/+1 |
| 2023-10-24 | bpftool: Extend net dump with netkit progs | Daniel Borkmann | 2 | -5/+10 |
| 2023-10-24 | bpftool: Implement link show support for netkit | Daniel Borkmann | 1 | -0/+9 |
| 2023-10-19 | bpftool: Wrap struct_ops dump in an array | Manu Bretelle | 1 | -0/+6 |
| 2023-10-19 | bpftool: Fix printing of pointer value | Manu Bretelle | 1 | -1/+1 |
| 2023-10-11 | bpftool: Add support for cgroup unix socket address hooks | Daan De Meyer | 5 | -23/+38 |
| 2023-10-09 | bpftool: Align bpf_load_and_run_opts insns and data | Ian Rogers | 1 | -20/+23 |
| 2023-10-09 | bpftool: Align output skeleton ELF code | Ian Rogers | 1 | -6/+9 |
| 2023-09-25 | bpftool: Display missed count for kprobe perf link | Jiri Olsa | 1 | -0/+3 |
| 2023-09-25 | bpftool: Display missed count for kprobe_multi link | Jiri Olsa | 1 | -0/+3 |
| 2023-09-08 | bpftool: Fix -Wcast-qual warning | Denys Zagorui | 1 | -1/+1 |
| 2023-08-30 | bpftool: Fix build warnings with -Wtype-limits | Yafang Shao | 1 | -1/+1 |
| 2023-08-16 | bpftool: Implement link show support for xdp | Daniel Borkmann | 1 | -0/+7 |
| 2023-08-16 | bpftool: Implement link show support for tcx | Daniel Borkmann | 1 | -0/+37 |
| 2023-08-11 | bpftool: fix perf help message | Daniel T. Lee | 1 | -1/+1 |
| 2023-07-19 | bpftool: Extend net dump with tcx progs | Daniel Borkmann | 3 | -16/+116 |
| 2023-07-12 | bpftool: Use "fallthrough;" keyword instead of comments | Quentin Monnet | 2 | -2/+2 |
| 2023-07-11 | bpftool: Show perf link info | Yafang Shao | 1 | -1/+246 |
| 2023-07-11 | bpftool: Add perf event names | Yafang Shao | 1 | -0/+67 |
| 2023-07-11 | bpftool: Show kprobe_multi link info | Yafang Shao | 1 | -3/+115 |
| 2023-07-11 | bpftool: Dump the kernel symbol's module name | Yafang Shao | 2 | -1/+7 |
| 2023-07-10 | bpftool: Use a local bpf_perf_event_value to fix accessing its fields | Alexander Lobakin | 1 | -10/+17 |
| 2023-07-10 | bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.c | Quentin Monnet | 1 | -2/+9 |
| 2023-07-10 | bpftool: Define a local bpf_perf_link to fix accessing its fields | Alexander Lobakin | 1 | -2/+7 |
| 2023-07-10 | bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookie | Alexander Lobakin | 1 | -1/+5 |
| 2023-06-29 | bpf: Replace deprecated -target with --target= for Clang | Fangrui Song | 2 | -3/+3 |
| 2023-05-23 | bpftool: Specify XDP Hints ifname when loading program | Larysa Zaremba | 5 | -20/+64 |
| 2023-05-19 | bpftool: Show target_{obj,btf}_id in tracing link info | Yafang Shao | 1 | -0/+6 |
| 2023-05-17 | bpftool: Support bpffs mountpoint as pin path for prog loadall | Pengcheng Yang | 5 | -7/+10 |
| 2023-05-15 | bpftool: JIT limited misreported as negative value on aarch64 | Alan Maguire | 1 | -12/+12 |
| 2023-04-27 | bpftool: Dump map id instead of value for map_of_maps types | Xueming Feng | 1 | -2/+10 |
| 2023-04-27 | bpftool: Show map IDs along with struct_ops links. | Kui-Feng Lee | 1 | -2/+8 |
| 2023-04-21 | tools: bpftool: print netfilter link info | Florian Westphal | 3 | -0/+192 |
| 2023-04-21 | bpftool: Update doc to explain struct_ops register subcommand. | Kui-Feng Lee | 1 | -4/+8 |
| 2023-04-21 | bpftool: Register struct_ops with a link. | Kui-Feng Lee | 4 | -25/+75 |
| 2023-04-20 | bpftool: Replace "__fallthrough" by a comment to address merge conflict | Quentin Monnet | 1 | -1/+1 |
| 2023-04-07 | bpftool: Set program type only if it differs from the desired one | Wei Yongjun | 1 | -1/+2 |
| 2023-04-05 | bpftool: Clean up _bpftool_once_attr() calls in bash completion | Quentin Monnet | 1 | -13/+3 |
| 2023-04-05 | bpftool: Support printing opcodes and source file references in CFG | Quentin Monnet | 7 | -15/+83 |
| 2023-04-05 | bpftool: Support "opcodes", "linum", "visual" simultaneously | Quentin Monnet | 3 | -39/+47 |
| 2023-04-05 | bpftool: Return an error on prog dumps if both CFG and JSON are required | Quentin Monnet | 2 | -6/+11 |
| 2023-04-05 | bpftool: Support inline annotations when dumping the CFG of a program | Quentin Monnet | 6 | -26/+88 |
| 2023-04-05 | bpftool: Fix bug for long instructions in program CFG dumps | Quentin Monnet | 1 | -0/+7 |
| 2023-04-05 | bpftool: Fix documentation about line info display for prog dumps | Quentin Monnet | 1 | -6/+4 |
| 2023-03-29 | tools: bpftool: json: Fix backslash escape typo in jsonw_puts | Manu Bretelle | 2 | -1/+2 |
| 2023-02-27 | tools: bpftool: Remove invalid \' json escape | Luis Gerhorst | 1 | -3/+0 |
| 2023-02-16 | bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 9 | -36/+41 |
| 2023-02-02 | bpftool: profile online CPUs instead of possible | Tonghao Zhang | 1 | -8/+30 |
| 2023-01-13 | bpftool: Always disable stack protection for BPF objects | Holger Hoffstätte | 1 | -1/+2 |
| 2023-01-10 | bpftool: fix output for skipping kernel config check | Chethan Suresh | 1 | -4/+4 |
| 2023-01-10 | bpftool: Add missing quotes to libbpf bootstrap submake vars | James Hilliard | 1 | -1/+1 |
| 2023-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+4 |
| 2022-12-22 | bpftool: Fix linkage with statically built libllvm | Anton Protopopov | 1 | -0/+4 |
| 2022-12-20 | bpf: makefiles: Do not generate empty vmlinux.h | Changbin Du | 1 | -0/+3 |
| 2022-12-06 | bpftool: Fix memory leak in do_build_table_cb | Miaoqian Lin | 1 | -0/+1 |
| 2022-11-20 | bpftool: remove function free_btf_vmlinux() | Sahid Orentino Ferdjaoui | 1 | -6/+1 |
| 2022-11-20 | bpftool: clean-up usage of libbpf_get_error() | Sahid Orentino Ferdjaoui | 8 | -45/+39 |
| 2022-11-20 | bpftool: fix error message when function can't register struct_ops | Sahid Orentino Ferdjaoui | 1 | -3/+2 |
| 2022-11-20 | bpftool: replace return value PTR_ERR(NULL) with 0 | Sahid Orentino Ferdjaoui | 1 | -4/+2 |
| 2022-11-20 | bpftool: remove support of --legacy option for bpftool | Sahid Orentino Ferdjaoui | 6 | -33/+3 |
| 2022-11-15 | bpftool: Check argc first before "file" in do_batch() | Tiezhu Yang | 1 | -3/+3 |
| 2022-11-11 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 8 | -71/+43 |
| 2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2022-11-09 | libbpf: Hashmap interface update to allow both long and void* keys/values | Eduard Zingerman | 8 | -71/+43 |
| 2022-11-02 | bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE | Pu Lehui | 1 | -0/+3 |
| 2022-10-26 | bpftool: Fix spelling mistake "disasembler" -> "disassembler" | Colin Ian King | 1 | -1/+1 |
| 2022-10-25 | bpftool: Support new cgroup local storage | Yonghong Song | 2 | -2/+2 |
| 2022-10-25 | bpftool: Add llvm feature to "bpftool version" | Quentin Monnet | 2 | -4/+11 |
| 2022-10-25 | bpftool: Support setting alternative arch for JIT disasm with LLVM | Quentin Monnet | 4 | -18/+16 |
| 2022-10-25 | bpftool: Add LLVM as default library for disassembling JIT-ed programs | Quentin Monnet | 3 | -23/+141 |
| 2022-10-25 | bpftool: Refactor disassembler for JIT-ed programs | Quentin Monnet | 1 | -45/+88 |
| 2022-10-25 | bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd | Quentin Monnet | 1 | -12/+15 |
| 2022-10-25 | bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile | Quentin Monnet | 1 | -5/+14 |
| 2022-10-25 | bpftool: Remove asserts from JIT disassembler | Quentin Monnet | 4 | -35/+57 |
| 2022-10-25 | bpftool: Define _GNU_SOURCE only once | Quentin Monnet | 7 | -0/+14 |
| 2022-10-21 | bpftool: Add "bootstrap" feature to version output | Quentin Monnet | 1 | -32/+49 |
| 2022-10-21 | bpftool: Set binary name to "bpftool" in help and version output | Quentin Monnet | 1 | -1/+1 |
| 2022-10-21 | bpftool: Update the bash completion(add autoattach to prog load) | Wang Yufen | 1 | -0/+1 |
| 2022-10-21 | bpftool: Update doc (add autoattach to prog load) | Wang Yufen | 1 | -2/+13 |
| 2022-10-21 | bpftool: Add autoattach for bpf prog load|loadall | Wang Yufen | 1 | -2/+74 |
| 2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+49 |
| 2022-09-30 | bpftool: Fix error message of strerror | Tianyi Liu | 3 | -12/+10 |
| 2022-09-30 | bpftool: Remove unused struct event_ring_info | Yuan Can | 1 | -7/+0 |
| 2022-09-30 | bpftool: Remove unused struct btf_attach_point | Yuan Can | 1 | -5/+0 |
| 2022-09-28 | bpftool: Show parameters of BPF task iterators. | Kui-Feng Lee | 1 | -0/+19 |
| 2022-09-21 | bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type | David Vernet | 2 | -2/+2 |
| 2022-09-21 | bpftool: Fix wrong cgroup attach flags being assigned to effective progs | Pu Lehui | 1 | -5/+49 |
| 2022-09-06 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Paolo Abeni | 2 | -1/+36 |
| 2022-08-30 | bpftool: Add support for querying cgroup_iter link | Hao Luo | 1 | -0/+35 |
| 2022-08-25 | bpftool: Fix a wrong type cast in btf_dumper_int | Lam Thai | 1 | -1/+1 |
| 2022-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+4 |