aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAge
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-30
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-28
* tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-13
* tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-13
* tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-13
* net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-10
* net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-10
* net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-10
* net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2019-10-10
* net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan2019-10-04
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-09-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-06
|\
| * bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-17
* | sock: fix potential memory leak in proto_register()zhanglin2019-08-24
* | net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-09
|/
* mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-12
* coallocate socket_wq with socket itselfAl Viro2019-07-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22
|\
| * net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-06-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-20
|\ \ | |/ |/|
| * bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-15
|\ \
| * | bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-12
* | | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-14
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-28
|\
| * bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-27
* | net: fix sparc64 compilation of sock_gettstampStephen Rothwell2019-04-23
|/
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-19
* socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann2019-04-17
* net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-02
* net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-02
* net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing2019-02-24
* sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault2019-02-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-15
|\
| * net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-02-14
* | net: Fix fall through warning in y2038 tstamp changes.David S. Miller2019-02-03
* | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-03
* | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-03
* | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-03
* | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-03
* | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-03
* | socket: move compat timeout handling into sock.cArnd Bergmann2019-02-03
* | net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao2019-01-19
* | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-17
|/
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-01
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2018-12-07
* udp: msg_zerocopyWillem de Bruijn2018-12-03
* sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2018-11-08
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-07