]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'reusable-codel'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Apr 2016 20:44:28 +0000 (16:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Apr 2016 20:44:28 +0000 (16:44 -0400)
commit6379be30a0214b9d8d5054a78a15e6e6a3fe8b4d
tree4ac7b0884a377dffb3bbb9aa0c301b0babb0ccd1
parentffadd5b1bea84dfa44bfbde6812a1237bc744a57
parent24ef2674b23352d7546399bac6ce4773768fddb9
Merge branch 'reusable-codel'

Michal Kazior says:

====================
codel: make it reuseable beyond qdiscs

There's an ongoing effort in fixing wireless
bufferbloat. As part of that fq_codel is being
ported into mac80211. To prevent code duplication
codel.h needs to be slightly modified before it
can be used in mac80211 (or other drivers FWIW).

For more background please see:

  https://www.spinics.net/lists/linux-wireless/msg149976.html
====================

Signed-off-by: David S. Miller <davem@davemloft.net>