summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
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-25tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-07-17tcp: Correct signedness in skb remaining space calculationJiayuan Chen1-1/+1
2025-03-22tcp: fix forever orphan socket caused by tcp_abortXueming Feng1-6/+10
2025-03-22tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen1-5/+24
2024-12-09net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-10-17tcp: new TCP_INFO stats for RTO eventsAananth V1-0/+9
2024-08-11tcp: annotate data-races around tp->window_clampEric Dumazet1-4/+4
2024-08-03tcp: add tcp_done_with_error() helperEric Dumazet1-1/+1
2024-06-21tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-21net: tls: fix marking packets as decryptedJakub Kicinski1-0/+3
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-05tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-02-01tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2024-01-10tcp: derive delack_max from rto_minEric Dumazet1-1/+2
2023-12-13tcp: fix mid stream window clamp.Paolo Abeni1-3/+19
2023-10-21net: do not leave an empty skb in write queueEric Dumazet1-3/+5
2023-10-14tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-8/+8
2023-09-29bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend1-8/+2
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-2/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+4
2023-08-18mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)1-7/+4
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-5/+7
2023-08-06tcp: set TCP_DEFER_ACCEPT locklesslyEric Dumazet1-7/+6
2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet1-10/+9
2023-08-06tcp: set TCP_KEEPCNT locklesslyEric Dumazet1-8/+2
2023-08-06tcp: set TCP_KEEPINTVL locklesslyEric Dumazet1-8/+2
2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet1-13/+10
2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet1-9/+6
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-27/+30
2023-07-20tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-1/+1
2023-07-20tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet1-3/+3
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-07-20tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-07-20tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet1-3/+3
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+3
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-1/+2
2023-07-20tcp: annotate data-races around tp->tsoffsetEric Dumazet1-2/+2
2023-07-20tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet1-2/+2
2023-07-19tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet1-5/+6
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-39/+4
2023-06-25net/tcp: optimise locking for blocking splicePavel Begunkov1-1/+1
2023-06-18tcp: Use per-vma locking for receive zerocopyArjun Roy1-8/+37