summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorJulian Anastasov <ja@ssi.bg>2009-10-19 10:03:58 +0000
committerDavid S. Miller <davem@davemloft.net>2009-10-19 19:19:03 -0700
commit0c3d79bce48034018e840468ac5a642894a521a3 (patch)
tree96a56d10d55173c032aa1adc2b47a7571e4055a2 /tools/perf/scripts/python/stackcollapse.py
parentd1b99ba41d6c5aa1ed2fc634323449dd656899e9 (diff)
downloadkernel-0c3d79bce48034018e840468ac5a642894a521a3.tar.gz
tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPT
Change SYN-ACK retransmitting code for the TCP_DEFER_ACCEPT users to not retransmit SYN-ACKs during the deferring period if ACK from client was received. The goal is to reduce traffic during the deferring period. When the period is finished we continue with sending SYN-ACKs (at least one) but this time any traffic from client will change the request to established socket allowing application to terminate it properly. Also, do not drop acked request if sending of SYN-ACK fails. Signed-off-by: Julian Anastasov <ja@ssi.bg> Acked-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
kernel/commit/net/ipv4/route.c?id=16a28267774cd9f85405ef83d4afcbd0355e5817'>ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().Guillaume Nault 2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong 2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault 2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-03-18ipv4: Fix route lookups when handling ICMP redirects and PMTU updatesGuillaume Nault 2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern 2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet 2022-02-11ipv4: add (struct uncached_list)->quarantine listEric Dumazet 2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault 2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern 2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin 2022-01-04Namespaceify mtu_expires sysctlxu xin 2022-01-04Namespaceify min_pmtu sysctlxu xin 2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet 2021-11-16net: align static siphash keysEric Dumazet 2021-09-20net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu 2021-08-31ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet 2021-08-30ipv4: make exception cache less predictibleEric Dumazet 2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet