Gleb Smirnoff
|
eb1b1807af
|
Mechanically substitute flags from historic mbuf allocator with
malloc(9) flags within sys.
Exceptions:
- sys/contrib not touched
- sys/mbuf.h edited manually
|
2012-12-05 08:04:20 +00:00 |
|
Ed Schouten
|
d745c852be
|
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
This means that their use is restricted to a single C file.
|
2011-11-07 06:44:47 +00:00 |
|
Gleb Smirnoff
|
674d86bf91
|
Node constructor methods are supposed to be called in syscall
context always. Convert nodes to consistently use M_WAITOK flag
for memory allocation.
Reviewed by: julian
|
2011-04-18 09:12:27 +00:00 |
|
Marko Zec
|
fae147aab3
|
Properly unref ng_hub nodes on shutdown, so that we don't leak them.
MFC after: 3 days
|
2011-04-07 11:40:10 +00:00 |
|
Marko Zec
|
f8aab721b2
|
Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,
disables automatic node shutdown when the last hook gets disconnected.
Reviewed by: julian
|
2010-05-05 22:06:05 +00:00 |
|
Julian Elischer
|
3ca24c284d
|
Having moved metadata usage to mbuf tags, remove code that supports
the old way of doing it.
Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
|
2004-06-26 22:24:16 +00:00 |
|
Ruslan Ermilov
|
dfa515f294
|
Don't give up if sending to one link fails, continue.
Suggested by: jmallett
|
2004-04-17 23:52:57 +00:00 |
|
Ruslan Ermilov
|
b462702f94
|
A simple packet distribution node type that acts like an Ethernet hub.
|
2004-04-17 12:42:17 +00:00 |
|