summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ip_input.c
Commit message (Collapse)AuthorAgeFilesLines
* Back out r180370. It was not discussed with subsystem maintainers.gonzo2008-07-081-1/+1
|
* Queue decapsulated packed instead of performing direct dispatch. Somegonzo2008-07-081-1/+1
| | | | | | | | execution pathes might hit stack limit under certain circumstances (e.g. ng_mppc). PR: kern/125314 Reported by: Illya Klymov <ilia dot klimov at gmail dot com>
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+3
|
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+5
| | | | | | | | Should make no binary difference. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> Reviewed by: Harti Brandt <harti@freebsd.org> MFC after: 1 week
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-2/+1
| | | | | | | | | | 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
* Add ng_ip_input. A new netgraph node for queuing IP packets into thebrooks2001-09-271-0/+142
main IP input processing code.
OpenPOWER on IntegriCloud