aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn1-5/+3
2025-11-27netmem, devmem, tcp: access pp fields through @desc in net_iovByungchul Park1-1/+1
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-27tcp: remove one ktime_get() from recvmsg() fast pathEric Dumazet1-1/+3
2025-10-23tcp: Remove unnecessary null check in tcp_inbound_md5_hash()Eric Biggers1-6/+4
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2025-10-17tcp: 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-22tcp: move tcp_clean_acked to tcp_sock_read_tx groupEric Dumazet1-3/+3
2025-09-22tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx groupEric Dumazet1-1/+1
2025-09-22tcp: 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-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-09-15tcp: reorganize tcp_sock_write_txrx group for variables laterChia-Yu Chang1-2/+2
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov1-14/+3
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov1-0/+27
2025-09-11net: devmem: expose tcp_recvmsg_locked errorsStanislav Fomichev1-2/+2
2025-09-04tcp: use tcp_eat_recv_skb in __tcp_close()Eric Dumazet1-2/+2
2025-09-04tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima1-1/+1
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet1-1/+1
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet1-1/+2
2025-08-22tcp: lockless TCP_MAXSEG optionEric Dumazet1-4/+2
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet1-3/+5
2025-07-21tcp: add tcp_sock_set_maxsegGeliang Tang1-9/+14
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-07-08net: splice: Drop unused @gfpMichal Luczaj1-2/+1
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen1-1/+1
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet1-2/+0
2025-06-17net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo1-1/+1
2025-06-17tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell1-2/+1
2025-05-27net: devmem: preserve sockc_errMina Almasry1-14/+10
2025-05-15tcp: increase tcp_rmem[2] to 32 MBEric Dumazet1-1/+1
2025-05-13net: devmem: Implement TX pathMina Almasry1-8/+40
2025-04-24tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris1-0/+2
2025-04-24tcp: fastopen: note that a child socket was createdJeremy Harris1-0/+1
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+2
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet1-16/+2
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet1-2/+16
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing1-1/+12
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing1-1/+12