aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-1/+6
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Introduce a mechanism for detecting calls from outbound path of theMarko Zec2009-06-111-1/+5
* Back out r180370. It was not discussed with subsystem maintainers.Oleksandr Tymoshenko2008-07-081-1/+1
* Queue decapsulated packed instead of performing direct dispatch. SomeOleksandr Tymoshenko2008-07-081-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+3
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+5
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-2/+1
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-271-0/+142