summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tcp: move tcp_mark_skb_lostYuchung Cheng2020-09-251-0/+14
* | tcp: consistently check retransmit hintYuchung Cheng2020-09-251-7/+2
* | net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal2020-09-241-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-101-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
* | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-2/+3
* | bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-241-0/+36
* | bpf: tcp: Add bpf_skops_established()Martin KaFai Lau2020-08-241-4/+28
* | tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau2020-08-241-6/+16
* | tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-241-7/+9
|/
* tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang2020-08-031-0/+2
* tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2020-07-311-3/+0
* tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-5/+6
|\
| * tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-231-5/+6
* | tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha2020-07-171-0/+1
* | tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha2020-07-171-36/+44
* | net: ipv4: kerneldoc fixesAndrew Lunn2020-07-131-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-0/+2
|\|
| * tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-011-0/+2
* | Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov2020-07-061-1/+1
* | tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung2020-06-301-2/+5
* | tcp: update delivered_ce with deliveredYousuk Seung2020-06-271-8/+21