summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-061-6/+26
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* net: really orphan skbs tied to closing skPaolo Abeni2021-06-031-4/+4
* net: let skb_orphan_partial wake-up waiters.Paolo Abeni2021-04-141-9/+3
* socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers2020-11-011-1/+0
* net: Properly typecast int values to set sk_max_pacing_rateKe Li2020-10-291-1/+1
* socket: fix option SO_TIMESTAMPING_NEWChristian Eggers2020-10-291-7/+3
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-211-0/+21
* net: Fix potential memory leak in proto_register()Miaohe Lin2020-08-191-10/+15
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-1/+1
* net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-301-1/+1
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-0/+2
* net: memcg: late association of sock to memcgShakeel Butt2020-03-181-1/+4
* net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet2020-01-091-1/+1
* 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
* 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
* 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
* 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