aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang11-1/+69
2022-05-20selftests/bpf: Fix some bugs in map_lookup_percpu_elem testcaseFeng Zhou2-39/+73
2022-05-19Merge branch 'Start libbpf 1.0 dev cycle'Alexei Starovoitov5-125/+7
2022-05-19libbpf: remove bpf_create_map*() APIsAndrii Nakryiko2-122/+0
2022-05-19libbpf: start 1.0 development cycleAndrii Nakryiko2-2/+6
2022-05-19libbpf: fix up global symbol counting logicAndrii Nakryiko1-1/+1
2022-05-18selftests/bpf: Add missed ima_setup.sh in MakefileHangbin Liu1-1/+1
2022-05-16selftests/bpf: Fix building bpf selftests staticallyYosry Ahmed1-2/+4
2022-05-16libbpf: fix memory leak in attach_tp for target-less tracepoint programAndrii Nakryiko1-4/+4
2022-05-13bpftool: Use sysfs vmlinux when dumping BTF by IDLarysa Zaremba1-9/+53
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong3-30/+20
2022-05-13selftests/bpf: Fix usdt_400 test caseAndrii Nakryiko1-4/+2
2022-05-13selftests/bpf: Convert some selftests to high-level BPF map APIsAndrii Nakryiko8-47/+61
2022-05-13libbpf: Add safer high-level wrappers for map operationsAndrii Nakryiko5-0/+229
2022-05-13selftests/bpf: Check combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov1-0/+8
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov1-0/+10
2022-05-11bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang1-6/+12
2022-05-11selftests/bpf: make fexit_stress test run in serial modeAndrii Nakryiko1-1/+1
2022-05-11Merge branch 'Introduce access remote cpu elem support in BPF percpu map'Alexei Starovoitov11-2/+203
2022-05-11selftests/bpf: add test case for bpf_map_lookup_percpu_elemFeng Zhou2-0/+100
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou9-2/+103
2022-05-11Merge branch 'Follow ups for kptr series'Alexei Starovoitov6-11/+649
2022-05-11selftests/bpf: Add tests for kptr_ref refcountingKumar Kartikeya Dwivedi2-5/+128
2022-05-11selftests/bpf: Add negative C tests for kptrsKumar Kartikeya Dwivedi2-1/+504
2022-05-11bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi2-8/+19
2022-05-11bpf: Fix sparse warning for bpf_kptr_xchg_protoKumar Kartikeya Dwivedi1-0/+1
2022-05-11selftests/bpf: fix a few clang compilation errorsYonghong Song2-3/+5
2022-05-11selftests/bpf: Enable CONFIG_FPROBE for self testsDaniel Müller1-0/+1
2022-05-11Merge branch 'selftests: xsk: add busy-poll testing plus various fixes'Alexei Starovoitov4-250/+439
2022-05-11selftests: xsk: make stat tests not spin on getsockoptMagnus Karlsson2-77/+99
2022-05-11selftests: xsk: make the stats tests normal testsMagnus Karlsson2-69/+53
2022-05-11selftests: xsk: introduce validation functionsMagnus Karlsson2-38/+82
2022-05-11selftests: xsk: cleanup veth pair at ctrl-cMagnus Karlsson1-0/+7
2022-05-11selftests: xsk: add timeout to testsMagnus Karlsson2-0/+16
2022-05-11selftests: xsk: fix reporting of failed testsMagnus Karlsson4-89/+141
2022-05-11selftests: xsk: run all tests for busy-pollMagnus Karlsson4-14/+94
2022-05-11selftests: xsk: do not send zero-length packetsMagnus Karlsson2-9/+10
2022-05-11selftests: xsk: cleanup bash scriptsMagnus Karlsson2-18/+1
2022-05-11libbpf: Add bpf_program__set_insns functionJiri Olsa3-0/+41
2022-05-11libbpf: Clean up ringbuf size adjustment implementationAndrii Nakryiko1-4/+2
2022-05-10Merge branch 'Attach a cookie to a tracing program.'Andrii Nakryiko19-138/+468
2022-05-10selftest/bpf: The test cases of BPF cookie for fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2-8/+133
2022-05-10libbpf: Assign cookies to links in libbpf.Kui-Feng Lee5-4/+40
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee8-8/+69
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee4-19/+66
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee10-103/+164
2022-05-10Merge branch 'bpf: Speed up symbol resolving in kprobe multi link'Alexei Starovoitov8-69/+308
2022-05-10selftests/bpf: Add attach bench testJiri Olsa2-0/+155
2022-05-10bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa1-46/+66
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa1-20/+12