summaryrefslogtreecommitdiff
path: root/include/net/sock.h (follow)
Commit message (Expand)AuthorAge
* inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-30
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-26
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-29
* net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner2020-05-10
* dccp: limit sk_filter trim to payloadWillem de Bruijn2020-05-10
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-05
* net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-12
* net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-11-10
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-03
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-13
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2018-10-13
* net: avoid sk_forward_alloc overflowsEric Dumazet2016-11-15
* net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2015-12-16
* net: fix IP early demux racesEric Dumazet2015-12-14
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-14
* xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-11
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-05
* ipv6: kill sk_dst_lockEric Dumazet2015-12-03
* net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-01
* net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-01
* tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-15
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\
| * net: add pfmemalloc check in sk_add_backlog()Eric Dumazet2015-10-17
* | tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet2015-10-12
* | net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-12
* | net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-12
* | net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-12
* | sock: support per-packet fwmarkEdward Jee2015-10-12
* | net: synack packets can be attached to request socketsEric Dumazet2015-10-11
* | net: constify sk_gfp_atomic() sock argumentEric Dumazet2015-09-29
* | tcp: provide skb->hash to synack packetsEric Dumazet2015-09-17
|/
* memcg: move memcg_proto_active from sock.hMichal Hocko2015-09-08
* memcg: export struct mem_cgroupMichal Hocko2015-09-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-31
|\
| * tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca2015-07-27
* | net: Recompute sk_txhash on negative routing adviceTom Herbert2015-07-29
* | net: Set sk_txhash from a random numberTom Herbert2015-07-29
* | net: #ifdefify sk_classid member of struct sockMathias Krause2015-07-21
|/
* net: Kill sock->sk_protinfoDavid Miller2015-06-28
* net: Update out-of-date commentZhaowei Yuan2015-06-21
* sock_diag: define destruction multicast groupsCraig Gallek2015-06-15
* tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-21
* net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-17
* net: kill sk_change_net and sk_release_kernelEric W. Biederman2015-05-11
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-11
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* Merge branch 'iocb' into for-davemAl Viro2015-04-09
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25