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-12-18net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-11-27Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-29sock: remove unneeded semicolonYueHaibing
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2019-10-12sock_get_timeout: drop unnecessary return variableVito Caputo
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-10net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-10-10net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-10net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-05net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan
2019-10-05net: spread "enum sock_flags"Alexey Dobriyan
2019-10-01net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-25sock: fix potential memory leak in proto_register()zhanglin
2019-08-18bpf: support cloning sk storage on accept()Stanislav Fomichev
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko
2019-07-09coallocate socket_wq with socket itselfAl Viro
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-18net: remove duplicate fetch in sock_getsockoptJingYi Hou
2019-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-15net: add high_order_alloc_disable sysctl/static keyEric Dumazet
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau
2019-06-12bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-24net: fix sparc64 compilation of sock_gettstampStephen Rothwell
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-17socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann
2019-03-02net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet
2019-03-02net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet
2019-02-24net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing
2019-02-17sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-14net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-04net: Fix fall through warning in y2038 tstamp changes.David S. Miller
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani