summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev2019-07-031-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-7/+21
|\
| * tcp: limit payload size of sacked skbsEric Dumazet2019-06-161-6/+20
| * tcp: fix undo spurious SYNACK in passive Fast OpenYuchung Cheng2019-06-101-1/+1
* | tcp: use static_branch_deferred_inc for clean_acked_data_enabledWillem de Bruijn2019-06-151-1/+1
|/
* ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
* tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng2019-05-151-0/+3
* net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2019-05-091-5/+11
* tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-011-0/+26
* tcp: refactor to consolidate TFO passive open codeYuchung Cheng2019-05-011-27/+25Star
* tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng2019-05-011-0/+3
* tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-011-0/+2
* tcp: better SYNACK sent timestampYuchung Cheng2019-05-011-1/+1
* tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2019-05-011-0/+16
* tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng2019-05-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-5/+5
|\
| * tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-171-5/+5
* | tcp: Accept ECT on SYN in the presence of RFC8311Tilmans, Olivier (Nokia - BE/Antwerp)2019-04-051-1/+6
* | tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault2019-03-191-3/+2Star
|/
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-091-1/+7
* tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-251-18/+1Star
* tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo2019-02-251-10/+6Star
* tcp: Refactor pingpong codeWei Wang2019-01-271-4/+4
* tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet2018-11-301-25/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-291-6/+10
|\
| * tcp: address problems caused by EDT misshapsEric Dumazet2018-11-251-6/+10
* | tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet2018-11-281-7/+6Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-2/+13
|\|
| * tcp: defer SACK compression after DupThreshEric Dumazet2018-11-221-2/+12
| * tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon2018-11-201-0/+1
* | tcp: minor optimization in tcp ack fast path processingYafang Shao2018-11-111-3/+4
|/
* tcp: add tcp_reset_xmit_timer() helperEric Dumazet2018-10-241-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-1/+3
|\
| * tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-021-1/+3
* | tcp: start receiver buffer autotuning soonerYuchung Cheng2018-10-021-1/+1
* | tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2018-09-291-23/+2Star
* | tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet2018-09-221-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-131-2/+2
|\|
| * tcp: rate limit synflood warnings furtherWillem de Bruijn2018-09-121-2/+2
* | tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng2018-09-011-0/+13
|/
* tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng2018-08-111-4/+4
* tcp: always ACK immediately on hole repairsYuchung Cheng2018-08-111-2/+2
* tcp: mandate a one-time immediate ACKYuchung Cheng2018-08-111-1/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+8
|\
| * tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-261-1/+8
* | tcp: add stat of data packet reordering eventsWei Wang2018-08-011-1/+2
* | tcp: add dsack blocks received statsWei Wang2018-08-011-0/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-13/+52
|\|
| * tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-231-4/+21
| * tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-231-2/+2