aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAge
* tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-22
* tcp: don't over-send F-RTO probesYuchung Cheng2015-05-19
* tcp: only undo on partial ACKs in CA_LossYuchung Cheng2015-05-19
* tcp: update reordering first before detecting lossYuchung Cheng2015-04-29
* tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-29
* tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-29
* tcp: add memory barriers to write space pathsjbaron@akamai.com2015-04-21
* tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen2015-04-13
* tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-07
* tcp: RFC7413 option support for Fast Open serverDaniel Lee2015-04-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-06
|\
| * tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-02
* | ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* | ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* | tcp: tcp_syn_flood_action() can be staticEric Dumazet2015-03-29
* | tcp: fix ipv4 mapped request socksEric Dumazet2015-03-25
* | inet: drop prev pointer handling in request sockEric Dumazet2015-03-20
* | inet: fix request sock refcountingEric Dumazet2015-03-17
* | tcp: rename struct tcp_request_sock listenerEric Dumazet2015-03-17
* | inet: add rsk_listener field to struct request_sockEric Dumazet2015-03-17
* | inet: uninline inet_reqsk_alloc()Eric Dumazet2015-03-17
* | inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2015-03-17
* | tcp: uninline tcp_oow_rate_limited()Eric Dumazet2015-03-17
* | tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet2015-03-17
* | inet: fill request sock ir_iif for IPv4Eric Dumazet2015-03-14
* | ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2015-03-12
* | net: fix CONFIG_NET_NS=n compilationEric Dumazet2015-03-11
* | net: add real socket cookiesEric Dumazet2015-03-11
|/
* tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell2015-02-22
* tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-08
* tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-08
* net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal2015-02-02
* tcp: use SACK RTTs for CCKenneth Klette Jonassen2015-01-31
* tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré2015-01-13
* switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-09
* new helper: memcpy_from_msg()Al Viro2014-11-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-21
|\
| * tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens2014-11-21
* | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-06
|\|
| * tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner2014-11-05
* | net: allow setting ecn via routing tableFlorian Westphal2014-11-04
* | tcp: Correction to RFC number in commentSowmini Varadhan2014-10-30
* | ipv4: minor spelling fixesstephen hemminger2014-10-30
* | tcp: allow for bigger reordering levelEric Dumazet2014-10-29
|/
* tcp: fix tcp_ack() performance problemEric Dumazet2014-10-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08
|\
| * tcp: change TCP_ECN prefixes to lower caseFlorian Westphal2014-09-29
| * tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-29
| * net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-29