summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2020-08-07bpf: Delete repeated words in commentsRandy Dunlap-2/+2
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song-38/+59
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-202/+1088
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+10
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko-1/+48
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-3/+14
2020-07-31bpf: Add missing newline characters in verifier error messagesYonghong Song-2/+2
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko-3/+9
2020-07-29bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko-0/+2
2020-07-28bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King-4/+4
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko-0/+5
2020-07-25bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu-5/+4
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu-2/+2
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu-139/+156
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu-0/+3
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu-18/+166
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song-2/+142
2020-07-25bpf: Implement bpf iterator for hash mapsYonghong Song-1/+217
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song-17/+98
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song-6/+98
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song-2/+2
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song-14/+30
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov-1/+123
2020-07-25bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song-12/+10
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song-5/+19
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song-1/+0
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi-4/+7
2020-07-21bpf, netns: Fix build without CONFIG_INETJakub Sitnicki-0/+4
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki-1/+31
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki-3/+24
2020-07-17bpf, netns: Handle multiple link attachmentsJakub Sitnicki-9/+136
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi-2/+15
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi-13/+108
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi-13/+15
2020-07-16cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer-1/+1
2020-07-15bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye-0/+5
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-93/+18
2020-07-13bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa-8/+6
2020-07-13bpf: Remove btf_id helpers resolvingJiri Olsa-84/+5
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa-1/+4
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-100/+188
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-84/+167
2020-07-09Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-16/+21
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau-2/+3
2020-07-09bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau-4/+9
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook-16/+21
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev-0/+3
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-78/+308
2020-07-02bpf: Fix build without CONFIG_STACKTRACESong Liu-0/+4
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu-5/+76