summaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorPengcheng Yang <yangpc@wangsu.com>2020-03-16 14:35:11 +0800
committerDavid S. Miller <davem@davemloft.net>2020-03-16 18:26:55 -0700
commitfa4cb9eba3c705bf2216fe238f25dfd0a9619d2e (patch)
tree249c0f7574af26c2b742b0aafd6123231cc8a9bf /include/linux/debugobjects.h
parentca04f5d4bb79ef22b708ebb8ab147fc5abb25300 (diff)
downloadkernel-fa4cb9eba3c705bf2216fe238f25dfd0a9619d2e.tar.gz
tcp: fix stretch ACK bugs in Yeah
Change Yeah to properly handle stretch ACKs in additive increase mode by passing in the count of ACKed packets to tcp_cong_avoid_ai(). In addition, we re-implemented the scalable path using tcp_cong_avoid_ai() and removed the pkts_acked variable. Signed-off-by: Pengcheng Yang <yangpc@wangsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
ec dapm field accessLars-Peter Clausen 2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen 2015-04-27ASoC: Route all bias level updates through the coreLars-Peter Clausen 2015-04-12Merge remote-tracking branches 'asoc/topic/wm2200', 'asoc/topic/wm5100', 'aso...Mark Brown 2015-03-16ASoC: wm8731: let codec to manage clock by itselfSongjun Wu 2015-03-10ASoC: wm8731: Fix wrong value references for boolean kctlTakashi Iwai 2015-02-04Merge remote-tracking branch 'asoc/topic/w-codec' into asoc-nextMark Brown 2015-01-27ASoC: wm8731: init mutex in i2c init pathManuel Lauss 2015-01-14ASoC: wm8731: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen 2014-12-08Merge remote-tracking branches 'asoc/topic/wm8711', 'asoc/topic/wm8728', 'aso...Mark Brown 2014-11-24ASoC: wm8731: Cleanup manual bias level transitionsLars-Peter Clausen 2014-11-10ASoC: wm8731: Move the deemph lock to the driver levelLars-Peter Clausen 2014-10-28ASoC: wm8731: Use the preferred form for passing a size of a structFabio Estevam 2014-07-31ASoC: wm8731: Convert to params_width()Mark Brown 2014-05-22Merge remote-tracking branches 'asoc/topic/ux500', 'asoc/topic/wm8731', 'asoc...Mark Brown 2014-04-25ASoC: wm8731: Use devm_regulator_bulk_get()Fabio Estevam 2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen 2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown 2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li 2014-02-23ASoC: wm8731: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai 2014-01-02Merge remote-tracking branches 'asoc/topic/ad1836', 'asoc/topic/ad193x', 'aso...Mark Brown 2013-12-03ASoC: wm8731: fix dsp mode configurationBo Shen 2013-11-27ASoC: wm8731: Use IS_ENABLED() macroFabio Estevam