Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-09bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet
2022-07-06bpf, libbpf: Add type match supportDaniel Müller
2022-07-01bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann
2022-07-01bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev
2022-06-29bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUPStanislav Fomichev
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev
2022-06-29bpf: convert cgroup_bpf.progs to hlistStanislav Fomichev
2022-06-29bpf: add bpf_func_t and trampoline helpersStanislav Fomichev
2022-06-25bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller
2022-06-24bpf: Fix for use-after-free bug in inline_bpf_loopEduard Zingerman
2022-06-24bpf: Replace hard-coded 0 with BPF_K in check_alu_opSimon Wang
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-06-21bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman
2022-06-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-17bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong
2022-06-17bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy
2022-06-17bpf: allow sleepable uprobe programs to attachDelyan Kratunov
2022-06-17bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov
2022-06-15bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi
2022-06-12bpf: avoid grabbing spin_locks of all cpus when no free elemsFeng Zhou
2022-06-07bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen
2022-06-07bpf: Add btf enum64 supportYonghong Song
2022-06-03bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk
2022-06-03bpf: Correct the comment about insn_to_jit_offPu Lehui
2022-06-03bpf: Unify data extension operation of jited_ksyms and jited_linfoPu Lehui
2022-06-02Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24bpf: Add dynptr data slicesJoanne Koong
2022-05-24bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong
2022-05-24bpf: Dynptr support for ring buffersJoanne Koong
2022-05-24bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong
2022-05-24bpf: Add verifier support for dynptrsJoanne Koong
2022-05-24bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi
2022-05-24bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu
2022-05-24bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu
2022-05-21bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire
2022-05-21bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires
2022-05-21bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-14bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong