summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-3/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Upgrade the netgraph vlan node to support 802.1q, encapsulation type,adrian2012-03-111-144/+388
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-3/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+5
* Silence a gcc warning in a more canonical way (evl = NULL rather than &evl).imp2007-06-111-2/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-8/+8
* When netgraph flow control message comes from downstream, broadcastglebius2005-04-201-0/+28
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Netgraph node type for IEEE 802.1Q VLAN tagging.ru2004-03-011-0/+444
OpenPOWER on IntegriCloud