index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
trunklacp.c
Age
Commit message (
Expand
)
Author
2019-10-02
let lacp mode trunk cope with interfaces that don't report if_baudrate.
David Gwynne
2019-04-29
don't have lacp input push lacp packets into the trunkports bpf again.
David Gwynne
2018-08-12
Add administrative options to LACP trunk implementation.
ccardenas
2017-01-24
A space here, a space there. Soon we're talking real whitespace
Kenneth R Westerback
2015-11-24
No need for <net/ethertypes.h> it is part of <netinet/if_ether.h>
Martin Pieuchot
2015-11-24
No need for <net/if_types.h>
Martin Pieuchot
2015-10-05
Factor LACP frame processing out to a separate task
Mike Belopuhov
2015-09-24
Avoid a theoretical m_pullup(9) mishandling by delegating the mbuf
Mike Belopuhov
2015-06-30
Rename if_output() into if_enqueue() to avoid confusion with comments
Martin Pieuchot
2015-06-10
Add missing include.
Martin Pieuchot
2015-06-09
Convert trunk(4) to if_input().
Martin Pieuchot
2015-05-15
Introduce if_output(), a function do to the last steps before enqueuing
Martin Pieuchot
2015-05-11
Take trunk(4) out of ether_input().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-04
use siphash for trunk loadbalancing. ok deraadt
Ted Unangst
2014-11-23
length argument for some free() calls; ok doug
Theo de Raadt
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2011-07-09
mark the mgmt pkts for queueing prio 6, mpf ok
Henning Brauer
2009-09-17
Wrap trunk_enqueue() calls in splnet() since sending out lacp packets
Claudio Jeker
2009-09-09
remove inline functions and move some code from the trunk_lacp_input()
Reyk Floeter
2009-07-31
timeout_add -> timeout_add_msec
Bret Lambert
2008-12-01
A bit more cleanup.
Brad Smith
2008-11-08
Take into account that our ether_input() already strips the
Marco Pfatschbacher
2008-10-24
Allow the debug printf code which is trying to retreive the interface
Brad Smith
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-10-12
Some more cleanup. No binary change.
Marco Pfatschbacher
2008-08-28
encode the speed and link state in the local port key.
Reyk Floeter
2008-08-06
fix trunk breakage that sneaked in with the lacp diff:
Reyk Floeter
2008-06-15
A bit of cleanup:
Marco Pfatschbacher
2008-06-15
Add 802.3ad LACP support for trunk(4).
Marco Pfatschbacher