summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-10-20bpf: Introduce css_task open-coded iterator kfuncsChuyi Zhou3-0/+84
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao1-1/+6
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2-0/+20
2023-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-39/+203
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko1-1/+6
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko1-22/+45
2023-10-14bpf: Introduce task_vma open-coded iterator kfuncsDave Marchevsky2-0/+94
2023-10-14bpf: Don't explicitly emit BTF for struct btf_iter_numDave Marchevsky1-2/+0
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-20/+25
2023-10-12bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer3-3/+28
2023-10-12bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpfDaan De Meyer1-0/+1
2023-10-12bpf: Propagate modified uaddrlen from cgroup sockaddr programsDaan De Meyer1-2/+15
2023-10-10bpf: Fix verifier log for async callback return valuesDavid Vernet1-3/+3
2023-10-09bpf: Add ability to pin bpf timer to calling CPUDavid Vernet1-1/+4
2023-10-07bpf: Refuse unused attributes in bpf_prog_{attach,detach}Lorenz Bauer1-5/+14
2023-10-07bpf: Handle bpf_mprog_query with NULL entryDaniel Borkmann2-11/+7
2023-10-07bpf: Fix BPF_PROG_QUERY last field checkDaniel Borkmann1-1/+1
2023-10-07bpf: Annotate struct bpf_stack_map with __counted_byKees Cook1-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-30/+25
2023-09-30bpf: Use kmalloc_size_roundup() to adjust size_indexHou Tao1-25/+19
2023-09-30bpf, mprog: Fix maximum program check on mprog attachmentDaniel Borkmann1-0/+3
2023-09-26bpf: Add missed value to kprobe perf link infoJiri Olsa1-6/+8
2023-09-22bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich1-1/+1
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-19/+123
2023-09-20bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko1-5/+3
2023-09-19bpf: Remove unused variables.Alexei Starovoitov1-5/+1
2023-09-19bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi1-1/+1
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-168/+733
2023-09-16bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi1-0/+4
2023-09-16bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi2-0/+7
2023-09-16bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi1-1/+5
2023-09-16bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi1-0/+6
2023-09-16bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi1-13/+24
2023-09-16bpf: Perform CFG walk for exception callbackKumar Kartikeya Dwivedi1-2/+13
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi2-16/+126
2023-09-16bpf: Refactor check_btf_func and split into two phasesKumar Kartikeya Dwivedi1-28/+100
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi3-15/+141
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi3-10/+40
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi1-0/+9
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-19/+123
2023-09-15bpf: Allow to use kfunc XDP hints and frags togetherLarysa Zaremba1-1/+8
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev1-1/+1
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev1-4/+5
2023-09-15bpf: Skip unit_size checking for global per-cpu allocatorHou Tao1-0/+7
2023-09-15bpf: Charge modmem for struct_ops trampolineSong Liu1-4/+22
2023-09-12bpf, cgroup: fix multiple kernel-doc warningsRandy Dunlap1-6/+7
2023-09-12bpf: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang2-2/+5
2023-09-12bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_initEduard Zingerman1-5/+7
2023-09-12bpf: Avoid deadlock when using queue and stack maps from NMIToke Høiland-Jørgensen1-3/+18