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
/
if_trunk.c
Age
Commit message (
Expand
)
Author
2010-05-08
Upon changing the MAC address of an if_trunk interface, all ports are switched
Stefan Sperling
2010-04-23
Use proper Queen's English in a comment. Drive-by fix, no functional change.
Stefan Sperling
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-04-17
use ifnewlladdr() for trunk lladdr changes, too
Theo de Raadt
2010-01-12
set the length of the send queue to 1.
David Gwynne
2009-11-18
do not do setup that ether_ifattach() takes care of; ok jsg
Theo de Raadt
2009-09-17
Add an splassert check trunk_enqueue() calling this function at anything
Claudio Jeker
2009-09-09
remove inline functions and move some code from the trunk_lacp_input()
Reyk Floeter
2009-07-16
Backout rev1.79 of if_vlan.c and rev1.66 of if_trunk.c;
Thordur I. Bjornsson
2009-07-13
make the send queue one slot long. this forces packets off the virtual
David Gwynne
2009-01-27
handle HW VLAN tags being passed down; from Brad
Christian Weisgerber
2009-01-27
make the hardware/no hardware tag stripping cases consistent and don't
Christian Weisgerber
2008-12-14
Allow trunk_hashmbuf() to take HW VLAN tagging into consideration.
Brad Smith
2008-12-14
Since trunk_hashmbuf() and thus trunk_lb_gethdr() are no longer specific
Brad Smith
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-16
Make sure to increment the the output error counter if
Brad Smith
2008-11-08
Take into account that our ether_input() already strips the
Marco Pfatschbacher
2008-11-04
Move the trunk port count check from trunk_lb_start() to trunk_start()
Brad Smith
2008-10-30
Fix building with !INET6 kernels.
Brad Smith
2008-10-28
Remove return at the end of a void function.
Brad Smith
2008-10-28
In trunk_media_status() mark the interface as active if any ports are
Brad Smith
2008-10-28
In trunk_lb_start() port % count will never be greater than
Brad Smith
2008-10-28
Feed IPv6 flow label to hash calculation.
Brad Smith
2008-10-28
Show the ACTIVE flag in ifconfig for the single interface that is
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-17
remove dead stores and newly created unused variables.
Charles Longeau
2008-08-07
do not touch m after IFQ_ENQUEUE()+if_start().
Damien Bergamini
2008-08-06
fix trunk breakage that sneaked in with the lacp diff:
Reyk Floeter
2008-07-30
Prevent a divide by zero panic if trunkproto loadbalance is
Marco Pfatschbacher
2008-06-15
Add 802.3ad LACP support for trunk(4).
Marco Pfatschbacher
2008-06-14
Move bpf_mtap_hdr() above the trunk_*_input() routines.
Marco Pfatschbacher
2008-06-13
Move the responsibility to free received packets on trunked interfaces
Marco Pfatschbacher
2008-06-08
Use m_freem() instead of m_free() in trunk_start() to ensure that the
Brad Smith
2008-05-07
enable tx mitigation when putting packets on the wire by switching from
David Gwynne
2008-01-10
return with ENOTTY instead of EINVAL for unknown ioctl requests to trunk
Brad Smith
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-11-20
Fix possible mbuf leak on error. ok reyk@
Can Erkin Acar
2007-10-22
use the input mbuf for the first active port instead of copying it in
Reyk Floeter
2007-10-22
Add a broadcast mode to trunk(4). This mode sends frames on all
Pierre-Yves Ritschard
2007-09-15
malloc sweep:
Henning Brauer
2007-09-07
use M_ZERO
Reyk Floeter
2007-09-06
bump the copyright while touching these files
Reyk Floeter
2007-09-06
With a trunk(4) interface in fail over mode the trunk(4) interface
Reyk Floeter
2007-05-26
one extern seems to be better than 20 for ifqmaxlen; ok krw
Jason Wright
2007-04-26
extend the trunk protocol API with some additional callbacks required
Reyk Floeter
2007-01-31
handle the full duplex link state in trunk(4). load sharing trunks
Reyk Floeter
2006-05-28
check if the interface is active and UP. some, but not all, network
Reyk Floeter
2006-05-23
knf and remove an unneeded debug message
Reyk Floeter
2006-05-23
add
Reyk Floeter
2006-05-20
bump copyright
Reyk Floeter
[next]