summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu4-5/+79
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu3-44/+63
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu3-34/+25
2022-01-19libbpf: Improve btf__add_btf() with an additional hashmap for strings.Kui-Feng Lee1-1/+30
2022-01-19bpf/scripts: Raise an exception if the correct number of sycalls are not gene...Usama Arif1-27/+59
2022-01-19bpf/scripts: Make description and returns section for helpers/syscalls mandatoryUsama Arif1-12/+18
2022-01-19uapi/bpf: Add missing description and returns for helper documentationUsama Arif2-0/+30
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau4-12/+70
2022-01-19libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errorsToke Høiland-Jørgensen1-1/+21
2022-01-19Merge branch 'bpf: Batching iter for AF_UNIX sockets.'Alexei Starovoitov5-29/+385
2022-01-19selftest/bpf: Fix a stale comment.Kuniyuki Iwashima1-1/+1
2022-01-19selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.Kuniyuki Iwashima3-0/+162
2022-01-19bpf: Support bpf_(get|set)sockopt() in bpf unix iter.Kuniyuki Iwashima1-0/+15
2022-01-19bpf: af_unix: Use batching algorithm in bpf unix iter.Kuniyuki Iwashima1-7/+177
2022-01-19af_unix: Refactor unix_next_socket().Kuniyuki Iwashima1-21/+30
2022-01-19Merge branch 'Introduce unstable CT lookup helpers'Alexei Starovoitov29-214/+1674
2022-01-19selftests/bpf: Add test for race in btf_try_get_moduleKumar Kartikeya Dwivedi7-0/+364
2022-01-19selftests/bpf: Extend kfunc selftestsKumar Kartikeya Dwivedi4-4/+258
2022-01-19selftests/bpf: Add test_verifier support to fixup kfunc call insnsKumar Kartikeya Dwivedi1-0/+28
2022-01-19selftests/bpf: Add test for unstable CT lookup APIKumar Kartikeya Dwivedi3-0/+161
2022-01-19net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi5-0/+294
2022-01-19bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi3-12/+77
2022-01-19bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi3-48/+126
2022-01-19bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi11-161/+73
2022-01-19bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi3-7/+289
2022-01-19bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi1-2/+24
2022-01-15test: selftests: Remove unused various in sockmap_verdict_prog.cMenglong Dong1-2/+0
2022-01-15tools/resolve_btfids: Build with host flagsConnor O'Brien1-2/+4
2022-01-15bpf/scripts: Raise an exception if the correct number of helpers are not gene...Usama Arif1-2/+48
2022-01-13Merge branch 'libbpf 1.0: deprecate bpf_map__def() API'Andrii Nakryiko11-94/+81
2022-01-13libbpf: Deprecate bpf_map__def() APIChristy Lee1-1/+2
2022-01-13bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-01-13selftests/bpf: Stop using bpf_map__def() APIChristy Lee5-28/+26
2022-01-13perf: Stop using bpf_map__def() APIChristy Lee2-51/+41
2022-01-13bpftool: Stop using bpf_map__def() APIChristy Lee2-9/+7
2022-01-13samples/bpf: Stop using bpf_map__def() APIChristy Lee1-5/+5
2022-01-13libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-01-13Merge branch 'libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts'Andrii Nakryiko4-8/+18
2022-01-13selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee1-6/+6
2022-01-13libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()Christy Lee3-2/+12
2022-01-13bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez5-5/+7
2022-01-13libbpf: Use IS_ERR_OR_NULL() in hashmap__free()Mauricio Vásquez1-2/+1
2022-01-11Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-182/+127
2022-01-11Merge tag 'thermal-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-134/+526
2022-01-11Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds55-218/+2274
2022-01-11Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds72-590/+1210
2022-01-11netfilter: nf_tables: don't use 'data_size' uninitializedLinus Torvalds1-0/+1
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2006-44828/+111817
2022-01-11Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds373-11300/+15494
2022-01-11Revert "drm/amd/display: Fix for otg synchronization logic"Linus Torvalds7-99/+14