aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAge
* net: add __sock_wfree() helperEric Dumazet2016-05-03
* tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-02
* net: do not block BH while processing socket backlogEric Dumazet2016-05-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-09
|\
| * net: add the AF_KCM entries to family name tablesDexuan Cui2016-04-06
* | sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-07
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-05
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-05
* | tcp: increment sk_drops for listenersEric Dumazet2016-04-04
* | net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-04
* | sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-04
* | tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh2016-04-04
* | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-04
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-19
|\
| * net: Facility to report route quality of connected socketsTom Herbert2016-02-25
| * soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2016-02-11
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-17
|/
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-14
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-14
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-14
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-14
* soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-17
|\
| * net: check both type and procotol for tcp socketsWANG Cong2015-12-17
| * xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-11
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-05
* | sock, cgroup: add sock->sk_cgroupTejun Heo2015-12-08
* | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-03
|\|
| * ipv6: kill sk_dst_lockEric Dumazet2015-12-03
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-30
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-02
* sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa2015-10-27
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-12
* sock: support per-packet fwmarkEdward Jee2015-10-12
* tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2015-10-03
* net: core: drop null test before destroy functionsJulia Lawall2015-09-15
* sock: fix kernel doc errorJean Sacren2015-08-27
* net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan2015-07-30
* tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-27
* sock_diag: don't broadcast kernel socketsCraig Gallek2015-06-30
* net: Kill sock->sk_protinfoDavid Miller2015-06-28
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-14
|\
| * net: don't wait for order-3 page allocationShaohua Li2015-06-11
| * net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman2015-06-11
| * Revert "net: kernel socket should be released in init_net namespace"Herbert Xu2015-05-04
* | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-26