summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2016-04-15soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek
2016-02-11sock: struct proto hash function may errorCraig Gallek
2016-01-21net: sock: remove dead cgroup methods from struct protoJohannes Weiner
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: simplify the per-memcg limit accessJohannes Weiner
2016-01-15net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner
2016-01-15net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner
2016-01-15net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner
2016-01-05soreuseport: define reuseport groupsCraig Gallek
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa
2015-12-16net: diag: Add the ability to destroy a socket.Lorenzo Colitti
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert
2015-12-15net: fix IP early demux racesEric Dumazet
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet
2015-12-09net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-12-09netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun 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-03tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet
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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-17net: add pfmemalloc check in sk_add_backlog()Eric Dumazet
2015-10-13tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-13net: align sk_refcnt on 128 bytes boundaryEric Dumazet
2015-10-13net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-13sock: support per-packet fwmarkEdward Jee
2015-10-11net: synack packets can be attached to request socketsEric Dumazet
2015-09-29net: constify sk_gfp_atomic() sock argumentEric Dumazet
2015-09-18tcp: provide skb->hash to synack packetsEric Dumazet
2015-09-08memcg: move memcg_proto_active from sock.hMichal Hocko
2015-09-08memcg: export struct mem_cgroupMichal Hocko
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-30net: Recompute sk_txhash on negative routing adviceTom Herbert
2015-07-30net: Set sk_txhash from a random numberTom Herbert
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca
2015-07-21net: #ifdefify sk_classid member of struct sockMathias Krause
2015-06-28net: Kill sock->sk_protinfoDavid Miller
2015-06-21net: Update out-of-date commentZhaowei Yuan
2015-06-16sock_diag: define destruction multicast groupsCraig Gallek