summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-05net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2021-10-09af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-3/+9
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+21
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-1/+1
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-11-29Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman1-4/+2
2019-11-28sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng1-0/+1
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-0/+3
2018-05-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2017-11-18net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-10-12Revert "socket, bpf: fix possible use after free"Greg Kroah-Hartman1-4/+1
2017-10-12socket, bpf: fix possible use after freeEric Dumazet1-1/+4
2017-10-12net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-06-07net: fix compile error in skb_orphan_partial()Eric Dumazet1-3/+0
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet1-12/+8
2017-03-30socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-30net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-01-15net: add the AF_QIPCRTR entries to family name tablesAnna, Suman1-3/+3
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet1-2/+2
2016-11-03dccp: do not release listeners too soonEric Dumazet1-2/+3
2016-10-31net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-10-08mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-3/+3
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-09-20cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-1/+4
2016-08-24net: remove clear_sk() methodEric Dumazet1-6/+2
2016-08-24udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet1-18/+0
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn1-3/+4
2016-07-12sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh1-0/+4
2016-05-03net: add __sock_wfree() helperEric Dumazet1-0/+24
2016-05-03tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-0/+7
2016-05-03net: do not block BH while processing socket backlogEric Dumazet1-14/+8
2016-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa1-5/+0
2016-04-06net: add the AF_KCM entries to family name tablesDexuan Cui1-3/+6
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-0/+9
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar1-6/+13
2016-04-05tcp: increment sk_drops for listenersEric Dumazet1-0/+1
2016-04-05net: add SOCK_RCU_FREE socket flagEric Dumazet1-1/+13
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh1-0/+13
2016-04-04tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh1-1/+2
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn1-11/+22
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-02-26net: Facility to report route quality of connected socketsTom Herbert1-0/+4
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek1-0/+1
2016-01-15mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-5/+0
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-45/+7