summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-21tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet1-3/+0
2026-04-24Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-26/+38
2026-04-18tcp: annotate data-races around tp->plb_rehashEric Dumazet1-1/+2
2026-04-18tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet1-1/+2
2026-04-18tcp: annotate data-races around tp->timeout_rehashEric Dumazet1-1/+2
2026-04-18tcp: annotate data-races around tp->srtt_usEric Dumazet1-2/+3
2026-04-18tcp: annotate data-races around tp->reord_seenEric Dumazet1-1/+1
2026-04-18tcp: annotate data-races around tp->dsack_dupsEric Dumazet1-1/+1
2026-04-18tcp: annotate data-races around tp->bytes_retransEric Dumazet1-2/+2
2026-04-18tcp: annotate data-races around tp->bytes_sentEric Dumazet1-1/+1
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet1-1/+3
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet1-2/+2
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet1-2/+2
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet1-4/+4
2026-04-18tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet1-2/+2
2026-04-18tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet1-4/+10
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski1-0/+5
2026-04-07tcp: add recv_should_stop helperGeliang Tang1-7/+2
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)1-3/+3
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)1-3/+2
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera1-23/+0
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz1-0/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2026-03-05net: use ktime_t in struct scm_timestamping_internalEric Dumazet1-39/+22
2026-03-05tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet1-0/+54
2026-03-04net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet1-3/+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