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