aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_bridgevar.h
Commit message (Expand)AuthorAgeFilesLines
* Allow different bridge types to coexistMatt Macy2018-05-111-8/+5
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* bridge: Release the bridge lock when calling bridge_set_ifcap()Kristof Provost2017-01-251-0/+1
* Add an option to limit the number of source MACs that can be behind a bridgeAndrew Thompson2007-11-041-0/+5
* Add a bridge interface flag called PRIVATE where any private port can notAndrew Thompson2007-08-011-1/+3
* Avoid holding the softc lock when using copyout().Andrew Thompson2007-07-261-1/+0
* Add the vlan tag to the bridge route table. This allows a vlan trunk to beAndrew Thompson2007-06-131-0/+1
* These days P2P means peer-2-peer (also well known from serveral filesharingAndrew Thompson2006-12-111-5/+5
* Add two new flags to if_bridge(4) indicating whether the edge flagShteryana Shopova2006-12-041-1/+4
* Sync with the OpenBSD port of RSTPAndrew Thompson2006-11-271-11/+15
* Add a new address cache type called sticky. On an interface marked sticky anyAndrew Thompson2006-11-091-2/+4
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).Andrew Thompson2006-11-011-3/+18
* Add some statistics that are needed to support RFC4188 as part of the SoC2006Andrew Thompson2006-07-311-0/+43
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofAndrew Thompson2006-07-271-48/+0
* /tmp/cvsuusTrcAndrew Thompson2006-07-261-76/+2
* If we miss the LINK_UP event from the network interface then the bridge portAndrew Thompson2006-03-061-0/+1
* Add code that clears certain capabilities from the member interface, these areAndrew Thompson2006-01-141-0/+1
* Minor whitespace cleanup.Andrew Thompson2006-01-021-1/+1
* Change from a callback in if_ethersubr to using EVENTHANDLER in order to detachAndrew Thompson2005-12-171-1/+1
* Add support for creating span ports so that one can snoop bridged trafficAndrew Thompson2005-12-141-1/+5
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-081-1/+0
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cAndrew Thompson2005-10-141-8/+22
* - Previously when broadcasting to N number of interfaces we would run pfilAndrew Thompson2005-07-061-2/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.Andrew Thompson2005-06-101-0/+1
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dAndrew Thompson2005-06-051-0/+357