summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-09tcp: use an RB tree for ooo receive queueYaogong Wang1-140/+190
2016-08-19tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet1-19/+28
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-0/+3
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+32
2016-07-16tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron1-17/+22
2016-07-11tcp: make challenge acks less predictableEric Dumazet1-5/+10
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris1-0/+3
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies1-0/+3
2016-06-11tcp: add in_flight to tcp_skb_cbLawrence Brakmo1-1/+4
2016-06-08tcp: accept RST if SEQ matches right edge of right-most SACK blockPau Espin Pedrol1-3/+23
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo1-2/+6
2016-05-04tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet1-4/+6
2016-05-03tcp: do not block bh during prequeue processingEric Dumazet1-28/+2
2016-05-03tcp: do not assume TCP code is non preemptibleEric Dumazet1-48/+48
2016-04-28tcp: Handle eor bit when coalescing skbMartin KaFai Lau1-0/+4
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh1-2/+1
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-48/+52
2016-04-28net: tcp: rename TCP_INC_STATS_BHEric Dumazet1-4/+4
2016-04-25tcp: SYN packets are now simply consumedEric Dumazet1-18/+1
2016-04-24tcp-tso: do not split TSO packets at retransmit timeEric Dumazet1-1/+1
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-04-21tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau1-0/+1
2016-04-21tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau1-1/+2
2016-04-15tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet1-2/+2
2016-04-15tcp: do not mess with listener sk_wmem_allocEric Dumazet1-3/+4
2016-04-05tcp: increment sk_drops for listenersEric Dumazet1-3/+5
2016-04-05tcp: increment sk_drops for dropped rx packetsEric Dumazet1-13/+20
2016-04-04tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh1-1/+1
2016-04-03tcp: remove cwnd moderation after recoveryYuchung Cheng1-11/+0
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-02-17tcp: do not set rtt_min to 1Eric Dumazet1-1/+4
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov1-6/+6
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov1-4/+6
2016-02-07tcp: tcp_cong_control helperYuchung Cheng1-12/+19
2016-02-07tcp: make congestion control more robust against reorderingYuchung Cheng1-1/+1
2016-02-07tcp: refactor pkts acked accountingYuchung Cheng1-4/+3
2016-02-07tcp: new delivery accountingYuchung Cheng1-6/+15
2016-02-07tcp: move cwnd reduction after recovery state procesingYuchung Cheng1-32/+28
2016-02-07tcp: retransmit after recovery processing and congestion controlYuchung Cheng1-12/+46
2016-02-07tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet1-1/+1
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet1-0/+3
2016-01-30tcp: avoid cwnd undo after receiving ECNYuchung Cheng1-2/+0
2016-01-29tcp: fix tcp_mark_head_lost to check skb len before fragmentingNeal Cardwell1-5/+5
2016-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-01-07tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng1-0/+3
2015-12-18net: Allow accepted sockets to be bound to l3mdev domainDavid Ahern1-1/+1
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-10-21tcp: use RACK to detect lossesYuchung Cheng1-2/+7
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+14