summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
...
* | tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-041-0/+7
* | udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-041-6/+6
* | net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-041-0/+2
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-4/+6
* | sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-041-0/+1
* | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-041-0/+2
|/
* sock: struct proto hash function may errorCraig Gallek2016-02-111-3/+3
* net: sock: remove dead cgroup methods from struct protoJohannes Weiner2016-01-211-12/+0
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-141-7/+0
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-141-21/+4
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-141-56/+8
* net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner2016-01-141-3/+5
* net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner2016-01-141-36/+3
* net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner2016-01-141-15/+4
* net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner2016-01-141-4/+6
* soreuseport: define reuseport groupsCraig Gallek2016-01-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-2/+5
|\
| * net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2015-12-161-1/+1
| * net: fix IP early demux racesEric Dumazet2015-12-141-1/+1
| * net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+1
| * 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-0/+2
* | net: diag: Add the ability to destroy a socket.Lorenzo Colitti2015-12-151-0/+1
* | tcp: Fix conditions to determine checksum offloadTom Herbert2015-12-151-0/+9
* | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-081-8/+3
* | netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo2015-12-081-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-7/+25
|\|
| * ipv6: kill sk_dst_lockEric Dumazet2015-12-031-2/+1
| * net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-011-7/+16
| * net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-0/+10
* | tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet2015-12-021-2/+2
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-10/+5
|/
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-151-0/+25
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-15/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-0/+8
|\
| * net: add pfmemalloc check in sk_add_backlog()Eric Dumazet2015-10-171-0/+8
* | tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet2015-10-121-0/+2
* | net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-121-5/+9
* | net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-121-3/+14
* | net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-121-6/+4
* | sock: support per-packet fwmarkEdward Jee2015-10-121-0/+7
* | net: synack packets can be attached to request socketsEric Dumazet2015-10-111-0/+8
* | net: constify sk_gfp_atomic() sock argumentEric Dumazet2015-09-291-1/+1
* | tcp: provide skb->hash to synack packetsEric Dumazet2015-09-171-4/+8
|/
* memcg: move memcg_proto_active from sock.hMichal Hocko2015-09-081-5/+0
* memcg: export struct mem_cgroupMichal Hocko2015-09-081-28/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-1/+1
|\
| * tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-271-1/+1
* | net: Recompute sk_txhash on negative routing adviceTom Herbert2015-07-291-0/+8