summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2022-12-22bpftool: Fix linkage with statically built libllvmAnton Protopopov-0/+4
2022-12-06bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin-0/+1
2022-11-20bpftool: remove function free_btf_vmlinux()Sahid Orentino Ferdjaoui-6/+1
2022-11-20bpftool: clean-up usage of libbpf_get_error()Sahid Orentino Ferdjaoui-45/+39
2022-11-20bpftool: fix error message when function can't register struct_opsSahid Orentino Ferdjaoui-3/+2
2022-11-20bpftool: replace return value PTR_ERR(NULL) with 0Sahid Orentino Ferdjaoui-4/+2
2022-11-20bpftool: remove support of --legacy option for bpftoolSahid Orentino Ferdjaoui-33/+3
2022-11-15bpftool: Check argc first before "file" in do_batch()Tiezhu Yang-3/+3
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-71/+43
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman-71/+43
2022-11-02bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEPu Lehui-0/+3
2022-10-26bpftool: Fix spelling mistake "disasembler" -> "disassembler"Colin Ian King-1/+1
2022-10-25bpftool: Support new cgroup local storageYonghong Song-2/+2
2022-10-25bpftool: Add llvm feature to "bpftool version"Quentin Monnet-4/+11
2022-10-25bpftool: Support setting alternative arch for JIT disasm with LLVMQuentin Monnet-18/+16
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet-23/+141
2022-10-25bpftool: Refactor disassembler for JIT-ed programsQuentin Monnet-45/+88
2022-10-25bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet-12/+15
2022-10-25bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet-5/+14
2022-10-25bpftool: Remove asserts from JIT disassemblerQuentin Monnet-35/+57
2022-10-25bpftool: Define _GNU_SOURCE only onceQuentin Monnet-0/+14
2022-10-21bpftool: Add "bootstrap" feature to version outputQuentin Monnet-32/+49
2022-10-21bpftool: Set binary name to "bpftool" in help and version outputQuentin Monnet-1/+1
2022-10-21bpftool: Update the bash completion(add autoattach to prog load)Wang Yufen-0/+1
2022-10-21bpftool: Update doc (add autoattach to prog load)Wang Yufen-2/+13
2022-10-21bpftool: Add autoattach for bpf prog load|loadallWang Yufen-2/+74
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+49
2022-09-30bpftool: Fix error message of strerrorTianyi Liu-12/+10
2022-09-30bpftool: Remove unused struct event_ring_infoYuan Can-7/+0
2022-09-30bpftool: Remove unused struct btf_attach_pointYuan Can-5/+0
2022-09-28bpftool: Show parameters of BPF task iterators.Kui-Feng Lee-0/+19
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet-2/+2
2022-09-21bpftool: Fix wrong cgroup attach flags being assigned to effective progsPu Lehui-5/+49
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni-1/+36
2022-08-30bpftool: Add support for querying cgroup_iter linkHao Luo-0/+35
2022-08-25bpftool: Fix a wrong type cast in btf_dumper_intLam Thai-1/+1
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-4/+23
2022-08-15bpftool: Clear errno after libcap's checksQuentin Monnet-0/+10
2022-08-15bpftool: Fix a typo in a commentQuentin Monnet-1/+1
2022-08-10bpftool: Complete libbfd feature detectionRoberto Sassu-2/+4
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Linus Torvalds-13/+49
2022-08-04bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by nameManu Bretelle-3/+12
2022-08-01tools bpftool: Don't display disassembler-four-args feature testAndres Freund-2/+1
2022-08-01tools bpftool: Fix compilation error with new binutilsAndres Freund-9/+38
2022-08-01tools bpf_jit_disasm: Don't display disassembler-four-args feature testAndres Freund-1/+1
2022-08-01tools bpf_jit_disasm: Fix compilation error with new binutilsAndres Freund-2/+8
2022-07-29bpftool: Don't try to return value from void function in skeletonJörn-Thorben Hinz-1/+1
2022-07-29bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macroRongguang Wei-1/+1