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
*
Revert accidental submit of WIP as part of r297609
rpokala
2016-04-06
1
-48
/
+6
*
Storage Controller Interface driver - typo in unimplemented macro in
rpokala
2016-04-06
1
-6
/
+48
*
Add an IOCTL rr_limit to let users fine tuning the number of packets to be
araujo
2016-01-23
1
-0
/
+3
*
Revert r292275 & r292379
smh
2015-12-17
1
-1
/
+1
*
Fix lagg failover due to missing notifications
smh
2015-12-15
1
-1
/
+1
*
Fix lladdr change propagation for on vlans on top of it.
melifaro
2015-11-01
1
-1
/
+7
*
Remove per complete the fec aggregation protocol.
araujo
2015-10-04
1
-2
/
+0
*
Make LAG LACP fast timeout tunable through IOCTL.
hiren
2015-08-12
1
-0
/
+1
*
Factor out mbuf hashing code from LAGG driver so that other network
hselasky
2015-03-11
1
-1
/
+0
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
1
-2
/
+2
*
- Move L2 addr configuration for the primary port to a taskqueue. This fixes
hrs
2014-10-05
1
-0
/
+4
*
Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS for
hrs
2014-10-02
1
-13
/
+21
*
Virtualize lagg(4) cloner. This change fixes a panic when tearing down
hrs
2014-10-01
1
-3
/
+14
*
Finally, convert counters in struct ifnet to counter(9).
glebius
2014-09-28
1
-1
/
+1
*
Use underlying ports counters to get lagg statistics instead of
melifaro
2014-09-27
1
-13
/
+6
*
Remove macros that hide access to struct ifnet fields.
glebius
2014-09-26
1
-4
/
+1
*
Make all lagg protocol methods live in lagg_protos, not in softc. All
glebius
2014-09-26
1
-13
/
+0
*
- Whitespace.
glebius
2014-09-26
1
-4
/
+4
*
- Provide lagg_proto_attach(), lagg_proto_detach().
glebius
2014-09-26
1
-1
/
+0
*
Make lagg protos a enum.
glebius
2014-09-26
1
-9
/
+11
*
Make lagg protocols detach methods returning void.
glebius
2014-09-26
1
-1
/
+1
*
Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...
araujo
2014-09-18
1
-3
/
+5
*
Improve locking of multicast addresses in VLAN and LAGG interfaces.
mav
2014-08-04
1
-0
/
+1
*
Multi-queue NIC drivers and multi-port lagg tend to use the same lower
scottl
2013-12-30
1
-0
/
+1
*
Convert the if_lagg rwlock to an rmlock.
adrian
2013-08-29
1
-9
/
+15
*
Break out the static, global LACP debug options into a per-lagg unit
adrian
2013-07-26
1
-0
/
+1
*
Bring over some link aggregation / LACP protocol improvements and debugging
adrian
2013-07-13
1
-0
/
+5
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-2
/
+2
*
Switch lagg(4) statistics to counter(9).
glebius
2013-04-15
1
-2
/
+9
*
Remove __FreeBSD_version ifdefs.
glebius
2013-03-22
1
-2
/
+0
*
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