summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-11-29Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman
2019-11-28sock: Reset dst when changing sk_mark via setsockoptDavid Barmann
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-05-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2017-11-18net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet
2017-10-12Revert "socket, bpf: fix possible use after free"Greg Kroah-Hartman
2017-10-12socket, bpf: fix possible use after freeEric Dumazet
2017-10-12net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch
2017-06-07net: fix compile error in skb_orphan_partial()Eric Dumazet
2017-06-07netem: fix skb_orphan_partial()Eric Dumazet
2017-03-30socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann
2017-03-30net: properly release sk_frag.pageEric Dumazet
2017-01-15net: add the AF_QIPCRTR entries to family name tablesAnna, Suman
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-11-03dccp: do not release listeners too soonEric Dumazet
2016-10-31net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-08-23net: remove clear_sk() methodEric Dumazet
2016-08-23udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn
2016-07-11sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh
2016-05-03net: add __sock_wfree() helperEric Dumazet
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-05-02net: do not block BH while processing socket backlogEric Dumazet
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa
2016-04-06net: add the AF_KCM entries to family name tablesDexuan Cui
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar
2016-04-04tcp: increment sk_drops for listenersEric Dumazet
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh
2016-04-04tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-02-25net: Facility to report route quality of connected socketsTom Herbert
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-17net: check both type and procotol for tcp socketsWANG Cong