summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add schedule points in batch opsEric Dumazet2022-02-171-0/+3
* bpf: Fix crash due to out of bounds access into reg2btf_ids.Kumar Kartikeya Dwivedi2022-02-161-2/+3
* bpf: Emit bpf_timer in vmlinux BTFYonghong Song2022-02-111-0/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-033-4/+5
|\
| * bpf: Use VM_MAP instead of VM_ALLOC for ringbufHou Tao2022-02-021-1/+1
| * bpf: Fix possible race in inc_misses_counterHe Fengqing2022-01-251-2/+3
| * bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.Alexei Starovoitov2022-01-241-1/+1
* | Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-231-2/+3
|\ \ | |/ |/|
| * bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao2022-01-151-2/+3
* | bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-191-1/+5
* | bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann2022-01-191-0/+6
* | bpf: Generally fix helper register offset checkDaniel Borkmann2022-01-191-11/+28
* | bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann2022-01-191-3/+6
* | bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2022-01-192-11/+12
* | bpf: Fix incorrect integer literal used for marking scratched stack.Christy Lee2022-01-111-3/+3
* | bpf: Fix mount source show for bpffsYafang Shao2022-01-111-2/+12
|/
* xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen2022-01-052-28/+12
* bpf: Fix verifier support for validation of async callbacksKris Van Hees2022-01-051-0/+1
* bpf: Don't promote bogus looking registers after null check.Daniel Borkmann2022-01-051-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-3118-355/+601
|\
| * bpf: Fix typo in a comment in bpf lpm_trie.Leon Huayra2021-12-301-1/+1
| * net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski2021-12-291-0/+1
| * bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh2021-12-294-15/+50
| * bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang2021-12-291-0/+6
| * bpf: Use struct_size() helperXiu Jianfeng2021-12-212-7/+2
| * bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi2021-12-181-21/+73
| * bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-186-11/+25
| * bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.Hao Luo2021-12-182-6/+28
| * bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2021-12-182-2/+2
| * bpf: Introduce MEM_RDONLY flagHao Luo2021-12-183-38/+53
| * bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-183-177/+132
| * bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2021-12-182-27/+27
| * bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-25/+14
| * Only output backtracking information in log level 2Christy Lee2021-12-161-3/+3
| * bpf: Right align verifier states in verifier logs.Christy Lee2021-12-161-21/+36
| * bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee2021-12-161-14/+69
| * add missing bpf-cgroup.h includesJakub Kicinski2021-12-163-0/+3
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-132-4/+4
| * bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-132-5/+80
| * bpf: Allow access to int pointer arguments in tracing programsJiri Olsa2021-12-131-4/+3
| * bpf: Silence coverity false positive warning.Alexei Starovoitov2021-12-111-4/+4
| * bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong2021-12-111-2/+1
| * bpf: Add bpf_strncmp helperHou Tao2021-12-111-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-17/+36
|\ \ | |/ |/|
| * bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann2021-12-161-9/+15
| * bpf: Fix signed bounds propagation after mov32Daniel Borkmann2021-12-161-0/+4
| * bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann2021-12-141-1/+8
| * bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann2021-12-141-3/+9
| * bpf: Fix incorrect state pruning for <8B spill/fillPaul Chaignon2021-12-101-4/+0
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-108-61/+586
|\ \