aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2015-06-01Merge branch 'tracking-linaro-android-llct' into merge-linux-linaro-core-trac...Andrey Konovalov
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-22Merge tag 'v4.1-rc4'Amit Pundir
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng
2015-05-19tcp: only undo on partial ACKs in CA_LossYuchung Cheng
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet
2015-04-27Merge tag 'v4.1-rc1' into linaro-android-llctAmit Pundir
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com
2015-04-15Merge tag 'v4.0'Amit Pundir
2015-04-13tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-17inet: fix request sock refcountingEric Dumazet
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet
2015-03-15Merge tag 'v4.0-rc3' into linaro-android-llctAmit Pundir
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet
2015-03-11net: fix CONFIG_NET_NS=n compilationEric Dumazet
2015-03-11net: add real socket cookiesEric Dumazet
2015-03-01Merge tag 'v4.0-rc1' into linaro-android-llctAmit Pundir
2015-02-22tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell
2015-02-02net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal
2015-01-31tcp: use SACK RTTs for CCKenneth Klette Jonassen
2015-01-13tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré
2014-12-30Merge tag 'v3.19-rc2' into experimental/linaro-android-3.18Amit Pundir
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro
2014-12-05Merge tag 'v3.18-rc7' into experimental/linaro-android-3.18Amit Pundir
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner
2014-11-04net: allow setting ecn via routing tableFlorian Westphal