summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim2022-01-101-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-241-1/+1
|\
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-211-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-101-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-151-0/+1
* tcp: consider using standard rtx logic in tcp_rcv_fastopen_synack()Eric Dumazet2021-03-121-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-131-9/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-291-6/+8
|\
| * tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-01-241-4/+6
| * tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-01-241-2/+2
* | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-231-8/+8
|/
* tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-201-3/+2
* tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-191-0/+1
* tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck2020-12-151-1/+16
* tcp: parse mptcp options contained in reset packetsFlorian Westphal2020-12-151-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-121-1/+2
|\
| * tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-091-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-031-5/+4
|/
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-241-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-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-7/+25
|\
| * tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2020-09-251-7/+25
* | tcp: account total lost packets properlyYuchung Cheng2020-10-041-0/+10
* | tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng2020-09-261-12/+2
* | tcp: simplify tcp_mark_skb_lostYuchung Cheng2020-09-261-37/+22
* | tcp: move tcp_mark_skb_lostYuchung Cheng2020-09-261-0/+14
* | tcp: consistently check retransmit hintYuchung Cheng2020-09-261-7/+2
* | net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2020-09-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-1/+3
|\ \
| * | tcp: Only init congestion control if not initialized alreadyNeal Cardwell2020-09-111-1/+3
* | | tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2020-09-141-16/+7
* | | tcp: record received TOS value in the request socketWei Wang2020-09-101-0/+1
|/ /
* | tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-241-1/+13
* | bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-7/+13