aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_hub.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-3/+1
* Properly unref ng_hub nodes on shutdown, so that we don't leak them.Marko Zec2011-04-071-0/+2
* Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,Marko Zec2010-05-051-1/+73
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-11/+1
* Don't give up if sending to one link fails, continue.Ruslan Ermilov2004-04-171-1/+1
* A simple packet distribution node type that acts like an Ethernet hub.Ruslan Ermilov2004-04-171-0/+110