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
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Use m_get/m_gethdr instead of compat macros.
glebius
2013-03-15
1
-2
/
+2
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-2
/
+2
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Move the interface media check to a taskqueue, some interfaces (usb) sleep
thompsa
2012-04-20
1
-21
/
+43
*
Add linkstate to bridge(4), set the link to up when at least one underlying
thompsa
2012-04-20
1
-21
/
+7
*
Only look for a usable MAC address for the bridge ID from ports within our
thompsa
2012-02-24
1
-20
/
+30
*
Indicate this function decrements the timer as well as testing for expiry.
thompsa
2012-02-23
1
-11
/
+11
*
Now that network interfaces advertise if they support linkstate notifications
thompsa
2012-02-23
1
-3
/
+5
*
bstp_input() always consumes the packet so remove the mbuf handling dance
thompsa
2012-02-23
1
-3
/
+2
*
Set curvnet context in a callout-trigerred code path.
zec
2011-06-07
1
-0
/
+5
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
1
-2
/
+2
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-1
/
+0
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
In non-debugging mode make this define (void)0 instead of nothing. This
rdivacky
2009-06-21
1
-1
/
+1
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-2
/
+0
*
replace IFQ_ENQUEUE + if_start with if_transmit
kmacy
2009-04-27
1
-14
/
+2
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+3
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+1
*
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
[next]