summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-201-3/+14
* bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
* bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
* bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko2020-05-141-1/+6
* bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun2020-04-301-1/+3
* bpf: Make bpf_link_fops staticZou Wei2020-04-241-1/+1
* bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-04-241-0/+8
* bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko2020-04-241-2/+9
* bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-201-1/+1
* bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-201-9/+19
* cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-04-201-1/+1
* bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei2020-04-141-2/+1
* bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko2020-04-141-9/+7
* bpf: Fix a typo "inacitve" -> "inactive"Qiujun Huang2020-04-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3011-737/+1830
|\
| * bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-302-0/+135
| * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-302-85/+294
| * bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend2020-03-301-0/+1
| * bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-302-281/+852
| * bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend2020-03-301-8/+11
| * bpf: btf: Fix arg verification in btf_ctx_access()KP Singh2020-03-301-7/+17
| * bpf: Simplify reg_set_min_max_inv handlingJann Horn2020-03-301-86/+22
| * bpf: Fix tnum constraints for 32-bit comparisonsJann Horn2020-03-301-36/+72
| * bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann2020-03-301-19/+0
| * bpf: lsm: Implement attach, detach and executionKP Singh2020-03-305-27/+105
| * bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2020-03-301-0/+14
| * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-302-0/+18
| * bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-272-0/+19
| * bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-6/+10
| * bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing2020-03-261-1/+0
| * bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko2020-03-261-87/+66
| * bpf: Factor out cgroup storages operationsAndrii Nakryiko2020-03-261-46/+72
| * bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend2020-03-251-0/+1
| * bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend2020-03-251-164/+239
| * bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-192-11/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-292-15/+22
|\ \
| * | bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-03-202-3/+6
| * | bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-03-201-1/+2
| * | bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-11/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-254-6/+22
|\| | | |/ |/|
| * bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi2020-03-101-1/+1
| * bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko2020-03-091-0/+3
| * bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko2020-03-091-2/+2
| * bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau2020-03-051-0/+5
| * bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau2020-03-051-3/+11
* | bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge2020-03-131-0/+2
* | bpf: Remove bpf_image treeJiri Olsa2020-03-132-75/+12
* | bpf: Add dispatchers to kallsymsJiri Olsa2020-03-131-0/+1
* | bpf: Add trampolines to kallsymsJiri Olsa2020-03-131-0/+28
* | bpf: Add bpf_ksym_add/del functionsJiri Olsa2020-03-131-14/+19