aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_bridge.h
Commit message (Expand)AuthorAgeFilesLines
* netgraph/ng_bridge: add missing array terminatorKristof Provost2022-10-311-0/+1
* netgraph/ng_bridge: learn MACs via control messageLutz Donnerhacke2021-05-041-0/+11
* netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-091-7/+0
* netgraph/ng_bridge: Remove old table ABILutz Donnerhacke2021-02-071-43/+0
* netgraph/ng_bridge: Introduce "uplink" ports without MAC learningLutz Donnerhacke2021-02-061-0/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* netgraph/ng_bridge: Reestablish old ABIBjoern A. Zeeb2020-01-051-0/+43
* - Remove the compile time limit for number of links a ng_bridge nodeGleb Smirnoff2019-10-031-11/+16
* Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,Marko Zec2010-05-051-0/+1
* Use variable-sized arrays where appropriate.Ruslan Ermilov2005-10-281-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-8/+0
* New netgraph node type for Ethernet bridging.Archie Cobbs2000-09-011-0/+162