aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan1-2/+2
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-1/+1
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+21
2016-12-06tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner1-1/+21
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal1-0/+1
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal1-1/+6
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan1-1/+4
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan1-0/+3
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal1-4/+1
2016-11-09tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet1-4/+0
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-7/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-219/+276
2016-09-25netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian1-0/+1
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng1-1/+1
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng1-3/+14
2016-09-21tcp: allow congestion control to expand send buffer differentlyYuchung Cheng1-1/+3
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng1-14/+32
2016-09-21tcp: count packets marked lost for a TCP connectionNeal Cardwell1-1/+24
2016-09-21tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell1-59/+5
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet1-1/+2
2016-09-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet1-1/+7
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-140/+190
2016-08-18tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet1-19/+28
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+32
2016-07-15tcp: 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 into nextJames Morris1-0/+3
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies1-0/+3
2016-06-10tcp: 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-02tcp: do not block bh during prequeue processingEric Dumazet1-28/+2
2016-05-02tcp: 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-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-48/+52
2016-04-27net: 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-23Merge 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-04tcp: increment sk_drops for listenersEric Dumazet1-3/+5