summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/feature.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: fix output for skipping kernel config checkChethan Suresh2023-01-111-4/+4
* bpftool: Fix a typo in a commentQuentin Monnet2022-08-151-1/+1
* bpftool: Rename "bpftool feature list" into "... feature list_builtins"Quentin Monnet2022-07-051-5/+5
* bpftool: Add feature list (prog/map/link/attach types, helpers)Quentin Monnet2022-06-301-0/+55
* Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet2022-06-141-0/+2
* bpftool: Use libbpf_bpf_map_type_strDaniel Müller2022-06-031-13/+17
* bpftool: Use libbpf_bpf_prog_type_strDaniel Müller2022-06-031-21/+36
* bpftool: Output message if no helpers found in feature probingMilan Landaverde2022-05-101-3/+15
* bpftool: Adjust for error codes from libbpf probesMilan Landaverde2022-05-101-2/+2
* bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-111-2/+0
* bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde2022-04-041-1/+1
* bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde2022-03-291-1/+4
* bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund2022-03-101-13/+139
* bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko2022-02-031-12/+17
* bpftool: Probe for instruction set extensionsPaul Chaignon2022-01-051-0/+44
* bpftool: Probe for bounded loop supportPaul Chaignon2022-01-051-0/+22
* bpftool: Refactor misc. feature probePaul Chaignon2022-01-051-16/+29
* bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko2021-12-171-3/+23
* bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko2021-11-071-1/+1
* bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky2021-09-171-0/+1
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-311-0/+1
* bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer2021-02-241-0/+4
* tools, bpftool: Avoid array index warnings.Ian Rogers2020-10-291-1/+6
* tools, bpftool: Skip type probe if name is not foundQuentin Monnet2020-07-271-0/+8
* tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-251-2/+2
* tools, bpftool: Make capability check account for new BPF capsQuentin Monnet2020-06-011-19/+66
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-3/+3
* bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann2020-05-151-53/+67
* tools: bpftool: Make libcap dependency optionalQuentin Monnet2020-04-291-0/+26
* tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet2020-04-291-13/+89
* tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet2020-04-291-8/+7
* bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki2020-02-261-21/+49
* bpftool: Move out sections to separate functionsMichal Rostecki2020-02-261-93/+126
* bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkMichal Rostecki2020-02-041-1/+1
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-211-2/+2
* bpftool: Add misc section and probe for large INSN limitMichal Rostecki2020-01-081-0/+18
* tools: bpftool: fix reading from /proc/config.gzPeter Wu2019-08-121-52/+53
* bpftool: feature probing, change default actionPrashant Bhole2019-01-241-1/+1
* tools: bpftool: add probes for a network deviceQuentin Monnet2019-01-231-11/+58
* tools: bpftool: add C-style "#define" output for probesQuentin Monnet2019-01-231-28/+122
* tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-231-0/+51
* tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-231-0/+26
* tools: bpftool: add probes for eBPF program typesQuentin Monnet2019-01-231-1/+47
* tools: bpftool: add probes for kernel configuration optionsQuentin Monnet2019-01-231-0/+182
* tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet2019-01-231-0/+187
* tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet2019-01-231-0/+131