aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+6
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller36-118/+2491
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2-16/+10
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2-1/+1
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov1-0/+2
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov1-0/+22
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov5-14/+121
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2-3/+9
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau13-15/+32
2020-08-26bpf: Fix a verifier failure with xorYonghong Song1-0/+66
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant1-11/+21
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa2-0/+19
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa2-6/+42
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2-11/+16
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov1-0/+3
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh1-1/+20
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh4-1/+286
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2-0/+601
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+5
2020-08-21bpf: sockmap: Allow update from BPFLorenz Bauer1-2/+36
2020-08-21bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer1-0/+35
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-2/+3
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+15
2020-08-21bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+58
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov9-3/+381
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov5-0/+587
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov1-18/+28
2020-08-18bpf: Avoid visit same object multiple timesYonghong Song1-1/+2
2020-08-18bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song1-1/+14
2020-08-17bpf: Use get_file_rcu() instead of get_file() for task_file iteratorYonghong Song1-1/+2
2020-08-12bpf: Iterate through all PT_NOTE sections when looking for build idJiri Olsa1-10/+14
2020-08-07bpf: Delete repeated words in commentsRandy Dunlap2-2/+2
2020-08-06bpf: Change uapi for bpf iterator map elementsYonghong Song3-38/+59
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-202/+1088
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+10
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko3-1/+48
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-3/+14
2020-07-31bpf: Add missing newline characters in verifier error messagesYonghong Song1-2/+2
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko1-3/+9
2020-07-29bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko1-0/+2
2020-07-28bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King1-4/+4
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-0/+5
2020-07-25bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu1-5/+4
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu1-2/+2