summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2021-10-09af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet
2020-08-26net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-06-29net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-05-10net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner
2020-05-10dccp: limit sk_filter trim to payloadWillem de Bruijn
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-11-12net: prevent load/store tearing on sk->sk_stampEric Dumazet
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-11-15net: avoid sk_forward_alloc overflowsEric Dumazet
2015-12-16net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa
2015-12-14net: fix IP early demux racesEric Dumazet
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-11xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet
2015-12-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-03ipv6: kill sk_dst_lockEric 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-15tcp: ensure proper barriers in lockless contextsEric Dumazet
2015-11-06mm, 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-12tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-12net: align sk_refcnt on 128 bytes boundaryEric Dumazet
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-12sock: 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-17tcp: 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-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-29net: Recompute sk_txhash on negative routing adviceTom Herbert
2015-07-29net: 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-15sock_diag: define destruction multicast groupsCraig Gallek
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet
2015-05-17net: fix sk_mem_reclaim_partial()Eric Dumazet
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-04-09Merge branch 'iocb' into for-davemAl Viro