summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)Author
12 daysnetmem, 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
2025-05-27net: devmem: preserve sockc_errMina Almasry
2025-05-15tcp: increase tcp_rmem[2] to 32 MBEric Dumazet
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-04-24tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris
2025-04-24tcp: fastopen: note that a child socket was createdJeremy Harris
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet