aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-30tcp: drop skb dst in tcp_rcv_established()Eric Dumazet1-0/+1
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+13
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang1-1/+2
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-1/+11
2022-04-18tcp: fix signed/unsigned comparisonEric Dumazet1-2/+3
2022-04-17tcp: add drop reason support to tcp_ofo_queue()Eric Dumazet1-7/+2
2022-04-17tcp: add drop reasons to tcp_rcv_synsent_state_process()Eric Dumazet1-6/+9
2022-04-17tcp: make tcp_rcv_synsent_state_process() drop monitor friendEric Dumazet1-9/+8
2022-04-17tcp: add drop reason support to tcp_prune_ofo_queue()Eric Dumazet1-1/+2
2022-04-17tcp: add two drop reasons for tcp_ack()Eric Dumazet1-3/+4
2022-04-17tcp: add drop reasons to tcp_rcv_state_process()Eric Dumazet1-7/+17
2022-04-17tcp: make tcp_rcv_state_process() drop monitor friendlyEric Dumazet1-3/+7
2022-04-17tcp: add drop reason support to tcp_validate_incoming()Eric Dumazet1-1/+6
2022-04-17tcp: get rid of rst_seq_matchEric Dumazet1-8/+5
2022-04-17tcp: consume incoming skb leading to a resetEric Dumazet1-12/+16
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-18/+18
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong1-4/+6
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong1-2/+11
2022-02-20net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong1-2/+7
2022-02-20net: tcp: introduce tcp_drop_reason()Menglong Dong1-2/+8
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe1-1/+2
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-02tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet1-0/+2
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov1-3/+5
2022-01-09tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim1-5/+5
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2021-11-16tcp: tp->urg_data is unlikely to be setEric Dumazet1-2/+2
2021-11-16tcp: annotate races around tp->urg_dataEric Dumazet1-2/+2
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang1-2/+10
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang1-2/+12
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng1-6/+5
2021-09-14tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy1-1/+1
2021-07-27tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell1-1/+8
2021-07-27tcp: more accurately detect spurious TLP probesYuchung Cheng1-1/+4
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet1-8/+30
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet1-1/+1
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu1-4/+15
2021-07-06tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-03net: tcp better handling of reordering then loss casesYuchung Cheng1-19/+26
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski1-0/+1
2021-03-11tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet1-6/+4
2021-02-15tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet1-1/+1
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet1-9/+2
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+8
2021-01-23tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang1-4/+6
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen1-2/+2
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-8/+8
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng1-3/+2