summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | tcp: add in_flight to tcp_skb_cbLawrence Brakmo2016-06-101-1/+4
* | | tcp: accept RST if SEQ matches right edge of right-most SACK blockPau Espin Pedrol2016-06-081-3/+23
|/ /
* | tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-111-2/+6
* | tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet2016-05-041-4/+6
* | tcp: do not block bh during prequeue processingEric Dumazet2016-05-021-28/+2
* | tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-48/+48
* | tcp: Handle eor bit when coalescing skbMartin KaFai Lau2016-04-281-0/+4
* | tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh2016-04-281-2/+1
* | net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-48/+52
* | net: tcp: rename TCP_INC_STATS_BHEric Dumazet2016-04-271-4/+4
* | tcp: SYN packets are now simply consumedEric Dumazet2016-04-251-18/+1
* | tcp-tso: do not split TSO packets at retransmit timeEric Dumazet2016-04-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+3
|\ \
| * | tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2016-04-211-0/+1
| * | tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau2016-04-211-1/+2
| |/
* | tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet2016-04-151-2/+2
* | tcp: do not mess with listener sk_wmem_allocEric Dumazet2016-04-151-3/+4
* | tcp: increment sk_drops for listenersEric Dumazet2016-04-041-3/+5
* | tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-041-13/+20
* | tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2016-04-041-1/+1
* | tcp: remove cwnd moderation after recoveryYuchung Cheng2016-04-021-11/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-1/+4
|\
| * tcp: do not set rtt_min to 1Eric Dumazet2016-02-161-1/+4
* | ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-071-6/+6
* | ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2016-02-071-4/+6
* | tcp: tcp_cong_control helperYuchung Cheng2016-02-071-12/+19
* | tcp: make congestion control more robust against reorderingYuchung Cheng2016-02-071-1/+1
* | tcp: refactor pkts acked accountingYuchung Cheng2016-02-071-4/+3
* | tcp: new delivery accountingYuchung Cheng2016-02-071-6/+15
* | tcp: move cwnd reduction after recovery state procesingYuchung Cheng2016-02-071-32/+28
* | tcp: retransmit after recovery processing and congestion controlYuchung Cheng2016-02-071-12/+46
* | tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet2016-02-061-1/+1
* | tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet2016-02-061-0/+3
|/
* tcp: avoid cwnd undo after receiving ECNYuchung Cheng2016-01-291-2/+0
* tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell2016-01-281-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-061-0/+3
|\
| * tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng2016-01-061-0/+3
* | net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern2015-12-181-1/+1
|/
* tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2015-11-301-0/+1
* tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet2015-11-201-3/+19
* tcp: use RACK to detect lossesYuchung Cheng2015-10-211-2/+7
* tcp: track the packet timings in RACKYuchung Cheng2015-10-211-0/+14
* tcp: add tcp_tsopt_ecr_before helperYuchung Cheng2015-10-211-2/+7
* tcp: remove tcp_mark_lost_retrans()Yuchung Cheng2015-10-211-65/+0
* tcp: track min RTT using windowed min-filterYuchung Cheng2015-10-211-5/+73
* tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng2015-10-211-4/+1
* tcp: do not set queue_mapping on SYNACKEric Dumazet2015-10-181-2/+2
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-121-1/+1
* tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-051-3/+5
* tcp: fix fastopen races vs lockless listenerEric Dumazet2015-10-051-1/+5