summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
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-26net: Facility to report route quality of connected socketsTom Herbert
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek
2016-01-15mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-15net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-15net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2015-12-18Merge 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
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet
2015-12-09sock, cgroup: add sock->sk_cgroupTejun Heo
2015-12-09net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet
2015-10-28sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa
2015-10-13net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-13sock: support per-packet fwmarkEdward Jee
2015-10-03tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet
2015-09-15net: core: drop null test before destroy functionsJulia Lawall
2015-08-28sock: fix kernel doc errorJean Sacren
2015-07-30net: sk_clone_lock() should only do get_net() if the parent is not a kernel s...Sowmini Varadhan
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-06-30sock_diag: don't broadcast kernel socketsCraig Gallek
2015-06-28net: Kill sock->sk_protinfoDavid Miller
2015-06-16sock_diag: define destruction multicast groupsCraig Gallek
2015-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-12net: don't wait for order-3 page allocationShaohua Li
2015-06-11net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d...Mel Gorman
2015-05-27tcp: tcp_tso_autosize() minimum is one packetEric Dumazet
2015-05-18net: fix sk_mem_reclaim_partial()Eric Dumazet
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-04Revert "net: kernel socket should be released in init_net namespace"Herbert Xu
2015-04-13tcp: do not cache align timewait socketsEric Dumazet
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-23net: Move the comment about unsettable socket-level options to default clause...YOSHIFUJI Hideaki/吉藤英明
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet
2015-03-13inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet