aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-25tcp: refine pacing rate determinationEric Dumazet1-1/+17
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet1-0/+3
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-07-21net: track success and failure of TCP PMTU probingRick Jones1-0/+2
2015-07-15tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng1-2/+1
2015-07-09tcp: update congestion state first before raising cwndYuchung Cheng1-4/+4
2015-07-09tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell1-6/+5
2015-07-08tcp: PRR uses CRB mode by default and SS mode conditionallyYuchung Cheng1-14/+15
2015-07-08tcp: reduce cwnd if retransmit is lost in CA_LossYuchung Cheng1-6/+8
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet1-4/+4
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet1-6/+2
2015-06-11tcp: export tcp_enter_cwr()Kenneth Klette Jonassen1-0/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet1-0/+4
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng1-3/+3
2015-05-19tcp: only undo on partial ACKs in CA_LossYuchung Cheng1-3/+6
2015-05-17tcp: allow one skb to be received per socket under memory pressureEric Dumazet1-4/+6
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet1-4/+4
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet1-1/+1
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet1-0/+18
2015-05-03tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen1-6/+3
2015-05-03tcp: improve RTT from SACK for CCKenneth Klette Jonassen1-18/+22
2015-05-03tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen1-23/+22
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet1-4/+13
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-2/+11
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com1-0/+2
2015-04-13tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen1-6/+4
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee1-10/+19
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee1-12/+30
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-6/+6
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-8/+8
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet1-0/+29
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet1-1/+1
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet1-1/+1
2015-03-17inet: fix request sock refcountingEric Dumazet1-4/+0
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet1-1/+1
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet1-1/+1
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet1-0/+24
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-2/+1
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-0/+30
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-0/+25
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet1-0/+3
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet1-1/+0
2015-03-11net: fix CONFIG_NET_NS=n compilationEric Dumazet1-1/+1
2015-03-11net: add real socket cookiesEric Dumazet1-0/+2
2015-02-22tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell1-1/+1
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell1-7/+22