summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-10-02tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-04-10tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2024-08-19tcp: add tcp_done_with_error() helperEric Dumazet1-1/+1
2024-08-19tcp: annotate lockless access to sk->sk_errEric Dumazet1-5/+6
2024-07-05tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima1-4/+6
2024-07-05tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet1-2/+2
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet1-0/+2
2024-03-27tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia1-2/+2
2024-02-23tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-02-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2023-11-28net: inet: Retire port only listening_hashMartin KaFai Lau1-1/+0
2023-11-08tcp: cleanup tcp_remove_empty_skb() useEric Dumazet1-4/+5
2023-11-08tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet1-9/+1
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-1/+1
2023-07-27tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet1-3/+3
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+6
2023-05-24tcp: add annotations around sk->sk_shutdown accessesEric Dumazet1-6/+8
2023-02-01tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2022-11-16tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei1-1/+1
2022-10-26tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet1-4/+10
2022-10-26tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-0/+2
2022-09-15tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet1-1/+1
2022-08-31net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima1-2/+2
2022-08-31tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni1-4/+4
2022-08-03net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-3/+3
2022-08-03tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima1-2/+4
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima1-1/+2
2022-07-21tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima1-1/+2
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-4/+4
2022-03-19tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-2/+1
2021-11-25tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy1-0/+3
2021-11-18tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell1-1/+1
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-5/+33
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang1-4/+1
2021-08-27tcp: enable mid stream window clampNeil Spring1-0/+1