summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-3/+3
|\ \
| * | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
| * | net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
* | | sock: remove unneeded semicolonYueHaibing2019-10-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-14/+18
|\| |
| * | tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-131-1/+1
| * | tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-6/+9
| * | tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-131-2/+3
| * | net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+1
| * | net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+1
| * | net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-1/+1
| * | net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-091-2/+2
| |/
* | sock_get_timeout: drop unnecessary return variableVito Caputo2019-10-111-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-4/+9
|\|
| * net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-041-1/+1
| * net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-09-301-3/+8
* | net: spread "enum sock_flags"Alexey Dobriyan2019-10-041-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-3/+6
|\
| * bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-171-3/+6
* | sock: fix potential memory leak in proto_register()zhanglin2019-08-241-10/+21
* | net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-081-5/+14
|/
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-1/+1
* coallocate socket_wq with socket itselfAl Viro2019-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-3/+0
|\
| * net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-181-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-0/+4
|\ \ | |/ |/|
| * bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-151-0/+3
|\ \
| * | bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-121-0/+3
* | | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-141-1/+3
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-7/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-0/+5
|\
| * bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-0/+5
* | net: fix sparc64 compilation of sock_gettstampStephen Rothwell2019-04-231-3/+3
|/
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-23/+28
* socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann2019-04-161-2/+2
* net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-011-2/+8
* net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-011-5/+13
* net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing2019-02-241-3/+3
* sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault2019-02-161-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-1/+1
|\
| * net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-02-131-1/+1
* | net: Fix fall through warning in y2038 tstamp changes.David S. Miller2019-02-031-0/+1
* | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-031-14/+39
* | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+2
* | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-1/+7
* | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-2/+19
* | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-8/+8