index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_bridgevar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an option to limit the number of source MACs that can be behind a bridge
thompsa
2007-11-04
1
-0
/
+5
*
Add a bridge interface flag called PRIVATE where any private port can not
thompsa
2007-08-01
1
-1
/
+3
*
Avoid holding the softc lock when using copyout().
thompsa
2007-07-26
1
-1
/
+0
*
Add the vlan tag to the bridge route table. This allows a vlan trunk to be
thompsa
2007-06-13
1
-0
/
+1
*
These days P2P means peer-2-peer (also well known from serveral filesharing
thompsa
2006-12-11
1
-5
/
+5
*
Add two new flags to if_bridge(4) indicating whether the edge flag
syrinx
2006-12-04
1
-1
/
+4
*
Sync with the OpenBSD port of RSTP
thompsa
2006-11-27
1
-11
/
+15
*
Add a new address cache type called sticky. On an interface marked sticky any
thompsa
2006-11-09
1
-2
/
+4
*
Bring in support for the Rapid Spanning Tree Protocol (802.1w).
thompsa
2006-11-01
1
-3
/
+18
*
Add some statistics that are needed to support RFC4188 as part of the SoC2006
thompsa
2006-07-31
1
-0
/
+43
*
Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of
thompsa
2006-07-27
1
-48
/
+0
*
/tmp/cvsuusTrc
thompsa
2006-07-26
1
-76
/
+2
*
If we miss the LINK_UP event from the network interface then the bridge port
thompsa
2006-03-06
1
-0
/
+1
*
Add code that clears certain capabilities from the member interface, these are
thompsa
2006-01-14
1
-0
/
+1
*
Minor whitespace cleanup.
thompsa
2006-01-02
1
-1
/
+1
*
Change from a callback in if_ethersubr to using EVENTHANDLER in order to detach
thompsa
2005-12-17
1
-1
/
+1
*
Add support for creating span ports so that one can snoop bridged traffic
thompsa
2005-12-14
1
-1
/
+5
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
1
-1
/
+0
*
Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c
thompsa
2005-10-14
1
-8
/
+22
*
- Previously when broadcasting to N number of interfaces we would run pfil
thompsa
2005-07-06
1
-2
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.
thompsa
2005-06-10
1
-0
/
+1
*
Add if_bridge, which provides more advanced Ethernet bridging and 802.1d
thompsa
2005-06-05
1
-0
/
+357