summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorPengcheng Yang <yangpc@wangsu.com>2020-03-16 14:35:10 +0800
committerDavid S. Miller <davem@davemloft.net>2020-03-16 18:26:55 -0700
commitca04f5d4bb79ef22b708ebb8ab147fc5abb25300 (patch)
treef7581ecc8d34788c98d3ba1cec730f9599f8dc5e /include/linux/timerqueue.h
parentd861b5c7534e12590e731433304d87b453c3613f (diff)
downloadkernel-ca04f5d4bb79ef22b708ebb8ab147fc5abb25300.tar.gz
tcp: fix stretch ACK bugs in Veno
Change Veno to properly handle stretch ACKs in additive increase mode by passing in the count of ACKed packets to tcp_cong_avoid_ai(). Signed-off-by: Pengcheng Yang <yangpc@wangsu.com> Acked-by: Neal Cardwell <ncardwell@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
ref='/distro/kernel/commit/fs/udf/namei.c?h=linux-6.6.y&id=0143fc5e9f6f5aad4764801015bc8d4b4a278200'>udf: avoid info leak on exportMathias Krause 2012-05-29->encode_fh() API changeAl Viro 2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds 2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro 2012-01-03switch ->mknod() to umode_tAl Viro 2012-01-03switch ->create() to umode_tAl Viro 2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro 2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds 2011-11-02filesystems: add set_nlink()Miklos Szeredi 2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi 2011-10-10udf: Rename udf_warning to udf_warnJoe Perches