summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+4
|\
| * cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-191-1/+4
* | net: remove clear_sk() methodEric Dumazet2016-08-231-6/+2
* | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-231-18/+0
|/
* dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-3/+4
* sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh2016-07-111-0/+4
* net: add __sock_wfree() helperEric Dumazet2016-05-031-0/+24
* tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-021-0/+7
* net: do not block BH while processing socket backlogEric Dumazet2016-05-021-14/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-3/+6
|\
| * net: add the AF_KCM entries to family name tablesDexuan Cui2016-04-061-3/+6
* | sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-5/+0
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-051-0/+9
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-6/+13
* | tcp: increment sk_drops for listenersEric Dumazet2016-04-041-0/+1
* | net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-041-1/+13
* | sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-041-0/+13
* | tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh2016-04-041-1/+2
* | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-041-11/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-0/+5
|\
| * net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+4
| * soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2016-02-111-0/+1
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
|/
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-141-5/+0
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-45/+7
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-141-10/+16
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-141-7/+2
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-041-0/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-4/+3
|\
| * net: check both type and procotol for tcp socketsWANG Cong2015-12-171-1/+2
| * xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-111-1/+1
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-051-2/+0
* | sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-081-0/+2
* | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-081-13/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-7/+5
|\|
| * ipv6: kill sk_dst_lockEric Dumazet2015-12-031-3/+1
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-4/+4
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-4/+4
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+4
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-0/+22
* sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa2015-10-271-3/+17
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-121-0/+5
* sock: support per-packet fwmarkEdward Jee2015-10-121-0/+26
* tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2015-10-031-1/+1
* net: core: drop null test before destroy functionsJulia Lawall2015-09-151-8/+4
* sock: fix kernel doc errorJean Sacren2015-08-271-1/+1
* net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan2015-07-301-1/+2
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-2/+3
* sock_diag: don't broadcast kernel socketsCraig Gallek2015-06-301-1/+1