summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: fill shinfo->gso_size at last momentEric Dumazet2015-06-121-4/+4
* tcp: fill shinfo->gso_type at last momentEric Dumazet2015-06-121-6/+2Star
* tcp: export tcp_enter_cwr()Kenneth Klette Jonassen2015-06-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-6/+13
|\
| * tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-221-0/+4
| * tcp: don't over-send F-RTO probesYuchung Cheng2015-05-191-3/+3
| * tcp: only undo on partial ACKs in CA_LossYuchung Cheng2015-05-191-3/+6
* | tcp: allow one skb to be received per socket under memory pressureEric Dumazet2015-05-181-4/+6
* | tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-181-4/+4
* | tcp: adjust window probe timers to safer valuesEric Dumazet2015-05-091-1/+1
* | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-051-0/+18
* | tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen2015-05-041-6/+3Star
* | tcp: improve RTT from SACK for CCKenneth Klette Jonassen2015-05-041-18/+22
* | tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen2015-05-041-23/+22Star
|/
* tcp: update reordering first before detecting lossYuchung Cheng2015-04-291-4/+2Star
* tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-291-4/+13
* tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-291-2/+11
* tcp: add memory barriers to write space pathsjbaron@akamai.com2015-04-211-0/+2
* tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen2015-04-131-6/+4Star
* tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-081-10/+19
* tcp: RFC7413 option support for Fast Open serverDaniel Lee2015-04-081-12/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-3/+4
|\
| * tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-021-3/+4
* | ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-6/+6
* | ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-8/+8
* | tcp: tcp_syn_flood_action() can be staticEric Dumazet2015-03-291-0/+29
* | tcp: fix ipv4 mapped request socksEric Dumazet2015-03-251-1/+1
* | inet: drop prev pointer handling in request sockEric Dumazet2015-03-201-1/+1
* | inet: fix request sock refcountingEric Dumazet2015-03-181-4/+0Star
* | tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-181-1/+1
* | inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-181-1/+1
* | inet: uninline inet_reqsk_alloc()Eric Dumazet2015-03-181-0/+24
* | inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-181-2/+1Star
* | tcp: uninline tcp_oow_rate_limited()Eric Dumazet2015-03-171-0/+30
* | tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet2015-03-171-0/+25
* | inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-141-0/+3
* | ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-131-1/+0Star
* | net: fix CONFIG_NET_NS=n compilationEric Dumazet2015-03-121-1/+1
* | net: add real socket cookiesEric Dumazet2015-03-121-0/+2
|/
* tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell2015-02-231-1/+1
* tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-081-7/+22
* tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-081-0/+1
* net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal2015-02-031-9/+5Star
* tcp: use SACK RTTs for CCKenneth Klette Jonassen2015-02-011-2/+4
* tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré2015-01-131-19/+19
* switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-091-4/+3Star
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-221-2/+2
|\
| * tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens2014-11-211-2/+2
* | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-111-4/+4