summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/map.c
AgeCommit message (Expand)AuthorLines
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet-3/+3
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet-16/+20
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet-1/+8
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet-2/+3
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet-7/+7
2021-03-16bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko-1/+1
2020-11-06bpftool: Add support for task local storageKP Singh-1/+3
2020-09-10tools: bpftool: Add "inner_map" to "bpftool map create" outer mapsQuentin Monnet-15/+33
2020-09-10tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENTQuentin Monnet-2/+2
2020-09-10tools: bpftool: Clean up function to dump map entryQuentin Monnet-49/+52
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh-1/+2
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-158/+9
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser-2/+2
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov-0/+1
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko-0/+7
2020-06-22tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko-156/+0
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser-1/+1
2020-06-16tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko-0/+1
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet-23/+18
2020-05-11tools, bpftool: Minor fixes for documentationQuentin Monnet-1/+2
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet-1/+1
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen-2/+2
2020-01-15bpftool: Support dumping a map with btf_vmlinux_value_type_idMartin KaFai Lau-11/+50
2020-01-15bpftool: Add struct_ops map nameMartin KaFai Lau-0/+1
2020-01-15bpftool: Fix missing BTF output for json during map dumpMartin KaFai Lau-22/+20
2020-01-15bpftool: Fix a leak of btf objectMartin KaFai Lau-14/+2
2019-12-15bpftool: Match maps by namePaul Chaignon-74/+310
2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet-1/+33
2019-08-21tools: bpftool: show frozen status for mapsQuentin Monnet-3/+27
2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen-1/+2
2019-06-05tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak-0/+2
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2019-04-27bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau-0/+1
2019-04-25bpftool: Fix errno variable usageBenjamin Poirier-1/+1
2019-04-25tools: bpftool: fix infinite loop in map createAlban Crequy-0/+3
2019-04-16tools/bpftool: show btf_id in map listingPrashant Bhole-0/+6
2019-04-16tools/bpftool: re-organize newline printing for map listingPrashant Bhole-2/+3
2019-04-16bpftool: Improve handling of ENOSPC on reuseport_array map dumpsBenjamin Poirier-0/+7
2019-04-16bpftool: Use print_entry_error() in case of ENOENT when dumpingBenjamin Poirier-19/+14
2019-04-09bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann-4/+6
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+24
2019-01-29tools: bpftool: warn about risky prog array updatesJakub Kicinski-0/+3
2019-01-28tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski-9/+8
2019-01-23bpftool: fix percpu maps updatingPaolo Abeni-0/+16
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet-1/+3
2019-01-17bpftool: add pop and dequeue commandsStanislav Fomichev-35/+90
2019-01-17bpftool: add push and enqueue commandsStanislav Fomichev-1/+6
2019-01-17bpftool: add peek commandStanislav Fomichev-1/+3
2019-01-17bpftool: don't print empty key/value for mapsStanislav Fomichev-19/+28
2019-01-17bpftool: make key optional in lookup commandStanislav Fomichev-7/+3