summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
|\
| * bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song2020-08-241-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-5/+5
|/
* bpf: Avoid visit same object multiple timesYonghong Song2020-08-181-1/+2
* bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song2020-08-181-1/+14
* bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song2020-08-171-1/+2
* bpf: Iterate through all PT_NOTE sections when looking for build idJiri Olsa2020-08-121-10/+14
* bpf: Delete repeated words in commentsRandy Dunlap2020-08-072-2/+2
* bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-063-38/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-0315-202/+1088
|\
| * bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-013-1/+48
| * bpf: Add missing newline characters in verifier error messagesYonghong Song2020-07-311-2/+2
| * bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko2020-07-291-0/+2
| * bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King2020-07-281-4/+4
| * bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-0/+5
| * bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu2020-07-251-5/+4
| * bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu2020-07-251-2/+2
| * bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu2020-07-253-139/+156
| * bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-251-0/+3
| * bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-251-18/+166
| * bpf: Implement bpf iterator for array mapsYonghong Song2020-07-252-2/+142
| * bpf: Implement bpf iterator for hash mapsYonghong Song2020-07-252-1/+217
| * bpf: Implement bpf iterator for map elementsYonghong Song2020-07-252-17/+98
| * bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-252-6/+98
| * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-252-2/+2
| * bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-254-14/+30
| * bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-253-1/+123
| * bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song2020-07-252-12/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-022-4/+10
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-07-312-3/+14
| |\
| | * bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-07-301-3/+9
| | * bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye2020-07-151-0/+5
* | | bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-213-5/+19
* | | bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-1/+0
* | | bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi2020-07-211-4/+7
* | | bpf, netns: Fix build without CONFIG_INETJakub Sitnicki2020-07-211-0/+4
* | | inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-1/+31
* | | bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-173-3/+24
* | | bpf, netns: Handle multiple link attachmentsJakub Sitnicki2020-07-172-9/+136
* | | bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi2020-07-161-2/+15
* | | bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-13/+108
* | | cpumap: Formalize map value as a named structLorenzo Bianconi2020-07-161-13/+15
* | | cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer2020-07-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-133-93/+18
|\ \ \
| * | | bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa2020-07-131-8/+6
| * | | bpf: Remove btf_id helpers resolvingJiri Olsa2020-07-131-84/+5
| * | | bpf: Resolve BTF IDs in vmlinux imageJiri Olsa2020-07-131-1/+4
| * | | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-116-100/+188
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-106-84/+167
| |\|