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
2019-05-13bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak
2019-05-11bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-07Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-02bpf: switch to ->free_inode()Al Viro
2019-04-30bpf: Use vmalloc special flagRick Edgecombe
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-27bpf: add writable context for raw tracepointsMatt Mullins
2019-04-26bpf: mark registers in all frames after pkt/null checksPaul Chaignon
2019-04-26bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev
2019-04-23bpf: drop bpf_verifier_lockAlexei Starovoitov
2019-04-23bpf: remove global variablesAlexei Starovoitov
2019-04-18bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer
2019-04-18bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer
2019-04-18bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer
2019-04-17bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole
2019-04-16bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy
2019-04-13bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang
2019-04-13bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang
2019-04-13bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang
2019-04-13bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang
2019-04-13bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov
2019-04-12bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov
2019-04-12bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov
2019-04-12bpf: Introduce bpf_sysctl_get_name helperAndrey Ignatov
2019-04-12bpf: Sysctl hookAndrey Ignatov
2019-04-12bpf: Add base proto function for cgroup-bpf programsAndrey Ignatov
2019-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev
2019-04-10bpf: allow for key-less BTF in array mapDaniel Borkmann
2019-04-10bpf: kernel side support for BTF Var and DataSecDaniel Borkmann
2019-04-10bpf: allow . char as part of the object nameDaniel Borkmann
2019-04-10bpf: add syscall side map freeze supportDaniel Borkmann
2019-04-10bpf: add program side {rd, wr}only support for mapsDaniel Borkmann
2019-04-10bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann
2019-04-10bpf: implement lookup-free direct value access for mapsDaniel Borkmann
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-05bpf: Add missed newline in verifier verbose logAndrey Ignatov
2019-04-05bpf: Sanity check max value for var_off stack accessAndrey Ignatov
2019-04-05bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov
2019-04-05bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov
2019-04-04bpf: increase verifier log limitAlexei Starovoitov
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov
2019-04-04bpf: convert temp arrays to kvcallocAlexei Starovoitov