aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+1
2020-12-14tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck1-1/+16
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal1-5/+8
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2020-12-08tcp: select sane initial rcvq_space.space for big MSSEric Dumazet1-1/+2
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal1-7/+2
2020-11-02tcp: avoid slow start during fast recovery on new lossesYuchung Cheng1-5/+4
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy1-1/+2
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-13tcp: use semicolons rather than commas to separate statementsJulia Lawall1-1/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+25
2020-10-03tcp: account total lost packets properlyYuchung Cheng1-0/+10
2020-09-25tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng1-12/+2
2020-09-25tcp: simplify tcp_mark_skb_lostYuchung Cheng1-37/+22
2020-09-25tcp: move tcp_mark_skb_lostYuchung Cheng1-0/+14
2020-09-25tcp: consistently check retransmit hintYuchung Cheng1-7/+2
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal1-2/+2
2020-09-24tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha1-7/+25
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+3
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-16/+7
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell1-1/+3
2020-09-10tcp: record received TOS value in the request socketWei Wang1-0/+1
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-1/+13
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-7/+13
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-2/+3
2020-08-24bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau1-0/+36
2020-08-24bpf: tcp: Add bpf_skops_established()Martin KaFai Lau1-4/+28
2020-08-24tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau1-6/+16
2020-08-24tcp: Use a struct to represent a saved_synMartin KaFai Lau1-7/+9