summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Kill sock->sk_protinfoDavid Miller2015-06-281-1/+0
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-151-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-131-9/+6
|\
| * net: don't wait for order-3 page allocationShaohua Li2015-06-111-1/+1
| * net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman2015-06-101-8/+5
| * Revert "net: kernel socket should be released in init_net namespace"Herbert Xu2015-05-041-1/+1
* | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-261-1/+4
* | net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-171-4/+5
* | net: kill sk_change_net and sk_release_kernelEric W. Biederman2015-05-111-19/+0
* | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-2/+6
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+2
|/
* tcp: do not cache align timewait socketsEric Dumazet2015-04-121-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-0/+19
|\
| * ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-0/+19
* | net: Move the comment about unsettable socket-level options to default clause...YOSHIFUJI Hideaki/吉藤英明2015-03-231-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-0/+4
|\ \ | |/
| * net: add comment for sock_efree() usageOliver Hartkopp2015-03-101-0/+4
* | inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-201-1/+1
* | net: kernel socket should be released in init_net namespaceYing Xue2015-03-161-1/+1
* | inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet2015-03-161-15/+0
* | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-121-0/+2
* | net: add req_prot_cleanup() & req_prot_init() helpersEric Dumazet2015-03-121-28/+41
* | net: Kill hold_net release_netEric W. Biederman2015-03-121-1/+0
* | net: add real socket cookiesEric Dumazet2015-03-111-0/+1
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-7/+6
OpenPOWER on IntegriCloud