summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* soreuseport: define reuseport groupsCraig Gallek2016-01-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-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-151-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-121-1/+1
| * sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-061-0/+2
* | net: diag: Add the ability to destroy a socket.Lorenzo Colitti2015-12-161-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-091-8/+3Star
* | netprio_cgroup: limit the maximum css->id to USHRT_MAXTejun Heo2015-12-091-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-041-7/+25
|\|
| * ipv6: kill sk_dst_lockEric Dumazet2015-12-031-2/+1Star
| * 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-031-2/+2
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-10/+5Star
|/
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-161-0/+25
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-15/+2Star
* 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-131-0/+2
* | net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-131-5/+9
* | net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-131-3/+14
* | net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-131-6/+4Star
* | sock: support per-packet fwmarkEdward Jee2015-10-131-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-301-1/+1
* | tcp: provide skb->hash to synack packetsEric Dumazet2015-09-181-4/+8
|/
* memcg: move memcg_proto_active from sock.hMichal Hocko2015-09-091-5/+0Star
* memcg: export struct mem_cgroupMichal Hocko2015-09-091-28/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-011-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-301-0/+8
* | net: Set sk_txhash from a random numberTom Herbert2015-07-301-0/+8
* | net: #ifdefify sk_classid member of struct sockMathias Krause2015-07-221-0/+2
|/
* net: Kill sock->sk_protinfoDavid Miller2015-06-291-2/+0Star
* net: Update out-of-date commentZhaowei Yuan2015-06-211-1/+0Star
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-161-0/+1
* tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-211-1/+2
* net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-181-3/+3
* net: kill sk_change_net and sk_release_kernelEric W. Biederman2015-05-111-17/+0Star
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-0/+2
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+0Star
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-0/+2
|\ \
| * | ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-061-0/+2
| |/
* | net: increase sk_[max_]ack_backlogEric Dumazet2015-03-201-2/+2