summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-06-051-12/+14
* tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-311-3/+3
* tcp: do not aggressively quick ack after ECN eventsEric Dumazet2018-05-221-2/+2
* tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet2018-05-221-11/+13
* tcp: add tcp_comp_sack_nr sysctlEric Dumazet2018-05-181-1/+2
* tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet2018-05-181-2/+2
* tcp: add SACK compressionEric Dumazet2018-05-181-6/+29
* tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-05-181-2/+0
* tcp: don't mark recently sent packets lost on RTOYuchung Cheng2018-05-171-4/+8
* tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-171-5/+5
* tcp: separate loss marking and state update on RTOYuchung Cheng2018-05-171-2/+2
* tcp: new helper tcp_timeout_mark_lostYuchung Cheng2018-05-171-21/+29
* tcp: account lost retransmit after timeoutYuchung Cheng2018-05-171-15/+3
* tcp: simpler NewReno implementationYuchung Cheng2018-05-171-8/+11
* tcp: disable RFC6675 loss detectionYuchung Cheng2018-05-171-4/+8
* tcp: Add clean acked data hookIlya Lesokhin2018-05-011-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-241-5/+2
|\
| * tcp: don't read out-of-bounds opsizeJann Horn2018-04-231-5/+2
* | Revert "net: init sk_cookie for inet socket"Yafang Shao2018-04-241-7/+1
* | net: init sk_cookie for inet socketYafang Shao2018-04-231-1/+7
* | net: introduce a new tracepoint for tcp_rcv_space_adjustYafang Shao2018-04-231-0/+2
* | tcp: export packets delivery infoYuchung Cheng2018-04-191-1/+5
* | tcp: track total bytes delivered with ECN CE marksYuchung Cheng2018-04-191-0/+2
* | tcp: new helper to calculate newly deliveredYuchung Cheng2018-04-191-2/+15
* | tcp: better delivery accounting for SYN-ACK and SYN-dataYuchung Cheng2018-04-191-3/+7
* | tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-161-2/+13
* | tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet2018-04-161-2/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-0/+3
|\
| * net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-251-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-16/+8
|\ \ | |/
| * tcp: purge write queue upon RSTSoheil Hassas Yeganeh2018-02-281-0/+1
| * tcp: revert F-RTO extension to detect more spurious timeoutsYuchung Cheng2018-02-281-18/+12
| * tcp: revert F-RTO middle-box workaroundYuchung Cheng2018-02-281-10/+7
* | tcp: remove sk_can_gso() useEric Dumazet2018-02-211-3/+0
* | tcp: try to keep packet if SYN_RCV race is lostEric Dumazet2018-02-141-1/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBRYuchung Cheng2018-01-191-0/+1
* tcp: avoid min-RTT overestimation from delayed ACKsYuchung Cheng2018-01-191-2/+21
* net: tcp: Add trace events for TCP congestion window tracingMasami Hiramatsu2018-01-021-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-4/+6
|\
| * tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
* | tcp: smoother receiver autotuningEric Dumazet2017-12-121-14/+5
* | tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-5/+7
* | tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-1/+1
|/
* tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-081-0/+1
* tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-2/+8
* tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-071-0/+1
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-191-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+0
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
OpenPOWER on IntegriCloud