summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-11-12net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-2/+34
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+7
2016-11-15net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa1-1/+1
2015-12-15net: fix IP early demux racesEric Dumazet1-1/+1
2015-12-15net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2015-12-12xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet1-1/+1
2015-12-06sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-2/+1
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-16tcp: ensure proper barriers in lockless contextsEric Dumazet1-0/+25
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-11-03net: 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-13tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet1-0/+2
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet1-5/+9
2015-10-13net: align sk_refcnt on 128 bytes boundaryEric Dumazet1-3/+14
2015-10-13net: SO_INCOMING_CPU setsockopt() supportEric Dumazet1-6/+4
2015-10-13sock: support per-packet fwmarkEdward Jee1-0/+7
2015-10-11net: synack packets can be attached to request socketsEric Dumazet1-0/+8
2015-09-30net: constify sk_gfp_atomic() sock argumentEric Dumazet1-1/+1
2015-09-18tcp: provide skb->hash to synack packetsEric Dumazet1-4/+8
2015-09-09memcg: move memcg_proto_active from sock.hMichal Hocko1-5/+0
2015-09-09memcg: export struct mem_cgroupMichal Hocko1-28/+0
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-30net: Recompute sk_txhash on negative routing adviceTom Herbert1-0/+8
2015-07-30net: 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-22net: #ifdefify sk_classid member of struct sockMathias Krause1-0/+2
2015-06-29net: Kill sock->sk_protinfoDavid Miller1-2/+0
2015-06-21net: Update out-of-date commentZhaowei Yuan1-1/+0
2015-06-16sock_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-18net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-17/+0
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman1-0/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+0
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-0/+2
2015-03-26fs: move struct kiocb to fs.hChristoph Hellwig1-1/+0
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet1-2/+2
2015-03-16net: add sk_fullsock() helperEric Dumazet1-0/+9
2015-03-13inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV stateEric Dumazet1-1/+1