aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima2025-09-171-0/+5
* tcp: add tcp_sock_set_maxsegGeliang Tang2025-07-221-9/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-07-101-1/+1
|\
| * tcp: Correct signedness in skb remaining space calculationJiayuan Chen2025-07-081-1/+1
* | net: splice: Drop unused @gfpMichal Luczaj2025-07-081-2/+1
* | tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet2025-07-021-2/+0
* | net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo2025-06-181-1/+1
* | tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell2025-06-171-2/+1
|/
* net: devmem: preserve sockc_errMina Almasry2025-05-281-14/+10
* tcp: increase tcp_rmem[2] to 32 MBEric Dumazet2025-05-151-1/+1
* net: devmem: Implement TX pathMina Almasry2025-05-131-8/+40
* tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris2025-04-251-0/+2
* tcp: fastopen: note that a child socket was createdJeremy Harris2025-04-251-0/+1
* trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao2025-04-111-0/+2
* 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