freebsd-dev/sys/net/altq
Luiz Otavio O Souza 0a70aaf8f5 Add ALTQ(9) support for the CoDel algorithm.
CoDel is a parameterless queue discipline that handles variable bandwidth
and RTT.

It can be used as the single queue discipline on an interface or as a sub
discipline of existing queue disciplines such as PRIQ, CBQ, HFSC, FAIRQ.

Differential Revision:	https://reviews.freebsd.org/D3272
Reviewd by:	rpaulo, gnn (previous version)
Obtained from:	pfSense
Sponsored by:	Rubicon Communications (Netgate)
2015-08-21 22:02:22 +00:00
..
altq_cbq.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_cbq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_cdnr.c
altq_cdnr.h
altq_classq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_codel.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_codel.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_fairq.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_fairq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_hfsc.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_hfsc.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_priq.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_priq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_red.c
altq_red.h
altq_rio.c
altq_rio.h
altq_rmclass_debug.h
altq_rmclass.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_rmclass.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_subr.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_var.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
if_altq.h