aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-03net: add __sock_wfree() helperEric Dumazet1-0/+24
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-0/+7
2016-05-02net: do not block BH while processing socket backlogEric Dumazet1-14/+8
2016-04-09Merge 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-04tcp: increment sk_drops for listenersEric Dumazet1-0/+1
2016-04-04net: 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-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-02-25net: 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-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-5/+0
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-45/+7
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-10/+16
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner1-7/+2
2016-01-04soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek1-0/+29
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2015-12-17net: check both type and procotol for tcp socketsWANG Cong1-1/+2
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo1-0/+2
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-13/+2
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-2/+0
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-3/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-4/+4
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-4/+4
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-2/+4
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet1-0/+22
2015-10-27sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa1-3/+17
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet1-0/+5
2015-10-12sock: support per-packet fwmarkEdward Jee1-0/+26
2015-10-03tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet1-1/+1
2015-09-15net: core: drop null test before destroy functionsJulia Lawall1-8/+4
2015-08-27sock: fix kernel doc errorJean Sacren1-1/+1
2015-07-30net: sk_clone_lock() should only do get_net() if the parent is not a kernel socketSowmini Varadhan1-1/+2
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-2/+3
2015-06-30sock_diag: don't broadcast kernel socketsCraig Gallek1-1/+1
2015-06-28net: Kill sock->sk_protinfoDavid Miller1-1/+0
2015-06-15sock_diag: define destruction multicast groupsCraig Gallek1-1/+10
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+6
2015-06-11net: don't wait for order-3 page allocationShaohua Li1-1/+1
2015-06-10net, swap: Remove a warning and clarify why sk_mem_reclaim is required when deactivating swapMel Gorman1-8/+5
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet1-1/+4
2015-05-17net: fix sk_mem_reclaim_partial()Eric Dumazet1-4/+5