summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl-gen: fix uAPI generation after tempfile changesJakub Kicinski2023-08-261-10/+20
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-2644-255/+2847
|\
| * selftests/bpf: Add tests for rbtree API interaction in sleepable progsDave Marchevsky2023-08-252-0/+99
| * bpf: Reenable bpf_refcount_acquireDave Marchevsky2023-08-251-0/+26
| * selftests/bpf: Enable cpu v4 tests for RV64Pu Lehui2023-08-246-6/+12
| * selftests/bpf: Add a local kptr test with no special fieldsYonghong Song2023-08-242-0/+51
| * libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko2023-08-241-1/+1
| * selftests/bpf: add uprobe_multi test binary to .gitignoreAndrii Nakryiko2023-08-241-0/+1
| * libbpf: Add bpf_object__unpin()Daniel Xu2023-08-243-0/+17
| * selftests/bpf: Add selftest for allow_ptr_leaksYafang Shao2023-08-232-1/+48
| * libbpf: Free btf_vmlinux when closing bpf_objectHao Luo2023-08-231-0/+1
| * selftests/bpf: Add test for bpf_obj_drop with bad reg->offKumar Kartikeya Dwivedi2023-08-221-0/+20
| * selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptrYonghong Song2023-08-222-1/+74
| * selftests/bpf: Add extra link to uprobe_multi testsJiri Olsa2023-08-222-0/+22
| * selftests/bpf: Add uprobe_multi pid filter testsJiri Olsa2023-08-222-12/+126
| * selftests/bpf: Add uprobe_multi cookie testJiri Olsa2023-08-221-0/+78
| * selftests/bpf: Add uprobe_multi usdt bench testJiri Olsa2023-08-222-0/+55
| * selftests/bpf: Add uprobe_multi usdt test codeJiri Olsa2023-08-221-1/+25
| * selftests/bpf: Add uprobe_multi bench testJiri Olsa2023-08-222-0/+55
| * selftests/bpf: Add uprobe_multi test programJiri Olsa2023-08-222-0/+72
| * selftests/bpf: Add uprobe_multi link testJiri Olsa2023-08-221-0/+69
| * selftests/bpf: Add uprobe_multi api testJiri Olsa2023-08-221-0/+65
| * selftests/bpf: Add uprobe_multi skel testJiri Olsa2023-08-222-0/+167
| * selftests/bpf: Move get_time_ns to testing_helpers.hJiri Olsa2023-08-223-17/+10
| * libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa2023-08-222-17/+82
| * libbpf: Add uprobe multi link detectionJiri Olsa2023-08-222-0/+38
| * libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa2023-08-221-0/+36
| * libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa2023-08-223-0/+166
| * libbpf: Add bpf_link_create support for multi uprobesJiri Olsa2023-08-222-1/+21
| * libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa2023-08-223-1/+67
| * libbpf: Add elf_resolve_syms_offsets functionJiri Olsa2023-08-222-0/+112
| * libbpf: Add elf symbol iteratorJiri Olsa2023-08-221-64/+115
| * libbpf: Add elf_open/elf_close functionsJiri Olsa2023-08-223-42/+57
| * libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa2023-08-224-186/+202
| * libbpf: Add uprobe_multi attach type and link namesJiri Olsa2023-08-221-0/+2
| * bpf: Add pid filter support for uprobe_multi linkJiri Olsa2023-08-221-0/+1
| * bpf: Add cookies support for uprobe_multi linkJiri Olsa2023-08-221-0/+1
| * bpf: Add multi uprobe linkJiri Olsa2023-08-221-0/+16
| * bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enumJiri Olsa2023-08-221-1/+3
| * selftests/bpf: Fix a selftest compilation errorYonghong Song2023-08-181-1/+1
| * selftests/bpf: Add CO-RE relocs kfunc flavors testsDave Marchevsky2023-08-182-0/+53
| * libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky2023-08-181-1/+19
| * selftests/bpf: Add lwt_xmit tests for BPF_REROUTEYan Zhai2023-08-183-0/+299
| * selftests/bpf: Add lwt_xmit tests for BPF_REDIRECTYan Zhai2023-08-184-0/+560
| * selftests/bpf: Enable cpu v4 tests for arm64Xu Kuohai2023-08-186-6/+6
* | tools: ynl-gen: support empty attribute listsJakub Kicinski2023-08-251-2/+9
* | tools: ynl-gen: fix collecting global policy attrsJakub Kicinski2023-08-251-1/+3
* | tools: ynl-gen: set length of binary fieldsJakub Kicinski2023-08-253-0/+11
* | tools: ynl: allow passing binary dataJakub Kicinski2023-08-251-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-2415-143/+361
|\ \