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