summaryrefslogtreecommitdiffstats
path: root/sys/contrib/altq
Commit message (Expand)AuthorAgeFilesLines
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-128-6/+25
* Simplify TAILQ usage and avoid additional memory allocations.glebius2013-03-052-87/+30
* Fix panic introduced by me in r240835, when zero weightglebius2012-09-251-4/+5
* Use M_NOWAIT in wtab_alloc(), too. Convert panic() toglebius2012-09-221-6/+9
* Convert more M_WAITOK malloc() to M_NOWAIT.glebius2012-09-223-8/+8
* Remove #ident macro.rpaulo2012-09-211-3/+2
* Do more than r236298 did in the projects/pf branch: use M_NOWAIT inglebius2012-09-183-19/+11
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-084-13/+5
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-8/+3
* 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-1010-57/+8
* Fix two memory leaks in error cases.brueffer2009-11-051-2/+7
* 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
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-14/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-238-99/+93
* 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
* Link pf 4.1 to the build:mlaier2007-07-034-16/+12
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-0/+19
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-066-6/+21
* Do not use the TSC where its known to be broken, this will cause the queuethompsa2006-03-021-1/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* 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-212-1/+9
* 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-152-3/+7
* #if out an old leftover in the KAME code. opt_cpu.h is no longer useful heremlaier2004-06-131-0/+2
* Add an additional queue which will be "owned by the driver". This allows tomlaier2004-06-121-0/+7
* FreeBSD-ify ALTQ:mlaier2004-06-129-21/+164
* Import parts of the ALTQ framework from latest KAME snapshot (which is up tomlaier2004-06-1221-0/+14567
OpenPOWER on IntegriCloud