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