summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ip_input.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2019-10-07Widen NET_EPOCH coverage.Gleb Smirnoff
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2009-06-11Introduce a mechanism for detecting calls from outbound path of theMarko Zec
2008-07-08Back out r180370. It was not discussed with subsystem maintainers.Oleksandr Tymoshenko
2008-07-08 Queue decapsulated packed instead of performing direct dispatch. SomeOleksandr Tymoshenko
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-05-29Switch to using C99 sparse initialisers for the type methods array.Julian Elischer
2003-03-04Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon
2001-09-27Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis