glebius
|
8e20fa5ae9
|
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
|
e97eae1577
|
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 |
|
glebius
|
6c78a88c3b
|
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 |
|
zec
|
d633983d6c
|
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 |
|
zec
|
fc65bde07d
|
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
|
5a269c8a7e
|
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 |
|
ru
|
faaef09d26
|
Don't give up if sending to one link fails, continue.
Suggested by: jmallett
|
2004-04-17 23:52:57 +00:00 |
|
ru
|
e64f447183
|
A simple packet distribution node type that acts like an Ethernet hub.
|
2004-04-17 12:42:17 +00:00 |
|