aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-3/+3
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Upgrade the netgraph vlan node to support 802.1q, encapsulation type,Adrian Chadd2012-03-111-144/+388
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-3/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-5/+5
* Silence a gcc warning in a more canonical way (evl = NULL rather than &evl).Warner Losh2007-06-111-2/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-8/+8
* When netgraph flow control message comes from downstream, broadcastGleb Smirnoff2005-04-201-0/+28
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Netgraph node type for IEEE 802.1Q VLAN tagging.Ruslan Ermilov2004-03-011-0/+444