aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet2025-03-311-16/+2
* tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet2025-03-251-2/+16
* tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing2025-03-251-1/+12
* tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing2025-03-251-1/+12
* tcp: move icsk_clean_acked to a better locationEric Dumazet2025-03-241-0/+5
* tcp: helpers for ECN mode handlingIlpo Järvinen2025-03-171-1/+1
* tcp: clamp window like before the cleanupMatthieu Baerts (NGI0)2025-03-061-6/+6
* tcp: tcp_set_window_clamp() cleanupEric Dumazet2025-03-031-18/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-02-271-21/+34
|\
| * Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-02-271-16/+10
| |\
| | * tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev2025-02-261-16/+10
| * | bpf: Fix wrong copied_seq calculationJiayuan Chen2025-01-291-5/+24
| |/
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2025-02-211-1/+5
|\ \
| * | bpf: Add BPF_SOCK_OPS_TSTAMP_SENDMSG_CB callbackJason Xing2025-02-201-0/+4
| * | bpf: Add BPF_SOCK_OPS_TSTAMP_ACK_CB callbackJason Xing2025-02-201-1/+1
* | | tcp: only initialize sockcm tsflags fieldWillem de Bruijn2025-02-191-1/+1
* | | tcp: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet2025-02-141-22/+22
|/ /
* | tcp: add tcp_rto_max_ms sysctlEric Dumazet2025-02-111-3/+3
* | tcp: add the ability to control max RTOEric Dumazet2025-02-111-0/+12
* | tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet2025-02-071-2/+2
* | net: prepare for non devmem TCP memory providersPavel Begunkov2025-02-071-0/+5
* | net: prefix devmem specific helpersPavel Begunkov2025-02-071-1/+1
|/
* tcp: only release congestion control if it has been initializedPengcheng Yang2024-11-011-1/+1
* net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2024-10-041-3/+4
* tcp: RX path for devmem TCPMina Almasry2024-09-121-5/+252
* net: add support for skbs with unreadable fragsMina Almasry2024-09-121-0/+3
* net: support non paged skb fragsMina Almasry2024-09-121-0/+3
* net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing2024-09-101-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-08-291-7/+11
|\
| * tcp: fix forever orphan socket caused by tcp_abortXueming Feng2024-08-271-7/+11
* | tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...Jason Xing2024-08-071-1/+2
* | tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing2024-08-071-4/+6
* | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing2024-08-071-1/+1
* | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active resetJason Xing2024-08-071-1/+1
* | tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active resetJason Xing2024-08-071-1/+1
|/
* net/tcp: Remove tcp_hash_fail()Dmitry Safonov2024-06-121-25/+0
* net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov2024-06-121-0/+17
* net/tcp: Move tcp_inbound_hash() from headersDmitry Safonov2024-06-121-2/+72
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-1/+8
|\
| * tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing2024-06-051-1/+5
| * net: tls: fix marking packets as decryptedJakub Kicinski2024-06-041-0/+3
* | net: use unrcu_pointer() helperEric Dumazet2024-06-061-1/+1
* | tcp: add sysctl_tcp_rto_min_usKevin Yang2024-06-051-1/+3
* | tcp: fix races in tcp_abort()Eric Dumazet2024-05-301-5/+1
* | tcp: add tcp_done_with_error() helperEric Dumazet2024-05-301-1/+1
|/
* tcp: socket option to check for MPTCP fallback to TCPMatthieu Baerts (NGI0)2024-05-131-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-2/+2
|\
| * tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-031-2/+2
* | net: add <net/proto_memory.h>Eric Dumazet2024-05-011-0/+1
* | tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet2024-05-011-1/+9