summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: avoid sk_forward_alloc overflowsEric Dumazet2016-11-151-0/+10
* 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
* 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: 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
* | net: Set sk_txhash from a random numberTom Herbert2015-07-291-0/+8
* | net: #ifdefify sk_classid member of struct sockMathias Krause2015-07-211-0/+2
|/
* net: Kill sock->sk_protinfoDavid Miller2015-06-281-2/+0
* net: Update out-of-date commentZhaowei Yuan2015-06-211-1/+0
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-151-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-171-3/+3
* net: kill sk_change_net and sk_release_kernelEric W. Biederman2015-05-111-17/+0
* 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/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-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
* | net: add sk_fullsock() helperEric Dumazet2015-03-161-0/+9
* | inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet2015-03-121-1/+1
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-3/+1
* | net: Kill hold_net release_netEric W. Biederman2015-03-121-1/+1
* | net: add real socket cookiesEric Dumazet2015-03-111-0/+3
* | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-9/+7
* | net: move skb->dropcount to skb->cb[]Eyal Birger2015-03-021-2/+16
* | net: add common accessor for setting dropcount on packetsEyal Birger2015-03-021-0/+6