summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong
2022-02-20net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong
2022-02-20net: tcp: introduce tcp_drop_reason()Menglong Dong
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-02tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov
2022-01-09tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-11-16tcp: tp->urg_data is unlikely to be setEric Dumazet
2021-11-16tcp: annotate races around tp->urg_dataEric Dumazet
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng
2021-09-14tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy
2021-07-27tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell
2021-07-27tcp: more accurately detect spurious TLP probesYuchung Cheng
2021-07-21tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet
2021-07-21tcp: avoid indirect call in tcp_new_space()Eric Dumazet
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu
2021-07-06tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-03net: tcp better handling of reordering then loss casesYuchung Cheng
2021-05-14tcp: add tracepoint for checksum errorsJakub Kicinski
2021-03-11tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet
2021-02-15tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-23tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen
2020-12-14tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-08tcp: select sane initial rcvq_space.space for big MSSEric Dumazet
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal
2020-11-02tcp: avoid slow start during fast recovery on new lossesYuchung Cheng
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell
2020-10-13tcp: use semicolons rather than commas to separate statementsJulia Lawall
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-03tcp: account total lost packets properlyYuchung Cheng
2020-09-25tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng
2020-09-25tcp: simplify tcp_mark_skb_lostYuchung Cheng
2020-09-25tcp: move tcp_mark_skb_lostYuchung Cheng
2020-09-25tcp: consistently check retransmit hintYuchung Cheng