| Age | Commit message (Expand) | Author |
| 2022-06-20 | bridge(4): support VLAN frames stripped by hardware tagging | yamaguchi |
| 2022-06-20 | Determine the length of VLAN encapsulation by an interface type, | yamaguchi |
| 2022-06-20 | Handling frames that vlan id is 0 as non-VLAN frames | yamaguchi |
| 2021-12-24 | Fix missing curlwp_bind() | yamaguchi |
| 2021-12-06 | decrease the MTU of vlan(4) | yamaguchi |
| 2021-11-15 | introduced APIs to configure VLAN TAG to ethernet devices | yamaguchi |
| 2021-10-05 | Replace the list for vlan interfaces with the counter | yamaguchi |
| 2021-09-30 | vlan: Register vlan_ifdetach to ether_ifdetach hook | yamaguchi |
| 2021-09-30 | vlan: Register the callback to update link-state of vlan I/F | yamaguchi |
| 2021-07-17 | Mark vlan_safe_ifpromisc_locked() as "__unused" to appease LLVM. | hannken |
| 2021-07-15 | vlan: drop tagged outgoing packets | yamaguchi |
| 2021-07-14 | unset IFF_PROMISC at bpf_detach() | yamaguchi |
| 2021-07-14 | Make an mbuf writable before un-tagging | yamaguchi |
| 2021-07-06 | Drop unicast packets that are not for us | yamaguchi |
| 2021-07-06 | vlan: added NULL check for the parent interface | yamaguchi |
| 2021-07-06 | vlan: set the link state to DOWN when its parent detaches | yamaguchi |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2020-09-26 | vlan: match the interface link state with that of the parent | roy |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2020-02-01 | Switch if_vlan to atomic_load/store_*. | riastradh |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-11-11 | Fix a bug that vlan(4) fragments IPv6 packets | yamaguchi |
| 2019-10-21 | vlan: get rid of unnecessary if_ipackets++ in vlan_input | ozaki-r |
| 2019-08-23 | - kmem_alloc(,KM_SLEEP) never return NULL, so remove NULL check. | msaitoh |
| 2019-08-21 | Use ETHER_LOCK()/ETHER_UNLOCK() suggested by knakahara. | msaitoh |
| 2019-08-20 | Fix a bug that VLAN HW "tagging" enable/disable may not refrect correctly. | msaitoh |
| 2019-08-20 | Add missing IFNET_LOCK() and IFNET_UNLOCK() in vlan_config(). | msaitoh |
| 2019-08-20 | Check ec_capenable instead of ec_capabilities to control TX side of VLAN HW | msaitoh |
| 2019-07-17 | Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILTER). | msaitoh |
| 2019-07-17 | KNF. No functional change. | msaitoh |
| 2019-07-09 | Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in | msaitoh |
| 2019-06-25 | Simplify "LIST_HEAD();" to make the code more understandable. | msaitoh |
| 2019-06-18 | KNF. No functional change. | msaitoh |
| 2019-05-15 | Get rid of IFNET_LOCK for if_mcast_op to avoid a deadlock | ozaki-r |
| 2019-04-26 | Some more empty-string --> NULL conversions for module dependencies | pgoyette |
| 2019-03-23 | Replace compile-time checking for vlan code with a module hook. | pgoyette |
| 2018-10-19 | Fix panic when doing ioctl to multiple pseudo interfaces. Pointed out by k-go... | knakahara |
| 2018-10-18 | fix panic when do ifconfig -vlanif and ifconfig vlanif again. advised by ozak... | knakahara |
| 2018-08-03 | Use a different psz for a different lock. Patch from riastradh, reviewed | jmcneill |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-14 | Fix to check whether the address has been added before delete | yamaguchi |
| 2018-06-14 | Add the lock to refer the list included in ethercom for safety | yamaguchi |
| 2018-06-14 | Use ether_lookup_multi() instead of the macro | yamaguchi |
| 2018-06-12 | vlan: call ether_ifdetach without IFNET_LOCK | ozaki-r |
| 2018-03-16 | Fix the handling of the state returned from pfil_run_hooks(). | tih |
| 2018-01-15 | Mostly style, and add a bunch of KASSERTs. | maxv |
| 2018-01-15 | Style, improve comment, and add KASSERTs on the assumptions. | maxv |
| 2018-01-14 | If cnt == 0, don't kmem_alloc(0). Found by Mootja. | maxv |
| 2017-12-19 | Don't set IFEF_MPSAFE unless NET_MPSAFE at this point | ozaki-r |