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
/
ieee8023ad_lacp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use printb() for boolean flags in ro_opts and actor_state for LACP.
hrs
2014-10-05
1
-0
/
+2
*
- Whitespace.
glebius
2014-09-26
1
-2
/
+2
*
- When reconfiguring protocol on a lagg, first set it to LAGG_PROTO_NONE,
glebius
2014-09-26
1
-2
/
+2
*
Make lagg protocols detach methods returning void.
glebius
2014-09-26
1
-1
/
+1
*
Break out the static, global LACP debug options into a per-lagg unit
adrian
2013-07-26
1
-0
/
+5
*
Remove extra semicolons.
thompsa
2008-03-17
1
-2
/
+2
*
Switch the LACP state machine over to its own mutex to protect the internals,
thompsa
2008-03-16
1
-3
/
+47
*
Pass any unmatched slowprotocols frames up the stack instead of dropping them,
thompsa
2007-12-31
1
-1
/
+1
*
Allow the LACP state to be queried from userland which at the moment is the
thompsa
2007-07-05
1
-0
/
+2
*
non-functional cleanup
thompsa
2007-06-12
1
-16
/
+6
*
Compare the partner system priority when choosing the aggregator.
thompsa
2007-05-19
1
-0
/
+2
*
Implement the Marker Protocol. A marker frame is placed on the interface queue
thompsa
2007-05-19
1
-24
/
+28
*
Change from a mutex to a read/write lock. This allows the tx port to be
thompsa
2007-05-15
1
-2
/
+3
*
Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code
thompsa
2007-05-07
1
-0
/
+1
*
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
thompsa
2007-04-17
1
-16
/
+16
*
Add the trunk(4) driver for providing link aggregation, failover and fault
thompsa
2007-04-10
1
-0
/
+289