summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2016-07-11tcp: make challenge acks less predictableEric Dumazet
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet
2016-05-02tcp: do not block bh during prequeue processingEric Dumazet
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-27net: tcp: rename TCP_INC_STATS_BHEric Dumazet
2016-04-25tcp: SYN packets are now simply consumedEric Dumazet
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau
2016-04-15tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet
2016-04-04tcp: increment sk_drops for listenersEric Dumazet
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh
2016-04-02tcp: remove cwnd moderation after recoveryYuchung Cheng
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-16tcp: do not set rtt_min to 1Eric Dumazet
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov
2016-02-07tcp: tcp_cong_control helperYuchung Cheng
2016-02-07tcp: make congestion control more robust against reorderingYuchung Cheng
2016-02-07tcp: refactor pkts acked accountingYuchung Cheng
2016-02-07tcp: new delivery accountingYuchung Cheng
2016-02-07tcp: move cwnd reduction after recovery state procesingYuchung Cheng
2016-02-07tcp: retransmit after recovery processing and congestion controlYuchung Cheng
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet
2016-01-29tcp: avoid cwnd undo after receiving ECNYuchung Cheng
2016-01-28tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-10-21tcp: use RACK to detect lossesYuchung Cheng
2015-10-21tcp: track the packet timings in RACKYuchung Cheng
2015-10-21tcp: add tcp_tsopt_ecr_before helperYuchung Cheng
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng
2015-10-21tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet