aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-19tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet1-1/+4
2025-10-15tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-09-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+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
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet1-0/+5
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen1-1/+1
2025-03-06tcp: clamp window like before the cleanupMatthieu Baerts (NGI0)1-6/+6
2025-03-03tcp: tcp_set_window_clamp() cleanupEric Dumazet1-18/+18
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+34
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-16/+10
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev1-16/+10
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+5
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing1-0/+4
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing1-1/+1
2025-02-18tcp: only initialize sockcm tsflags fieldWillem de Bruijn1-1/+1
2025-02-14tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-22/+22
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet1-3/+3
2025-02-11tcp: add the ability to control max RTOEric Dumazet1-0/+12
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet1-2/+2
2025-02-06net: prepare for non devmem TCP memory providersPavel Begunkov1-0/+5
2025-02-06net: prefix devmem specific helpersPavel Begunkov1-1/+1
2025-01-29bpf: Fix wrong copied_seq calculationJiayuan Chen1-5/+24
2024-10-31tcp: only release congestion control if it has been initializedPengcheng Yang1-1/+1
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko1-3/+4
2024-09-11tcp: RX path for devmem TCPMina Almasry1-5/+252
2024-09-11net: add support for skbs with unreadable fragsMina Almasry1-0/+3
2024-09-11net: support non paged skb fragsMina Almasry1-0/+3
2024-09-10net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing1-2/+7
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+11
2024-08-27tcp: fix forever orphan socket caused by tcp_abortXueming Feng1-7/+11
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active resetJason Xing1-1/+2
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing1-4/+6
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing1-1/+1
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active resetJason Xing1-1/+1