summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-01-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-1/+21
|\
| * tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner2016-12-061-1/+21
* | tcp: allow to turn tcp timestamp randomization offFlorian Westphal2016-12-021-0/+1
* | tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-1/+6
* | tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan2016-11-301-1/+4
* | tcp: instrument how long TCP is busy sendingFrancis Yan2016-11-301-0/+3
* | tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-4/+1
* | tcp: no longer hold ehash lock while calling tcp_get_info()Eric Dumazet2016-11-091-4/+0
* | tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2016-10-291-7/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-2/+1
|\
| * tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-09-231-2/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251-219/+276
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+1
| |\|
| | * tcp: properly account Fast Open SYN-ACK retransYuchung Cheng2016-09-221-1/+1
| * | tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2016-09-211-3/+14
| * | tcp: allow congestion control to expand send buffer differentlyYuchung Cheng2016-09-211-1/+3
| * | tcp: track data delivery rate for a TCP connectionYuchung Cheng2016-09-211-14/+32
| * | tcp: count packets marked lost for a TCP connectionNeal Cardwell2016-09-211-1/+24
| * | tcp: use windowed min filter library for TCP min_rtt estimationNeal Cardwell2016-09-211-59/+5
| * | tcp: fix a stale ooo_last_skb after a replaceEric Dumazet2016-09-161-1/+2
| * | tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet2016-09-101-1/+7
| * | tcp: use an RB tree for ooo receive queueYaogong Wang2016-09-081-140/+190
* | | netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian2016-09-251-0/+1
|/ /
* / tcp: refine tcp_prune_ofo_queue() to not drop all packetsEric Dumazet2016-08-181-19/+28
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-0/+3
|\
| * Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-071-0/+3
| |\
| | * ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-271-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-22/+32
|\ \ \
| * | | tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron2016-07-151-17/+22
| * | | tcp: make challenge acks less predictableEric Dumazet2016-07-111-5/+10
| |/ /
* | | 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