summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.c
Commit message (Expand)AuthorAgeFilesLines
* Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. Thisrwatson2006-11-281-1/+1
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+1
* Rename net.isr.enable to net.isr.dispatch.rwatson2005-10-041-5/+5
* Correctly unregister a netisr by clearing the ni->ni_queue field to NULL asandre2004-10-111-0/+1
* Correct a comment typo: s/Note/Not/.rwatson2004-09-031-1/+1
* Correct typo in printf() warning.rwatson2004-08-281-1/+1
* Change the default disposition of debug.mpsafenet from 0 to 1, whichrwatson2004-08-281-3/+84
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-3/+5
* Comment clarifying debug_mpsafenet.rwatson2004-07-181-4/+5
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-39/+45
* o make debug_mpsafenet globally visiblesam2003-11-051-0/+10
* When direct dispatching an netisr (net.isr.enable=1), if there are alreadyrwatson2003-10-031-13/+21
* Create a tunable for net.isr.enable so that it may be set fromrwatson2003-10-021-0/+1
* Temporarily turn net.isr.enable back off again until patches torwatson2003-10-011-1/+1
* Enable net.isr.enable by default, causing "delivery to completion"rwatson2003-10-011-1/+1
* Discard the packet if the netisr queue is null instead of panicing, forjlemon2003-03-081-2/+8
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-58/+187
* Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in ajake2002-09-221-0/+116
OpenPOWER on IntegriCloud