Age | Commit message (Expand) | Author |
2015-04-22 | Add missing header for NBRIDGE chunk, found the hardway and diff from | Martin Pieuchot |
2015-04-15 | Add the necessary glue to keep vlan(4) working while other pseudo-drivers | Martin Pieuchot |
2015-04-13 | Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) on | Martin Pieuchot |
2015-04-10 | dont inherit the parent interfaces hardmtu as the vlan interfaces | David Gwynne |
2015-04-07 | Do not pass an `ifp' argument to interface input handlers since it | Martin Pieuchot |
2015-03-31 | let vlan(4) mtu be limited by the parents hardmtu, not current mtu. | David Gwynne |
2015-02-06 | IEEE sez that 0 is bigger than 1, and IEEE is always right. | Henning Brauer |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-11-23 | length argument for some free() calls; ok doug | Theo de Raadt |
2014-10-07 | when running bpf on an outgoing vlan interface that doesnt have a | David Gwynne |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | switch from bpf_mtap to the shiny new bpf_mtap_stripvlan. | Henning Brauer |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-05-14 | improve style - basically, what my fingers did at Marrakesh airport when | Henning Brauer |
2014-05-05 | remove dead code: calling ether_attach which sets if_type to IFT_ETHER, | Henning Brauer |
2014-04-22 | we used to handle the vlan tag etc insertion very very very late, | Henning Brauer |
2014-03-10 | if_lladdr -> if_sadl, no functional change. | Martin Pieuchot |
2013-11-08 | To make sure detach hooks are executed in reverse order they were added, | Martin Pieuchot |
2013-11-07 | Now that it is safe to disestablish a hook from itself, do not leak the | Martin Pieuchot |
2013-10-19 | Bring back the if_detachhook. We're going to have more users now. | Reyk Floeter |
2013-09-17 | Change vlan(4) detach procedure to not use a hook but a list of vlans | Martin Pieuchot |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-04-02 | Instead of storing the link-level address of every interface in a global | Martin Pieuchot |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2012-09-30 | There is no need to set IFF_OACTIVE in vlan, since there is no DMA ring | Claudio Jeker |
2012-09-19 | defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.c | Henning Brauer |
2011-11-27 | Kill old comment, we already do 802.1p tagging. | Christiano F. Haesbaert |
2011-11-26 | Tie the 802.1p (CoS) value in vlan(4) with the new prio scheme in pf. | Christiano F. Haesbaert |
2011-09-18 | Fix various format string types to as a minimum match the width of the | Miod Vallat |
2011-08-20 | Fix packet accounting in error cases. | Ryan Thomas McBride |
2011-02-18 | when changing the vlandev of a running vlan(4) interface, we also need to | Reyk Floeter |
2011-01-03 | Allow to change vlan options of existing vlan(4)/svlan(4) devices at | Reyk Floeter |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-06-03 | Add support for 802.1ad-style QinQ nested VLANs. | Christian Weisgerber |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
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-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 |