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
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_runChris Packham
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev
2020-03-28bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add struct bpf_ksymJiri Olsa
2020-03-13bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-01-23bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-20bpf: Remove unnecessary assertion on fp_oldAditya Pakki
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann
2019-12-16bpf: Fix missing prog untrack in release_mapsDaniel Borkmann
2019-12-12bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann
2019-11-25bpf: Add poke dependency tracking for prog array mapsDaniel Borkmann
2019-11-25bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann
2019-11-25bpf: Move owner type, jited info into array auxiliary dataDaniel Borkmann
2019-11-25bpf: Move bpf_free_used_maps into sleepable sectionDaniel Borkmann
2019-11-16bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov
2019-11-16bpf: Introduce BPF trampolineAlexei Starovoitov
2019-11-16bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov
2019-11-16bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich
2019-11-07bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau
2019-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-02bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann
2019-10-31bpf: Fix bpf jit kallsym accessAlexei Starovoitov
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov
2019-08-27bpf: handle 32-bit zext during constant blindingNaveen N. Rao
2019-07-18bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf
2019-07-18Merge branch 'x86/debug' into core/urgentThomas Gleixner
2019-07-09bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-28bpf: implement getsockopt and setsockopt hooksStanislav Fomichev
2019-06-26bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang
2019-06-25xdp: Add tracepoint for bulk XDP_TXToshiaki Makita
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-15sysctl: define proc_do_static_key()Eric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner