summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-04-20net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-4/+21
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+3
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+4
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-0/+5
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-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-3/+35
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-0/+1
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-12-17net: remove hlist_nulls_add_tail_rcu()Eric Dumazet1-5/+1
2017-09-22net: prevent dst uses after freeEric Dumazet1-1/+1
2017-08-30neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-0/+10
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2017-08-19datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson1-3/+1
2017-08-04sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+2
2017-08-04sock: allocate skbs from optmemWillem de Bruijn1-0/+2
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-07-13socket: add documentation for missing elementsstephen hemminger1-0/+3
2017-07-08net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan1-0/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-36/+29
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-8/+9
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-06-21sock: avoid dirtying incoming_cpu if not neededPaolo Abeni1-1/+4
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-20/+2
2017-05-18Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet1-5/+4
2017-05-16tcp: internal implementation for pacingEric Dumazet1-1/+8
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni1-2/+2
2017-05-16net: fix some identation issues at kernel-doc markupsMauro Carvalho Chehab1-5/+4
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1
2017-04-03sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet1-1/+1
2017-03-31sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+4
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells1-3/+6
2017-03-09net: use proper lockdep annotation in __sk_dst_set()Eric Dumazet1-5/+2
2017-03-03net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo1-0/+1
2017-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3