summaryrefslogtreecommitdiffstats
path: root/sys/contrib/altq/altq/altq_subr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r287009:Luiz Otavio O Souza2015-11-111-0/+20
* MFC r284777:Luiz Otavio O Souza2015-11-111-0/+30
* Revert "Importing pfSense patch fairq.RELENG_10.diff"Luiz Otavio O Souza2015-11-111-30/+0
* Revert "Importing pfSense patch altq_codel.diff"Luiz Otavio O Souza2015-11-111-20/+0
* Importing pfSense patch altq_codel.diffRenato Botelho2015-08-171-0/+20
* Importing pfSense patch fairq.RELENG_10.diffRenato Botelho2015-08-171-0/+30
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-121-1/+3
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-6/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-2/+3
* Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-3/+5
* Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-2/+2
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-5/+6
* Remove alpha reminiscence from altq.jkim2011-03-101-47/+2
* Consistently add TSC support for amd64.jkim2011-03-101-6/+7
* Remove support for FreeBSD 4.x and below.jkim2011-03-101-10/+3
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-3/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* tbr_timeout() is a timer driven function[1]. While the previous commitbz2009-05-181-10/+21
* Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.bz2009-05-171-0/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+4
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-1/+3
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+1
* Change __FreeBSD_version to prepare for merging r184102.jkim2009-01-211-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-7/+7
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-0/+6
* I think we can remove the conditionals for freebsd 2.0 nowjulian2008-08-251-2/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Fix a bug where the callout might not be initialized before being used.njl2007-07-121-6/+18
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-0/+19
* Do not use the TSC where its known to be broken, this will cause the queuethompsa2006-03-021-1/+2
* Do not fail to initialize callouts (on SMP only) -- it leads to crashing.green2005-02-221-3/+4
* Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. Itmlaier2005-02-211-0/+7
* Disable "bulk dequeue" when enabling ALTQ so it does not irritate themlaier2004-06-151-0/+1
* Transform tbr_dequeue into a function pointer in order to build drivers withmlaier2004-06-151-1/+5
* #if out an old leftover in the KAME code. opt_cpu.h is no longer useful heremlaier2004-06-131-0/+2
* FreeBSD-ify ALTQ:mlaier2004-06-121-15/+82
* Import parts of the ALTQ framework from latest KAME snapshot (which is up tomlaier2004-06-121-0/+1901
OpenPOWER on IntegriCloud