summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | bpf: Remove recursion call in btf_struct_accessJiri Olsa2020-08-251-6/+5
| | * | | | | | bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-251-4/+9
| | * | | | | | bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-251-3/+7
| | * | | | | | bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-252-11/+16
| | * | | | | | bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov2020-08-251-0/+3
| | * | | | | | bpf: Allow local storage to be used from LSM programsKP Singh2020-08-251-1/+20
| | * | | | | | bpf: Implement bpf_local_storage for inodesKP Singh2020-08-254-1/+286
| | * | | | | | bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-252-0/+601
| | * | | | | | bpf: sockmap: Allow update from BPFLorenz Bauer2020-08-211-2/+36
| | * | | | | | bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer2020-08-211-0/+35
| | * | | | | | bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer2020-08-211-2/+3
| | * | | | | | bpf: Implement link_query callbacks in map element iteratorsYonghong Song2020-08-211-0/+15
| | * | | | | | bpf: Implement link_query for bpf iteratorsYonghong Song2020-08-211-0/+58
| | * | | | | | bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-209-3/+381
| | * | | | | | bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov2020-08-205-0/+587
| | * | | | | | bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov2020-08-201-18/+28
* | | | | | | | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-141-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | objtool: Rename frame.h -> objtool.hJulien Thierry2020-09-101-1/+1
* | | | | | | | bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann2020-10-081-4/+4
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | bpf: Fix sysfs export of empty BTF sectionTony Ambardar2020-09-211-3/+3
| |_|_|_|/ / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-152-12/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song2020-09-151-1/+3
| * | | | | bpf: Do not use bucket_lock for hashmap iteratorYonghong Song2020-09-031-11/+4
* | | | | | 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