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
*
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
*
Also propagate the if_hwassist value to the parent so that cksum offload works.
thompsa
2008-12-16
1
-1
/
+6
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
1
-3
/
+1
*
Do not mangle if_oerrors of the underlying interface. This counter
glebius
2008-09-30
1
-2
/
+0
*
Move the protocol and port count checks to outside the loop, these conditions
thompsa
2008-09-18
1
-8
/
+8
*
Make sure there is at least one port to avoid divide by zero when choosing the
thompsa
2008-09-18
1
-1
/
+2
*
port % count will never be greater than LAGG_MAX_PORTS so nuke the test.
thompsa
2008-07-04
1
-6
/
+2
*
Switch the LACP state machine over to its own mutex to protect the internals,
thompsa
2008-03-16
1
-3
/
+6
*
Pass any unmatched slowprotocols frames up the stack instead of dropping them,
thompsa
2007-12-31
1
-2
/
+3
*
- Use the macro to check the port status has it will also test if its
thompsa
2007-12-18
1
-2
/
+2
*
Add myself to the copyright.
thompsa
2007-12-17
1
-0
/
+1
*
Support monitor mode where the frame is discarded after bpf and stats process...
thompsa
2007-12-05
1
-0
/
+5
*
Have the lagg interface generate link up/down events, the interface is marked
thompsa
2007-11-25
1
-0
/
+20
*
Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when stacked
thompsa
2007-10-20
1
-2
/
+2
*
Fix two panics in lagg.
thompsa
2007-10-12
1
-36
/
+33
*
Show the ACTIVE flag in ifconfig for the single interface that is actaully
thompsa
2007-08-30
1
-1
/
+5
*
- Propagate the largest set of interface capabilities supported by all lagg
thompsa
2007-07-30
1
-15
/
+57
*
Avoid holding the softc lock when using copyout().
thompsa
2007-07-26
1
-28
/
+52
*
Allow the LACP state to be queried from userland which at the moment is the
thompsa
2007-07-05
1
-0
/
+8
*
non-functional cleanup
thompsa
2007-06-12
1
-29
/
+29
*
- packets on the input interface were counted twice
thompsa
2007-05-20
1
-13
/
+1
*
Fix a mbuf leak where sc_start fails or the protocol is none.
thompsa
2007-05-19
1
-2
/
+4
*
Fix locking assert where we should hold the reader lock.
thompsa
2007-05-18
1
-1
/
+1
*
Fix unused variable error with !INET6
thompsa
2007-05-15
1
-1
/
+2
*
Feed ipv6 flowlabel to hash calculation.
thompsa
2007-05-15
1
-1
/
+3
*
Change from a mutex to a read/write lock. This allows the tx port to be
thompsa
2007-05-15
1
-58
/
+40
*
- Correctly check if lp_ioctl is null
thompsa
2007-05-07
1
-20
/
+9
*
The purgemulti call is not needed since all the ports have already been detac...
thompsa
2007-05-07
1
-3
/
+0
*
Call if_setlladdr() on the aggregation port from a taskqueue so the softc lock
thompsa
2007-05-07
1
-5
/
+78
*
Avoid touching various unsafe parts if the interface is disappearing.
thompsa
2007-05-07
1
-7
/
+12
*
Change from using if_delmulti() to if_delmulti_ifma() as it simplifies the code
thompsa
2007-05-07
1
-58
/
+29
[next]