summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-06-01bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham
2020-06-01bpf: Fix returned error sign when link doesn't support updatesJakub Sitnicki
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-21bpf: Verifier track null pointer branch_taken with JNE and JEQJohn Fastabend
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann
2020-05-16bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann
2020-05-14xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer
2020-05-14bpf: Fix bpf_iter's task iterator logicAndrii Nakryiko
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-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-13bpf: Add comments to interpret bpf_prog return valuesYonghong Song
2020-05-11bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-09bpf: Support variable length array in tracing programsYonghong Song
2020-05-09bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundaryYonghong Song
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song
2020-05-09bpf: Add task and task/file iterator targetsYonghong Song
2020-05-09bpf: Add bpf_map iteratorYonghong Song
2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song
2020-05-09bpf: Create file bpf iteratorYonghong Song
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song
2020-05-09bpf: Implement bpf_seq_read() for bpf iteratorYonghong Song
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATEYonghong Song
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers
2020-05-01bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu
2020-04-30bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun
2020-04-30bpf: Fix unused variable warningArnd Bergmann
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko
2020-04-28bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig