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
/
bridgestp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
Fix spelling.
thompsa
2007-12-09
1
-7
/
+7
*
If the STP state machine is stopped then clear the bridge-id and root-id.
thompsa
2007-08-18
1
-8
/
+13
*
- Ensure the path cost does not exceed 65535 in legacy STP mode.
thompsa
2007-08-04
1
-2
/
+30
*
Check the correct port to see if synced is true.
thompsa
2007-06-22
1
-2
/
+2
*
Properly move the setting of bstp_linkstate_p to the bridgestp module.
thompsa
2007-03-14
1
-0
/
+1
*
Change the passing of callbacks to a struct in case this needs to be extended...
thompsa
2007-03-09
1
-4
/
+3
*
Set topology change propagation on all ports _except_ the caller.
thompsa
2007-01-18
1
-1
/
+1
*
These days P2P means peer-2-peer (also well known from serveral filesharing
thompsa
2006-12-11
1
-10
/
+10
*
Add two new flags to if_bridge(4) indicating whether the edge flag
syrinx
2006-12-04
1
-2
/
+9
*
Sync with the OpenBSD port of RSTP
thompsa
2006-11-27
1
-3
/
+33
*
Initialize the port info, this shouldnt have been removed in r1.28
thompsa
2006-11-26
1
-0
/
+1
*
Remove redundant setting of port state.
thompsa
2006-11-26
1
-1
/
+0
*
use two stage creation of stp ports, this means that the stp variables can be
thompsa
2006-11-26
1
-17
/
+24
*
Do not call bstp_stop() internally as it clears the running flag which causes
thompsa
2006-11-19
1
-11
/
+3
*
MFp4
thompsa
2006-11-09
1
-20
/
+43
*
Defer sending the bpdu from bstp_update_info as all code paths will test this
thompsa
2006-11-03
1
-1
/
+1
*
Do not test all the conditions if the port is already forwarding. Also print a
thompsa
2006-11-02
1
-3
/
+7
*
Fix a resource leak when the mbuf pointer changes.
thompsa
2006-11-02
1
-15
/
+13
*
If the port is agreed or edge then allow it go go straight to forwarding rather
thompsa
2006-11-02
1
-7
/
+8
*
Bring in support for the Rapid Spanning Tree Protocol (802.1w).
thompsa
2006-11-01
1
-788
/
+1646
*
Remove licence clauses 3 & 4
thompsa
2006-10-01
1
-5
/
+0
*
Add the module version to fix the loading with if_bridge.
thompsa
2006-08-12
1
-0
/
+1
*
Fix style in the last commit, the variable declaration goes at the top of the
thompsa
2006-08-02
1
-1
/
+2
*
Add a callback so we can notify the parent bridge that a port state change has
thompsa
2006-08-02
1
-3
/
+34
*
Be sure to disable the port when removing it from STP.
thompsa
2006-08-02
1
-0
/
+2
*
Add some statistics that are needed to support RFC4188 as part of the SoC2006
thompsa
2006-07-31
1
-0
/
+10
*
/tmp/cvsuusTrc
thompsa
2006-07-26
1
-561
/
+631
*
If we miss the LINK_UP event from the network interface then the bridge port
thompsa
2006-03-06
1
-13
/
+10
*
Fix up the Bridge Identifier field in the BPDU packet.
thompsa
2006-02-28
1
-15
/
+30
*
Minor whitespace cleanup.
thompsa
2005-12-17
1
-1
/
+1
*
Change most of the bridge and stp funtions to static. This has highlighted
thompsa
2005-10-14
1
-99
/
+112
*
Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c
thompsa
2005-10-14
1
-1
/
+0
*
Do not unconditionally set a spanning tree port to forwarding as the link may be
thompsa
2005-10-11
1
-1
/
+1
*
Mark the callouts as MPSAFE as if_bridge has been giant-free since day 1.
thompsa
2005-08-18
1
-3
/
+1
*
Ensure that we are holding the lock when initialising the bridge interface. We
thompsa
2005-08-15
1
-0
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-3
/
+3
*
- Previously when broadcasting to N number of interfaces we would run pfil
thompsa
2005-07-06
1
-2
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-3
/
+1
*
Add if_bridge, which provides more advanced Ethernet bridging and 802.1d
thompsa
2005-06-05
1
-0
/
+1174