aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-21net: sock: remove dead cgroup methods from struct protoJohannes Weiner1-12/+0
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner1-7/+0
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner1-21/+4
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner1-56/+8
2016-01-14net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner1-3/+5
2016-01-14net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner1-36/+3
2016-01-14net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner1-15/+4
2016-01-14net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner1-4/+6
2016-01-04soreuseport: define reuseport groupsCraig Gallek1-0/+2
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field declarationHannes Frederic Sowa1-1/+1
2015-12-15net: diag: Add the ability to destroy a socket.Lorenzo Colitti1-0/+1
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert1-0/+9
2015-12-14net: fix IP early demux racesEric Dumazet1-1/+1
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-8/+3
2015-12-08netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo1-5/+5
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+25
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-2/+1
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet1-2/+2
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet1-7/+16
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-0/+10
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-10/+5
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet1-0/+25
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet1-15/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2015-10-17net: add pfmemalloc check in sk_add_backlog()Eric Dumazet1-0/+8
2015-10-12tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet1-0/+2
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-5/+9
2015-10-12net: align sk_refcnt on 128 bytes boundaryEric Dumazet1-3/+14
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet1-6/+4
2015-10-12sock: support per-packet fwmarkEdward Jee1-0/+7
2015-10-11net: synack packets can be attached to request socketsEric Dumazet1-0/+8
2015-09-29net: constify sk_gfp_atomic() sock argumentEric Dumazet1-1/+1
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet1-4/+8
2015-09-08memcg: move memcg_proto_active from sock.hMichal Hocko1-5/+0
2015-09-08memcg: export struct mem_cgroupMichal Hocko1-28/+0
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-29net: Recompute sk_txhash on negative routing adviceTom Herbert1-0/+8
2015-07-29net: Set sk_txhash from a random numberTom Herbert1-0/+8
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-1/+1
2015-07-21net: #ifdefify sk_classid member of struct sockMathias Krause1-0/+2
2015-06-28net: Kill sock->sk_protinfoDavid Miller1-2/+0
2015-06-21net: Update out-of-date commentZhaowei Yuan1-1/+0
2015-06-15sock_diag: define destruction multicast groupsCraig Gallek1-0/+1
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet1-1/+2
2015-05-17net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3