summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2026-06-12net: remove some unused EXPORT_SYMBOL()sSabrina Dubroca
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet
2026-05-01tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_u...Eric Dumazet
2026-05-01tcp: move tp->bytes_acked to tcp_sock_write_tx groupEric Dumazet
2026-05-01tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_txEric Dumazet
2026-05-01tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx groupEric Dumazet
2026-05-01tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx groupEric Dumazet
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-18tcp: annotate data-races around tp->plb_rehashEric Dumazet
2026-04-18tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet
2026-04-18tcp: annotate data-races around tp->timeout_rehashEric Dumazet
2026-04-18tcp: annotate data-races around tp->srtt_usEric Dumazet
2026-04-18tcp: annotate data-races around tp->reord_seenEric Dumazet
2026-04-18tcp: annotate data-races around tp->dsack_dupsEric Dumazet
2026-04-18tcp: annotate data-races around tp->bytes_retransEric Dumazet
2026-04-18tcp: annotate data-races around tp->bytes_sentEric Dumazet
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
2026-04-18tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet
2026-04-18tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-04-06tcp: add recv_should_stop helperGeliang Tang
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet
2026-03-04tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang
2026-02-03tcp: try to avoid safer when ACKs are thinnedIlpo Järvinen
2026-02-02tcp: export tcp_splice_stateGeliang Tang
2026-01-28tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet
2026-01-23tcp: move tcp_stream_memory_free() to tcp.cEric Dumazet
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn
2025-11-27netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-10-27tcp: remove one ktime_get() from recvmsg() fast pathEric Dumazet
2025-10-23tcp: Remove unnecessary null check in tcp_inbound_md5_hash()Eric Biggers
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski