aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active resetJason Xing1-1/+1
2024-06-12net/tcp: Remove tcp_hash_fail()Dmitry Safonov1-25/+0
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov1-0/+17
2024-06-12net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov1-2/+72
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang1-1/+3
2024-06-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-04net: tls: fix marking packets as decryptedJakub Kicinski1-0/+3
2024-05-29tcp: fix races in tcp_abort()Eric Dumazet1-5/+1