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
*
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
*
- Add a disabled state for ports that can not be aggregated
thompsa
2007-05-03
1
-0
/
+1
*
Set the master flag on the right variable.
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
-0
/
+1607