summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-18/+18
* net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong2022-02-201-4/+6
* net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong2022-02-201-2/+11
* net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong2022-02-201-2/+7
* net: tcp: introduce tcp_drop_reason()Menglong Dong2022-02-201-2/+8
* net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-111-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-0/+2
|\
| * tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()Eric Dumazet2022-02-021-0/+2
* | tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov2022-02-021-3/+5
|/
* tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim2022-01-091-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-1/+1
|\
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-1/+1
* | tcp: tp->urg_data is unlikely to be setEric Dumazet2021-11-161-2/+2
* | tcp: annotate races around tp->urg_dataEric Dumazet2021-11-161-2/+2
|/
* tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2021-09-301-2/+10
* tcp: adjust sndbuf according to sk_reserved_memWei Wang2021-09-301-2/+12
* tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-241-6/+5
* tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-141-1/+1
* tcp: more accurately check DSACKs to grow RACK reordering windowNeal Cardwell2021-07-271-1/+8
* tcp: more accurately detect spurious TLP probesYuchung Cheng2021-07-271-1/+4
* tcp: tweak len/truesize ratio for coalesce candidatesEric Dumazet2021-07-211-8/+30
* tcp: avoid indirect call in tcp_new_space()Eric Dumazet2021-07-211-1/+1
* mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-091-4/+15
* tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi2021-07-061-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net: tcp better handling of reordering then loss casesYuchung Cheng2021-06-031-19/+26
* tcp: add tracepoint for checksum errorsJakub Kicinski2021-05-141-0/+1
* tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet2021-03-111-6/+4
* tcp: tcp_data_ready() must look at SOCK_DONEEric Dumazet2021-02-151-1/+1
* tcp: factorize logic into tcp_epollin_ready()Eric Dumazet2021-02-121-9/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-6/+8
|\
| * tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-231-4/+6
| * tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-231-2/+2
* | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-221-8/+8
|/
* tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-191-3/+2
* tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-181-0/+1
* tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck2020-12-141-1/+16
* tcp: parse mptcp options contained in reset packetsFlorian Westphal2020-12-141-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-1/+2
|\
| * tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-081-1/+2
* | tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal2020-12-031-7/+2
* | tcp: avoid slow start during fast recovery on new lossesYuchung Cheng2020-11-021-5/+4
|/
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-231-1/+2
* tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-221-0/+2
* tcp: use semicolons rather than commas to separate statementsJulia Lawall2020-10-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-7/+25
|\
| * tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2020-09-241-7/+25
* | tcp: account total lost packets properlyYuchung Cheng2020-10-031-0/+10
* | tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng2020-09-251-12/+2
* | tcp: simplify tcp_mark_skb_lostYuchung Cheng2020-09-251-37/+22