summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: bonding: create directly devices in the target namespacesZhengchao Shao2023-08-281-5/+3
* selftests: tls: test some invalid inputs for setsockoptSabrina Dubroca2023-08-281-0/+25
* selftests: tls: add getsockopt testSabrina Dubroca2023-08-281-0/+35
* selftests: tls: add test variants for aria-gcmSabrina Dubroca2023-08-282-0/+25
* tools/net/ynl: Add support for create flagsDonald Hunter2023-08-283-8/+22
* tools/net/ynl: Implement nlattr array-nest decoding in ynlDonald Hunter2023-08-281-0/+13
* tools/net/ynl: Add support for netlink-raw familiesDonald Hunter2023-08-281-33/+91
* tools/net/ynl: Fix extack parsing with fixed header genlmsgDonald Hunter2023-08-281-25/+40
* tools/ynl: Add mcast-group schema parsing to ynlDonald Hunter2023-08-281-0/+31
* 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