summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-031-46/+36
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-111-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-151-0/+1
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-261-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-311-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-181-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-231-0/+308
* bpftool: Add bpf_link show and pin supportAndrii Nakryiko2020-04-291-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-211-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-161-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-291-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
* | bpftool: add loadall commandStanislav Fomichev2018-11-111-16/+15
* | tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet2018-11-071-0/+8
|/
* tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski2018-10-181-1/+4
* tools: bpftool: add map create commandJakub Kicinski2018-10-161-0/+21
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-3/+8
|\
| * tools/bpftool: Fix segfault case regarding 'pin' argumentsTaeung Song2018-07-201-3/+8
* | tools: bpftool: drop unnecessary Author commentsJakub Kicinski2018-07-011-2/+0
|/
* tools: bpftool: add simple perf event output readerJakub Kicinski2018-05-041-0/+19
* tools: bpftool: move get_possible_cpus() to common codeJakub Kicinski2018-05-041-1/+57
* tools: bpftool: fix compilation with older headersJiri Benc2018-03-061-0/+4
* tools: bpftool: improve architecture detection by using ifindexJiong Wang2018-01-181-0/+72
* tools: bpftool: report device information for offloaded programsJakub Kicinski2017-12-311-0/+52