| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET. | bz | 2016-06-03 | 1 | -0/+150 |
* | Add an EARLY_AP_STARTUP option to start APs earlier during boot. | jhb | 2016-05-14 | 1 | -0/+15 |
* | Remove slightly used const values that can be replaced with nitems(). | pfg | 2016-04-21 | 1 | -4/+2 |
* | Remove an unneeded check. | jhb | 2016-04-05 | 1 | -3/+0 |
* | These files were getting sys/malloc.h and vm/uma.h with header pollution | glebius | 2016-02-01 | 1 | -0/+1 |
* | Currently there is no easy way to specify net.isr.maxthreads = all cpus. We need | hiren | 2015-04-25 | 1 | -5/+10 |
* | Revert 281276 as unnecessary. Proper change to be committed | gnn | 2015-04-09 | 1 | -18/+5 |
* | Add support for a netisr polling tunable, which allows run time switching of | gnn | 2015-04-08 | 1 | -5/+18 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -2/+3 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -24/+2 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -2/+24 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -24/+2 |
* | Fix macro name in comment. | pluknet | 2013-11-26 | 1 | -1/+1 |
* | Retire netisr.netisr_direct and netisr.netisr_direct_force sysctls. | davide | 2013-09-06 | 1 | -45/+3 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | On multi-core, multi-threaded PPC systems, it is important that the threads | nwhitehorn | 2011-05-31 | 1 | -1/+1 |
* | Rework netisr policy mechanism so that per-protocol dispatch policies can | rwatson | 2011-05-24 | 1 | -53/+229 |
* | Mfp4 CH=177255: | bz | 2011-02-11 | 1 | -1/+2 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -4/+4 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 1 | -24/+8 |
* | Changes to support crashdump analysis of netisr: | rwatson | 2010-03-01 | 1 | -113/+52 |
* | Fix edge cases in several KASSERTs: use <= rather than < when testing that | rwatson | 2010-02-25 | 1 | -3/+3 |
* | Export netisr configuration and statistics to userspace via sysctl(9). | rwatson | 2010-02-22 | 1 | -0/+168 |
* | Mark various sysctls also as tunables. | pjd | 2010-02-15 | 1 | -4/+4 |
* | When warning about possible netisr configuration problems during boot, | rwatson | 2009-12-23 | 1 | -4/+4 |
* | Refine netisr.c comments a bit. | rwatson | 2009-12-23 | 1 | -20/+28 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | In case we cannot queue a packet reaching the queue limit, retain the | bz | 2009-06-30 | 1 | -0/+1 |
* | In light of DPCPU use by netisr, revise various for loops from using | rwatson | 2009-06-26 | 1 | -17/+16 |
* | Convert netisr to use dynamic per-CPU storage (DPCPU) instead of sizing | rwatson | 2009-06-26 | 1 | -21/+40 |
* | Add an optional callback function that will be invoked when a per-CPU | bz | 2009-06-14 | 1 | -0/+4 |
* | Revert a recent netisr2 change: when billing packets to the current | rwatson | 2009-06-01 | 1 | -2/+0 |
* | Garbage collect NETISR_POLL and NETISR_POLLMORE, which are no longer | rwatson | 2009-06-01 | 1 | -6/+17 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -157/+1029 |
* | Garbage collect now-unused NETISR_FORCEQUEUE, which overrode the global | rwatson | 2009-05-13 | 1 | -10/+5 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+4 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -31/+15 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -1/+0 |
* | First in a series of changes to remove the now-unused Giant compatibility | rwatson | 2007-07-27 | 1 | -92/+0 |
* | Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. This | rwatson | 2006-11-28 | 1 | -1/+1 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -0/+1 |
* | Rename net.isr.enable to net.isr.dispatch. | rwatson | 2005-10-04 | 1 | -5/+5 |
* | Correctly unregister a netisr by clearing the ni->ni_queue field to NULL as | andre | 2004-10-11 | 1 | -0/+1 |
* | Correct a comment typo: s/Note/Not/. | rwatson | 2004-09-03 | 1 | -1/+1 |
* | Correct typo in printf() warning. | rwatson | 2004-08-28 | 1 | -1/+1 |
* | Change the default disposition of debug.mpsafenet from 0 to 1, which | rwatson | 2004-08-28 | 1 | -3/+84 |
* | Apply error and success logic consistently to the function netisr_queue() and | andre | 2004-08-27 | 1 | -3/+5 |
* | Comment clarifying debug_mpsafenet. | rwatson | 2004-07-18 | 1 | -4/+5 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -39/+45 |