summaryrefslogtreecommitdiffstats
path: root/sys/net/netisr.c
Commit message (Collapse)AuthorAgeFilesLines
* Discard the packet if the netisr queue is null instead of panicing, forjlemon2003-03-081-2/+8
| | | | the benefit of modules which are compiled differently than the kernel.
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-58/+187
| | | | | | | | | | drain routines are done by swi_net, which allows for better queue control at some future point. Packets may also be directly dispatched to a netisr instead of queued, this may be of interest at some installations, but currently defaults to off. Reviewed by: hsu, silby, jayanth, sam Sponsored by: DARPA, NAI Labs
* Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in ajake2002-09-221-0/+116
comment.
OpenPOWER on IntegriCloud