summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann
2020-05-14bpf: Enforce returning 0 for fentry/fexit progsYonghong Song
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko
2020-04-30bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun
2020-04-24bpf: Make bpf_link_fops staticZou Wei
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko
2020-04-20bpf: Fix handling of XADD on BTF memoryJann Horn
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-04-14bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei
2020-04-14bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko
2020-04-06bpf: Fix a typo "inacitve" -> "inactive"Qiujun Huang
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-30bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko
2020-03-30bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko
2020-03-30bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend
2020-03-30bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend
2020-03-30bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend
2020-03-30bpf: btf: Fix arg verification in btf_ctx_access()KP Singh
2020-03-30bpf: Simplify reg_set_min_max_inv handlingJann Horn
2020-03-30bpf: Fix tnum constraints for 32-bit comparisonsJann Horn
2020-03-30bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh
2020-03-30bpf: lsm: Provide attachment points for BPF LSM programsKP Singh
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann
2020-03-26bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing
2020-03-26bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko
2020-03-26bpf: Factor out cgroup storages operationsAndrii Nakryiko
2020-03-25bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend
2020-03-25bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman
2020-03-20bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge
2020-03-13bpf: Remove bpf_image treeJiri Olsa
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa