summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
7 daystcp: annotate data-races around tp->plb_rehashEric Dumazet1-1/+2
7 daystcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet1-1/+2
7 daystcp: annotate data-races around tp->timeout_rehashEric Dumazet1-1/+2
7 daystcp: annotate data-races around tp->srtt_usEric Dumazet1-2/+3
7 daystcp: annotate data-races around tp->reord_seenEric Dumazet1-1/+1
7 daystcp: annotate data-races around tp->dsack_dupsEric Dumazet1-1/+1
7 daystcp: annotate data-races around tp->bytes_retransEric Dumazet1-2/+2
7 daystcp: annotate data-races around tp->bytes_sentEric Dumazet1-1/+1
7 daystcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet1-1/+3
7 daystcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet1-2/+2
7 daystcp: annotate data-races around tp->snd_ssthreshEric Dumazet1-2/+2
7 daystcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet1-4/+4
7 daystcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet1-2/+2
7 daystcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet1-4/+10
2026-03-04net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2026-02-27net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang1-0/+8
2026-02-03tcp: try to avoid safer when ACKs are thinnedIlpo Järvinen1-0/+2
2026-02-03tcp: export tcp_splice_stateGeliang Tang1-11/+2
2026-01-29tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet1-0/+3
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet1-0/+27
2026-01-23tcp: move tcp_stream_memory_free() to tcp.cEric Dumazet1-0/+13
2026-01-23tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet1-0/+18
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn1-5/+3
2025-11-28netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park1-1/+1
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-28tcp: remove one ktime_get() from recvmsg() fast pathEric Dumazet1-1/+3
2025-10-24tcp: Remove unnecessary null check in tcp_inbound_md5_hash()Eric Biggers1-6/+4
2025-10-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2025-10-18tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers1-42/+31
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima1-1/+2
2025-10-15tcp: better handle TCP_TX_DELAY on established flowsEric Dumazet1-4/+27
2025-10-06tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet1-1/+4
2025-09-23tcp: move tcp_clean_acked to tcp_sock_read_tx groupEric Dumazet1-3/+3
2025-09-23tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx groupEric Dumazet1-1/+1
2025-09-23tcp: remove CACHELINE_ASSERT_GROUP_SIZE() usesEric Dumazet1-12/+0
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski1-0/+2
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang1-0/+3
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang1-1/+4
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen1-1/+14
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen1-1/+2
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen1-0/+1
2025-09-18tcp: AccECN coreIlpo Järvinen1-1/+4
2025-09-18tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-09-16tcp: reorganize tcp_sock_write_txrx group for variables laterChia-Yu Chang1-2/+2
2025-09-12tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov1-14/+3
2025-09-12tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov1-0/+27
2025-09-12net: devmem: expose tcp_recvmsg_locked errorsStanislav Fomichev1-2/+2