summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.c
Commit message (Expand)AuthorAgeFilesLines
* 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