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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn LACP debugging from a compile time option to a sysctl, it is very handy to
thompsa
2012-05-26
1
-43
/
+37
*
Add the ability to set which packet layers are used for the load balance hash
thompsa
2012-03-06
1
-1
/
+1
*
Using the flowid in the mbuf assumes the network card is giving a good hash for
thompsa
2012-02-22
1
-1
/
+1
*
Use the flowid if its available for selecting the tx port.
thompsa
2009-04-30
1
-1
/
+4
*
Update the interface baudrate taking into account the max speed for the
thompsa
2008-12-17
1
-0
/
+2
*
Switch the LACP state machine over to its own mutex to protect the internals,
thompsa
2008-03-16
1
-124
/
+103
*
Pass any unmatched slowprotocols frames up the stack instead of dropping them,
thompsa
2007-12-31
1
-5
/
+5
*
Use the safer callout_init_rw() to allow the softclock to grab the
thompsa
2007-11-21
1
-5
/
+2
*
Allow the LACP state to be queried from userland which at the moment is the
thompsa
2007-07-05
1
-0
/
+50
*
non-functional cleanup
thompsa
2007-06-12
1
-56
/
+36
*
Compare the partner system priority when choosing the aggregator.
thompsa
2007-05-19
1
-1
/
+9
*
Implement the Marker Protocol. A marker frame is placed on the interface queue
thompsa
2007-05-19
1
-8
/
+103
*
Fix locking assert where we should hold the reader lock.
thompsa
2007-05-18
1
-1
/
+1
*
Change from a mutex to a read/write lock. This allows the tx port to be
thompsa
2007-05-15
1
-15
/
+80
*
Avoid touching various unsafe parts if the interface is disappearing.
thompsa
2007-05-07
1
-1
/
+3
*
Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code
thompsa
2007-05-07
1
-15
/
+3
*
- Add a disabled state for ports that can not be aggregated
thompsa
2007-05-03
1
-5
/
+18
*
Test for IFM_FDX rather than IFM_HDX as the half-duplex bit may not be set even
thompsa
2007-05-02
1
-1
/
+1
*
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
thompsa
2007-04-17
1
-73
/
+73
*
Add the trunk(4) driver for providing link aggregation, failover and fault
thompsa
2007-04-10
1
-0
/
+1763