aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq2024-04-041-12/+84
* bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang2023-05-171-3/+6
* bpftool: Register struct_ops with a link.Kui-Feng Lee2023-04-211-0/+14
* bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-161-6/+7
* bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin2022-12-061-0/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-11-111-5/+5
|\
| * libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-091-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+3
|\ \ | |/ |/|
| * bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILEPu Lehui2022-11-021-0/+3
* | bpftool: Support setting alternative arch for JIT disasm with LLVMQuentin Monnet2022-10-251-4/+6
* | bpftool: Define _GNU_SOURCE only onceQuentin Monnet2022-10-251-0/+2
|/
* bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by nameManu Bretelle2022-08-041-3/+12
* bpftool: Show also the name of type BPF_OBJ_LINKYafang Shao2022-06-301-0/+1
* bpftool: Probe for memcg-based accounting before bumping rlimitQuentin Monnet2022-06-291-3/+68
* Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet2022-06-141-0/+8
* bpftool: Use libbpf_bpf_attach_type_strDaniel Müller2022-06-021-46/+36
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-8/+0
* bpftool: Add BPF_TRACE_KPROBE_MULTI to attach type names tableAndrii Nakryiko2022-03-181-1/+1
* bpftool: Fix uninit variable compilation warningAndrii Nakryiko2022-02-031-1/+1
* bpftool: Adding support for BTF program namesRaman Shukhau2022-01-191-0/+44
* bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet2021-11-141-0/+1
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-251-20/+30
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-311-0/+6
|\
| * tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet2021-07-301-0/+6
* | bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-151-0/+5
|/
* sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-011-0/+1
* bpftool: Use only nftw for file tree parsingTony Ambardar2020-07-211-57/+80
* tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki2020-07-171-0/+1
* bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev2020-07-081-0/+1
* tools, bpftool: Define attach_type_name array only onceTobias Klauser2020-06-251-0/+36
* tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko2020-06-221-0/+308
* bpftool: Add bpf_link show and pin supportAndrii Nakryiko2020-04-281-0/+2
* tools: bpftool: Restore message on failure to guess program typeQuentin Monnet2020-03-131-0/+7
* tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-131-29/+4
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-2/+2
|\
| * tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet2019-08-151-2/+2
* | tools: bpftool: add error message on pin failureJakub Kicinski2019-08-091-1/+5
* | tools: bpftool: fix error message (prog -> object)Jakub Kicinski2019-08-091-1/+1
|/
* bpf: use libbpf_num_possible_cpus internallyHechao Li2019-06-111-48/+5
* tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski2019-01-281-5/+1
* tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet2018-12-181-0/+6
* tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet2018-12-181-5/+20
* tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-151-2/+2
* tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-131-32/+2
* tools: bpftool: mark offloaded programs more explicitly in plain outputQuentin Monnet2018-11-301-1/+1
* tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()Quentin Monnet2018-11-301-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-8/+9
|\
| * tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2018-11-091-7/+8
| * tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet2018-11-091-1/+1