summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpftool: show flow_dissector attachment statusStanislav Fomichev2019-04-251-0/+54
* 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: Support sysctl hookAndrey Ignatov2019-04-176-8/+13
* 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/+14Star
* tools: bpftool: add a note on program statistics in man pageQuentin Monnet2019-04-161-0/+8
* tools: bpftool: fix short option name for printing version in man pagesQuentin Monnet2019-04-167-7/+7
* tools: bpftool: fix man page documentation for "pinmaps" keywordQuentin Monnet2019-04-161-1/+1
* tools: bpftool: reset errno for "bpftool cgroup tree"Quentin Monnet2019-04-161-0/+7
* tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet2019-04-161-1/+1
* tools/bpftool: show btf id in program informationPrashant Bhole2019-04-111-0/+6
* bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2019-04-102-4/+65
* bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-101-0/+3
* bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu2019-03-191-207/+59Star
* tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-011-2/+2
* tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2019-02-272-1/+10
* bpf: bpftool, fix documentation for attach typesAlban Crequy2019-02-193-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-171-1/+3
|\
| * tools: bpftool: doc, add text about feature-subcommandPrashant Bhole2019-02-121-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-093-16/+28
|\ \ | |/ |/|
| * tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski2019-01-282-14/+9Star
| * bpftool: fix percpu maps updatingPaolo Abeni2019-01-231-0/+16
| * bpftool: Fix prog dump by tagJiri Olsa2019-01-231-2/+3
* | tools: bpftool: doc, fix incorrect textPrashant Bhole2019-02-063-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-2915-113/+1236
|\ \ | |/ |/|
| * tools: bpftool: warn about risky prog array updatesJakub Kicinski2019-01-291-0/+3
| * tools: bpftool: teach cfg code about JMP32Jiong Wang2019-01-261-2/+7
| * bpftool: feature probing, change default actionPrashant Bhole2019-01-241-1/+1
| * libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song2019-01-231-7/+3Star
| * tools: bpftool: add bash completion for bpftool probesQuentin Monnet2019-01-231-0/+19
| * tools: bpftool: add probes for a network deviceQuentin Monnet2019-01-232-14/+73
| * tools: bpftool: add C-style "#define" output for probesQuentin Monnet2019-01-232-30/+133
| * tools: bpftool: add probes for eBPF helper functionsQuentin Monnet2019-01-232-0/+55
| * tools: bpftool: add probes for eBPF map typesQuentin Monnet2019-01-233-1/+32
| * 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-2310-1/+200
| * bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev2019-01-171-18/+73
| * bpftool: add pop and dequeue commandsStanislav Fomichev2019-01-172-35/+98
| * bpftool: add push and enqueue commandsStanislav Fomichev2019-01-172-1/+14
| * bpftool: add peek commandStanislav Fomichev2019-01-172-1/+7
| * bpftool: don't print empty key/value for mapsStanislav Fomichev2019-01-171-19/+28
| * bpftool: make key optional in lookup commandStanislav Fomichev2019-01-172-9/+5Star
| * bpftool: make key and value optional in update commandStanislav Fomichev2019-01-172-9/+31
| * tools/bpf: support __int128 in bpftool map pretty dumperYonghong Song2019-01-161-12/+86
* | tools: bpftool: Cleanup license messThomas Gleixner2019-01-192-11/+1Star
* | tools/bpf: properly account for libbfd variationsStanislav Fomichev2019-01-161-1/+8
|/
* tools/bpf: fix bpftool map dump with bitfieldsYonghong Song2019-01-111-6/+7