summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong2022-05-281-9/+5
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-2533-683/+2705
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-2317-198/+1120
| |\
| | * bpf: Add dynptr data slicesJoanne Koong2022-05-232-0/+51
| | * bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong2022-05-231-0/+78
| | * bpf: Dynptr support for ring buffersJoanne Koong2022-05-233-7/+137
| | * bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong2022-05-232-0/+71
| | * bpf: Add verifier support for dynptrsJoanne Koong2022-05-231-3/+185
| | * bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi2022-05-231-1/+1
| | * bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu2022-05-231-0/+8
| | * bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu2022-05-231-4/+6
| | * bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire2022-05-201-1/+13
| | * bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires2022-05-201-0/+6
| | * bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-202-0/+3
| | * bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong2022-05-132-22/+10
| | * bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov2022-05-131-0/+10
| | * bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang2022-05-111-6/+12
| | * bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-116-2/+83
| | * bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-104-6/+47
| | * bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee2022-05-102-6/+21
| | * bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-103-69/+98
| | * bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa2022-05-101-46/+66
| | * fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa2022-05-101-20/+12
| | * ftrace: Add ftrace_lookup_symbols functionJiri Olsa2022-05-102-0/+63
| | * kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa2022-05-101-2/+0
| | * bpf: Add bpf_link iteratorDmitrii Dolgov2022-05-103-1/+127
| | * bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande2022-05-102-2/+13
| | * bpf: Remove unused parameter from find_kfunc_desc_btf()Yuntao Wang2022-05-091-5/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-199-16/+21
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-126-15/+41
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-286-14/+17
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-2725-456/+1533
| |\ \ \ \
| | * | | | bpf: Compute map_btf_id during build timeMenglong Dong2022-04-2615-115/+52
| | * | | | bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi2022-04-252-7/+25
| | * | | | bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi2022-04-251-5/+53
| | * | | | bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi2022-04-254-25/+204
| | * | | | bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi2022-04-251-0/+108
| | * | | | bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi2022-04-251-1/+87
| | * | | | bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi2022-04-251-7/+28
| | * | | | bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2022-04-253-13/+119
| | * | | | bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-253-41/+50
| | * | | | bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi2022-04-254-35/+401
| | * | | | bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev2022-04-251-48/+24
| | * | | | bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko2022-04-231-54/+56
| | * | | | bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi2022-04-211-38/+38
| | * | | | bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi2022-04-211-31/+89
| | * | | | bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-193-14/+23
| | * | | | bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi2022-04-191-0/+54
| | * | | | bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2022-04-192-18/+111
| | * | | | bpf: Remove unnecessary type castingsYu Zhe2022-04-142-3/+3