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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove unneeded include.
araujo
2014-08-11
1
-1
/
+0
*
Improve locking of multicast addresses in VLAN and LAGG interfaces.
mav
2014-08-04
1
-14
/
+18
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-4
/
+2
*
Revert r267961, r267973:
gjb
2014-06-27
1
-2
/
+4
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-4
/
+2
*
Fix build for non-INET that was broken by r264469.
rmacklem
2014-04-15
1
-1
/
+5
*
Lagg did not set the value of if_hw_tsomax, so when lagg
rmacklem
2014-04-14
1
-1
/
+8
*
Simplify filling sockaddr_dl structure for if_resolvemulti()
melifaro
2014-01-18
1
-5
/
+1
*
Multi-queue NIC drivers and multi-port lagg tend to use the same lower
scottl
2013-12-30
1
-3
/
+13
*
There are some high performance NICs that count statistics in hardware,
glebius
2013-10-09
1
-0
/
+1
*
Convert the if_lagg rwlock to an rmlock.
adrian
2013-08-29
1
-24
/
+41
*
Break out the static, global LACP debug options into a per-lagg unit
adrian
2013-07-26
1
-1
/
+2
*
Bring over some link aggregation / LACP protocol improvements and debugging
adrian
2013-07-13
1
-1
/
+29
*
- Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE
hrs
2013-07-02
1
-0
/
+30
*
Return ENETDOWN instead of ENOENT when all lagg(4) links are
delphij
2013-06-17
1
-3
/
+3
*
Properly set curvnet context in lagg_port_setlladdr() task handler.
trociny
2013-06-07
1
-0
/
+2
*
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
-4
/
+34
*
Remove __FreeBSD_version ifdefs.
glebius
2013-03-22
1
-6
/
+0
*
If lagg(4) can't forward a packet due to underlying port problems,
glebius
2013-01-21
1
-2
/
+2
*
Fix build.
delphij
2012-10-17
1
-1
/
+1
*
report total number of ports for each lagg(4) interface
emax
2012-10-16
1
-0
/
+3
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-5
/
+7
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Convert lagg(4) to use if_transmit instead of if_start.
glebius
2012-09-20
1
-24
/
+32
*
Add the same check as vlan(4) where we ignore the ifnet departure event if the
thompsa
2012-06-30
1
-0
/
+3
*
if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a row
rea
2012-05-28
1
-1
/
+6
*
Relax restriction on direct tx to child ports
emaste
2012-05-03
1
-13
/
+3
*
Set the proto to LAGG_PROTO_NONE before calling the detach routine so packets
thompsa
2012-04-12
1
-6
/
+10
*
Move the vlan buffer space into the union which also fixes an unused variable
thompsa
2012-03-07
1
-2
/
+2
*
Add the ability to set which packet layers are used for the load balance hash
thompsa
2012-03-06
1
-13
/
+65
*
Add a sysctl/tunable default value for the use_flowid sysctl in r232008.
thompsa
2012-02-23
1
-1
/
+6
*
Using the flowid in the mbuf assumes the network card is giving a good hash for
thompsa
2012-02-22
1
-1
/
+13
*
In r191367 the need for if_free_type() was removed and a new member
brooks
2011-11-11
1
-4
/
+3
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
Add missing MODULE_VERSION() definition to protect against duplicating
pluknet
2011-08-01
1
-0
/
+1
*
Grab the rlock before checking if our interface is enabled, it could be
thompsa
2011-07-07
1
-1
/
+2
*
LACP frames must not be send VLAN-tagged, check for that before processing.
thompsa
2011-04-30
1
-1
/
+1
*
Make various (pseudo) interfaces compile without INET in the kernel
bz
2011-04-27
1
-1
/
+3
*
Fix a panic that can happen when trying to destroy a lagg(4) with scheduler s...
eri
2011-03-04
1
-1
/
+2
*
Add a sysctl knob to accept input packets on any link in a failover lagg.
emaste
2010-09-01
1
-1
/
+9
*
Remove the check for IFF_DRV_OACTIVE right before adding a port into lagg
delphij
2010-03-09
1
-4
/
+0
*
Propagate the vlan eventis to the underlying interfaces/members so they can d...
eri
2010-02-06
1
-0
/
+57
*
Declare a new EVENTHANDLER called iflladdr_event which signals that the L2
thompsa
2010-01-18
1
-0
/
+1
*
Stop GCC from complaining about lagg_port_checkstacking() being unused.
trasz
2010-01-08
1
-2
/
+7
*
Use the flowid if its available for selecting the tx port.
thompsa
2009-04-30
1
-1
/
+4
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-3
/
+3
*
- Protect against sc->sc_primary being null
thompsa
2008-12-17
1
-3
/
+4
*
Update the interface baudrate taking into account the max speed for the
thompsa
2008-12-17
1
-0
/
+19
[next]