summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet
2015-09-29tcp: avoid reorders for TFO passive connectionsEric Dumazet
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng
2015-09-18tcp: provide skb->hash to synack packetsEric Dumazet
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-08-25tcp: refine pacing rate determinationEric Dumazet
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-22net: track success and failure of TCP PMTU probingRick Jones
2015-07-16tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng
2015-07-09tcp: update congestion state first before raising cwndYuchung Cheng
2015-07-09tcp: v1 always send a quick ack when quickacks are enabledJon Maxwell
2015-07-08tcp: PRR uses CRB mode by default and SS mode conditionallyYuchung Cheng
2015-07-08tcp: reduce cwnd if retransmit is lost in CA_LossYuchung Cheng
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet
2015-06-11tcp: export tcp_enter_cwr()Kenneth Klette Jonassen
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng
2015-05-19tcp: only undo on partial ACKs in CA_LossYuchung Cheng
2015-05-18tcp: allow one skb to be received per socket under memory pressureEric Dumazet
2015-05-18tcp: introduce tcp_under_memory_pressure()Eric Dumazet
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-05-04tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen
2015-05-04tcp: improve RTT from SACK for CCKenneth Klette Jonassen
2015-05-04tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen
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-21tcp: add memory barriers to write space pathsjbaron@akamai.com
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-07Merge 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-18inet: fix request sock refcountingEric Dumazet
2015-03-18tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-18inet: add rsk_listener field to struct request_sockEric Dumazet