summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers
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
2025-10-17tcp: Convert tcp-md5 to use MD5 library instead of crypto_ahashEric Biggers
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima
2025-10-15tcp: better handle TCP_TX_DELAY on established flowsEric Dumazet
2025-10-06tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet
2025-09-22tcp: move tcp_clean_acked to tcp_sock_read_tx groupEric Dumazet
2025-09-22tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx groupEric Dumazet
2025-09-22tcp: remove CACHELINE_ASSERT_GROUP_SIZE() usesEric Dumazet
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen
2025-09-18tcp: AccECN coreIlpo Järvinen
2025-09-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima
2025-09-15tcp: reorganize tcp_sock_write_txrx group for variables laterChia-Yu Chang
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov
2025-09-11net: devmem: expose tcp_recvmsg_locked errorsStanislav Fomichev
2025-09-04tcp: use tcp_eat_recv_skb in __tcp_close()Eric Dumazet
2025-09-04tcp: fix __tcp_close() to only send RST when requiredEric Dumazet
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet
2025-08-22tcp: lockless TCP_MAXSEG optionEric Dumazet
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet
2025-07-21tcp: add tcp_sock_set_maxsegGeliang Tang
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet
2025-06-17net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell