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_lagg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability to set which packet layers are used for the load balance hash
thompsa
2012-03-06
1
-1
/
+16
*
Using the flowid in the mbuf assumes the network card is giving a good hash for
thompsa
2012-02-22
1
-0
/
+4
*
Propagate the vlan eventis to the underlying interfaces/members so they can d...
eri
2010-02-06
1
-0
/
+4
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-1
/
+1
*
Fix two panics in lagg.
thompsa
2007-10-12
1
-0
/
+1
*
- Propagate the largest set of interface capabilities supported by all lagg
thompsa
2007-07-30
1
-1
/
+0
*
Allow the LACP state to be queried from userland which at the moment is the
thompsa
2007-07-05
1
-0
/
+28
*
non-functional cleanup
thompsa
2007-06-12
1
-41
/
+37
*
Change from a mutex to a read/write lock. This allows the tx port to be
thompsa
2007-05-15
1
-8
/
+9
*
Call if_setlladdr() on the aggregation port from a taskqueue so the softc lock
thompsa
2007-05-07
1
-0
/
+11
*
Avoid touching various unsafe parts if the interface is disappearing.
thompsa
2007-05-07
1
-0
/
+1
*
Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code
thompsa
2007-05-07
1
-8
/
+4
*
Fix flag descriptions.
thompsa
2007-05-03
1
-2
/
+2
*
- Add a disabled state for ports that can not be aggregated
thompsa
2007-05-03
1
-1
/
+2
*
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
thompsa
2007-04-17
1
-0
/
+209