summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridgevar.h
Commit message (Expand)AuthorAgeFilesLines
* Add an option to limit the number of source MACs that can be behind a bridgethompsa2007-11-041-0/+5
* Add a bridge interface flag called PRIVATE where any private port can notthompsa2007-08-011-1/+3
* Avoid holding the softc lock when using copyout().thompsa2007-07-261-1/+0
* Add the vlan tag to the bridge route table. This allows a vlan trunk to bethompsa2007-06-131-0/+1
* These days P2P means peer-2-peer (also well known from serveral filesharingthompsa2006-12-111-5/+5
* Add two new flags to if_bridge(4) indicating whether the edge flagsyrinx2006-12-041-1/+4
* Sync with the OpenBSD port of RSTPthompsa2006-11-271-11/+15
* Add a new address cache type called sticky. On an interface marked sticky anythompsa2006-11-091-2/+4
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).thompsa2006-11-011-3/+18
* Add some statistics that are needed to support RFC4188 as part of the SoC2006thompsa2006-07-311-0/+43
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-271-48/+0
* /tmp/cvsuusTrcthompsa2006-07-261-76/+2
* If we miss the LINK_UP event from the network interface then the bridge portthompsa2006-03-061-0/+1
* Add code that clears certain capabilities from the member interface, these arethompsa2006-01-141-0/+1
* Minor whitespace cleanup.thompsa2006-01-021-1/+1
* Change from a callback in if_ethersubr to using EVENTHANDLER in order to detachthompsa2005-12-171-1/+1
* Add support for creating span ports so that one can snoop bridged trafficthompsa2005-12-141-1/+5
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-1/+0
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-141-8/+22
* - Previously when broadcasting to N number of interfaces we would run pfilthompsa2005-07-061-2/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-101-0/+1
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dthompsa2005-06-051-0/+357
OpenPOWER on IntegriCloud