summaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
AgeCommit message (Expand)Author
2009-11-18do not do setup that ether_ifattach() takes care of; ok jsgTheo de Raadt
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-27include the VLAN priority for hardware tagging, too; ok claudio@Christian Weisgerber
2008-10-16Switch the existing TX VLAN hardware support over to having theChristian Weisgerber
2008-10-16* Allow ether_input() and vlan_input() to handle incoming packetsChristian Weisgerber
2008-10-16Drop promiscuously received packets if the vlan interface is not inChristian Weisgerber
2008-09-02remove dead stores and newly created unused variables.Charles Longeau
2008-05-07enable tx mitigation when putting packets on the wire by switching fromDavid Gwynne
2007-12-20return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith
2007-09-15malloc sweep:Henning Brauer
2007-06-06vlan interfaces do not allow the parent interface and the vlan number to beHenning Brauer
2007-05-26one extern seems to be better than 20 for ifqmaxlen; ok krwJason Wright
2006-05-22Check for NULL cookies before calling hook_disestablish(). Just in caseKenneth R Westerback
2006-05-09Remove unnecessary check for the parent interface when settingMarco Pfatschbacher
2006-04-11on link state changes, copy baudrate (negotiated link speed) from parentHenning Brauer
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2006-02-09add an interface detach hook and use it with the vlan(4) driver. thisReyk Floeter
2006-01-05Make it possible to set a default vlan priority for vlan interfaces.Esben Norby
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2005-10-23Rework of multicast deletion code for vlan(4) and trunk(4).Marco Pfatschbacher
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-07-19Remove vlan_input_tag() since all four drivers that used it have beenCamiel Dobbelaar
2005-07-18Use M_PREPEND to take advantage of any slack leading space in the mbuf.Camiel Dobbelaar
2005-06-07Run vlan_input before bridge_input, and change vlan_input to notCamiel Dobbelaar
2005-05-27only access if_linkstatehooks inside splnet.Marco Pfatschbacher
2005-04-25Use ETHERTYPE_VLAN.Brad Smith
2005-04-24Use the IANA assignment IFT_L2VLAN.Brad Smith
2005-04-20Make vlan(4) aware of its physical interface link state.Marco Pfatschbacher
2005-04-18If the parent interface is not IFF_RUNNING, do not call its start function.Brad Smith
2005-04-18revert a change in the previous commit to appease henning@ for the timeBrad Smith
2005-04-17- In vlan_input()/vlan_input_tag(), always mask off all but the VLIDBrad Smith
2005-03-25increment the right counter on error.Brad Smith
2004-10-09sizeof(struct ether_header) -> ETHER_HDR_LENBrad Smith
2004-03-27wrap if_down() in splimp; tholo ran into splassert, miod tholo okTheo de Raadt
2004-02-12from camield:Henning Brauer
2003-12-16return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexerMarkus Friedl
2003-12-06u_int8_t variable can't be > 255; pointed out by Mr. GCC3.Alexander Yurchenko
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-14m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts.Jason Wright
2003-07-25%lu for u_long argJason Wright
2003-05-13nuke common: ifnet_addrsJason Wright
2003-05-03string fixes; tedu okTheo de Raadt
2003-05-03just as a safety measure, set m_flags to 0 for mbufs allocated on stack.Jun-ichiro itojun Hagino
2003-03-24Tree patches from c.pascoe at itee dot uq dot edu dot au:Jason Wright
2003-02-01from Chris Pascoe <c.pascoe@itee.uq.edu.au>:Chris Cappuccio
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2002-06-12import of netbsd's vlan multicast codeChris Cappuccio