summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/map.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko2021-12-031-10/+13
* bpftool: Use libbpf_get_error() to check errorHengqi Chen2021-11-151-5/+5
* bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet2021-11-151-1/+2
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-261-3/+3
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-261-16/+20
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-261-1/+8
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-311-2/+3
* tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet2021-07-301-7/+7
* bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko2021-03-161-1/+1
* bpftool: Add support for task local storageKP Singh2020-11-061-1/+3
* tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet2020-09-111-15/+33
* tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet2020-09-111-2/+2
* tools: bpftool: Clean up function to dump map entryQuentin Monnet2020-09-111-49/+52
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-051-158/+9
|\
| * tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-251-2/+2
| * Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-241-0/+1
| |\
| * | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-231-0/+7
| * | tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko2020-06-231-156/+0
* | | tools, bpftool: Add ringbuf map type to map command docsTobias Klauser2020-06-171-1/+1
| |/ |/|
* | tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko2020-06-161-0/+1
|/
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-23/+18
* tools, bpftool: Minor fixes for documentationQuentin Monnet2020-05-111-1/+2
* tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-131-1/+1
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-211-2/+2
* bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau2020-01-161-11/+50
* bpftool: Add struct_ops map nameMartin KaFai Lau2020-01-161-0/+1
* bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau2020-01-161-22/+20
* bpftool: Fix a leak of btf objectMartin KaFai Lau2020-01-161-14/+2
* bpftool: Match maps by namePaul Chaignon2019-12-151-74/+310
* tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet2019-08-211-1/+33
* tools: bpftool: show frozen status for mapsQuentin Monnet2019-08-211-3/+27
* tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen2019-07-291-1/+2
* tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak2019-06-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-0/+3
|\
| * tools: bpftool: fix infinite loop in map createAlban Crequy2019-04-261-0/+3
* | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau2019-04-271-0/+1
* | bpftool: Fix errno variable usageBenjamin Poirier2019-04-261-1/+1
* | tools/bpftool: show btf_id in map listingPrashant Bhole2019-04-171-0/+6
* | tools/bpftool: re-organize newline printing for map listingPrashant Bhole2019-04-171-2/+3
* | bpftool: Improve handling of ENOSPC on reuseport_array map dumpsBenjamin Poirier2019-04-161-0/+7
* | bpftool: Use print_entry_error() in case of ENOENT when dumpingBenjamin Poirier2019-04-161-19/+14
* | bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2019-04-101-4/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-9/+24
|\
| * tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski2019-01-281-9/+8
| * bpftool: fix percpu maps updatingPaolo Abeni2019-01-231-0/+16
* | tools: bpftool: warn about risky prog array updatesJakub Kicinski2019-01-291-0/+3
* | tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-231-1/+3
* | bpftool: add pop and dequeue commandsStanislav Fomichev2019-01-171-35/+90
* | bpftool: add push and enqueue commandsStanislav Fomichev2019-01-171-1/+6