aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2-3/+6
2020-03-20bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman1-1/+2
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2-11/+9
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau1-11/+14
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge1-0/+2
2020-03-13bpf: Remove bpf_image treeJiri Olsa2-75/+12
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa1-0/+1
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa1-0/+28
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa1-14/+19
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa1-11/+11
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa1-7/+15
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa1-14/+10
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa1-11/+11
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa1-3/+6
2020-03-13bpf: Add struct bpf_ksymJiri Olsa1-16/+12
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko1-7/+11
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+3
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2-0/+46
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko1-34/+88
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi1-1/+1
2020-03-09bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko1-0/+3
2020-03-09bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko1-2/+2
2020-03-05bpf: Remove unnecessary CAP_MAC_ADMIN checkKP Singh1-10/+3
2020-03-05bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau1-0/+5
2020-03-05bpf: Return better error value in delete_elem for struct_ops mapMartin KaFai Lau1-3/+11
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh2-8/+51
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh4-2/+8
2020-03-04bpf: Refactor trampoline update codeKP Singh2-28/+44