summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song-0/+6
2020-05-11bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-09bpf: Support variable length array in tracing programsYonghong Song-0/+37
2020-05-09bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundaryYonghong Song-0/+5
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song-5/+16
2020-05-09bpf: Add task and task/file iterator targetsYonghong Song-1/+334
2020-05-09bpf: Add bpf_map iteratorYonghong Song-1/+117
2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song-5/+80
2020-05-09bpf: Create file bpf iteratorYonghong Song-2/+20
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song-0/+155
2020-05-09bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song-0/+123
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song-0/+31
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song-0/+76
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song-0/+57
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song-1/+60
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers-9/+9
2020-05-01bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko-6/+7
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu-0/+57
2020-04-30bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun-1/+3
2020-04-30bpf: Fix unused variable warningArnd Bergmann-1/+1
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki-10/+35
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko-21/+181
2020-04-28bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko-0/+49
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko-53/+104
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko-9/+32
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann-23/+12
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig-4/+0
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-23/+12
2020-04-26bpf: Make verifier log more relevant by defaultAndrii Nakryiko-4/+25
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski-0/+15
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski-1/+1
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev-0/+78
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev-17/+3
2020-04-26bpf: Remove set but not used variable 'dst_known'Mao Wenan-3/+1
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-14/+39
2020-04-24bpf: Make bpf_link_fops staticZou Wei-1/+1
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen-0/+8
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko-2/+9
2020-04-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei-1/+0
2020-04-20bpf: Fix handling of XADD on BTF memoryJann Horn-1/+1
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn-9/+19
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen-1/+1
2020-04-14bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei-2/+1
2020-04-14bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko-9/+7
2020-04-06bpf: Fix a typo "inacitve" -> "inactive"Qiujun Huang-1/+1
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-737/+1830
2020-03-30bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko-0/+135
2020-03-30bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko-85/+294
2020-03-30bpf: Verifier, refine 32bit bound in do_refine_retval_rangeJohn Fastabend-0/+1
2020-03-30bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend-281/+852