aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2020-09-17net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-08-13cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-07-16net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet
2020-07-16net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-05-21tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2020-05-21tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2020-05-21tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet
2020-05-21net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2020-05-21net: memcg: late association of sock to memcgShakeel Butt
2020-03-20net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2019-12-16net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-12-16net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-08-25net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-06-18net: remove duplicate fetch in sock_getsockoptJingYi Hou
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet
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-23net: fix sparc64 compilation of sock_gettstampStephen Rothwell
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-16socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann
2019-03-01net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet
2019-03-01net: 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-16sock: 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-13net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-02-03net: 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
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann
2019-01-19net: sock: do not set sk_cookie in sk_clone_lock()Yafang Shao
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-07net: call sk_dst_reset when set SO_DONTROUTEyupeng
2018-12-03udp: msg_zerocopyWillem de Bruijn
2018-11-08sock: Reset dst when changing sk_mark via setsockoptDavid Barmann
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning
2018-11-05sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-02tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller