aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-01bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko1-6/+7
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu1-0/+57
2020-04-30bpf: Fix unused variable warningArnd Bergmann1-1/+1
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki1-10/+35
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko4-21/+181
2020-04-28bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko1-0/+49
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko2-53/+104
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko2-9/+32
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann1-23/+12
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig1-4/+0
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-23/+12
2020-04-26bpf: Make verifier log more relevant by defaultAndrii Nakryiko1-4/+25
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2-0/+15
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski1-1/+1
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2-0/+78
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev1-17/+3
2020-04-26bpf: Remove set but not used variable 'dst_known'Mao Wenan1-3/+1
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-14/+39
2020-04-24bpf: Make bpf_link_fops staticZou Wei1-1/+1
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen1-0/+8
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko1-2/+9
2020-04-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei1-1/+0
2020-04-20bpf: Fix handling of XADD on BTF memoryJann Horn1-1/+1
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn1-9/+19
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen1-1/+1
2020-04-14bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei1-2/+1
2020-04-14bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko1-9/+7
2020-04-06bpf: Fix a typo "inacitve" -> "inactive"Qiujun Huang1-1/+1
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-737/+1830
2020-03-30bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2-0/+135
2020-03-30bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2-85/+294
2020-03-30bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend1-0/+1
2020-03-30bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2-281/+852
2020-03-30bpf: Verifier, do_refine_retval_range may clamp umin to 0 incorrectlyJohn Fastabend1-8/+11
2020-03-30bpf: btf: Fix arg verification in btf_ctx_access()KP Singh1-7/+17
2020-03-30bpf: Simplify reg_set_min_max_inv handlingJann Horn1-86/+22
2020-03-30bpf: Fix tnum constraints for 32-bit comparisonsJann Horn1-36/+72
2020-03-30bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann1-19/+0
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+22
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh5-27/+105
2020-03-30bpf: lsm: Provide attachment points for BPF LSM programsKP Singh1-0/+14
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2-0/+18
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2-0/+19
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann1-6/+10
2020-03-26bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing1-1/+0
2020-03-26bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko1-87/+66
2020-03-26bpf: Factor out cgroup storages operationsAndrii Nakryiko1-46/+72
2020-03-25bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend1-0/+1
2020-03-25bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend1-164/+239
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-6/+22