summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2020-09-21bpf: Make reference tracking genericLorenz Bauer-16/+10
2020-09-21bpf: Make BTF pointer type checking genericLorenz Bauer-18/+20
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer-43/+27
2020-09-21bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer-13/+11
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer-1/+1
2020-09-21bpf: Fix sysfs export of empty BTF sectionTony Ambardar-3/+3
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song-6/+2
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau-1/+1
2020-09-17bpf: Add abnormal return checks.Alexei Starovoitov-19/+48
2020-09-17bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski-4/+17
2020-09-17bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski-7/+51
2020-09-17bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski-0/+29
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski-9/+11
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski-3/+63
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-12/+7
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu-0/+63
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu-8/+23
2020-09-15bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song-1/+3
2020-09-10objtool: Rename frame.h -> objtool.hJulien Thierry-1/+1
2020-09-08sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)-1/+1
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song-0/+4
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+6
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+1
2020-09-03bpf: Do not use bucket_lock for hashmap iteratorYonghong Song-11/+4
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song-4/+11
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-118/+2491
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel-16/+10
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov-1/+1
2020-08-31bpf: Fix build without BPF_LSM.Alexei Starovoitov-0/+2
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov-0/+22
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov-14/+121
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau-3/+9
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau-15/+32
2020-08-26bpf: Fix a verifier failure with xorYonghong Song-0/+66
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant-11/+21
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa-0/+19
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa-6/+42
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa-10/+65
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa-6/+5
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa-4/+9
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa-3/+7
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa-11/+16
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov-0/+3
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh-1/+20
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh-1/+286
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh-0/+601
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+5
2020-08-21bpf: sockmap: Allow update from BPFLorenz Bauer-2/+36
2020-08-21bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer-0/+35