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-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-07bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-01-07bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin
2020-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-23bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov
2019-12-20bpf: Remove unused new_flags in hierarchy_allows_attach()Andrey Ignatov
2019-12-20bpf: Simplify __cgroup_bpf_attachAndrey Ignatov
2019-12-20xdp: Make cpumap flush_list common for all map instancesBjörn Töpel
2019-12-20xdp: Make devmap flush_list common for all map instancesBjörn Töpel
2019-12-20xsk: Make xskmap flush_list common for all map instancesBjörn Töpel
2019-12-20xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel
2019-12-20xdp: Simplify cpumap cleanupBjörn Töpel
2019-12-20xdp: Simplify devmap cleanupBjörn Töpel
2019-12-20bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann
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-14bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel
2019-12-14bpf: Introduce BPF dispatcherBjörn Töpel
2019-12-14bpf: Move trampoline JIT image allocation to a functionBjörn Töpel
2019-12-12bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann
2019-12-12bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov
2019-12-11bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann
2019-12-11bpf: Fix build in minimal configurations, againArnd Bergmann
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-05bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_idYonghong Song
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-11-29bpf: Fix build in minimal configurationsAlexei Starovoitov
2019-11-27bpf: Fix static checker warningAlexei Starovoitov
2019-11-27Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-26Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-11-25bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann
2019-11-25bpf: Constant map key tracking for prog array pokesDaniel 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-25bpf: Provide better register bounds after jmp32 instructionsYonghong Song
2019-11-25xdp: Fix cleanup on map free for devmap_hash map typeToke Høiland-Jørgensen
2019-11-23Revert "bpf: Emit audit messages upon successful prog load and unload"Jakub Kicinski
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-21bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann