summaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
AgeCommit message (Expand)Author
2025-12-17vlan: plug a new panic associated with interface removalGleb Smirnoff
2025-07-28bridge: do not allow a bridge SVI in a bridgeLexi Winter
2025-07-05bridge: allow vlan(4) interfaces on a bridgeLexi Winter
2025-06-27if_vlan: Fix up if_type before attaching the interfaceZhenlei Huang
2025-06-25if_vlan: add a prototype for vlan_input_pLexi Winter
2025-04-15sys/net: add DOT1Q_VID_{MIN,MAX}Lexi Winter
2024-09-03if_vlan: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-08-21if_vlan: set if_cap{abilities2,enable2} after IFCAP_IPSEC_OFFLOAD is recalcul...Konstantin Belousov
2024-08-20ipsec_offload: support vlansKonstantin Belousov
2024-08-20if_vlan.c: remove stray include of sys/cdefs.hKonstantin Belousov
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-05-22if_vlan: handle VID conflictsKristof Provost
2023-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-09-04if_vlan: Always default to 802.1q.Dag-Erling Smørgrav
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-12vlan: Respect IFCAP_LRO maskKevin Bowling
2023-08-12Revert "if_vlan: do not enable LRO for bridge interaces"Kristof Provost
2023-08-12if_vlan: do not enable LRO for bridge interacesPaul Vixie
2023-05-12vlan: fix setting flags on a QinQ interfaceKristof Provost
2023-04-25netlink: add netlink interfaces to if_cloneAlexander V. Chernikov
2023-03-06net: unify mtu update codeAlexander V. Chernikov
2023-01-31IfAPI: Add if_llsoftc member accessors for TOEDEVJustin Hibbits
2023-01-24ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits
2022-09-22if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov
2022-07-22if_vlan: avoid hash table thrashing when adding and removing entriesKristof Provost
2022-07-21if_vlan: allow vlan and vlanproto to be changedKristof Provost
2022-06-07vlan(4): Add support for allocating TLS receive tags.Hans Petter Selasky
2022-05-20[vlan + lagg] add IFNET_EVENT_UPDATE_BAUDRATE eventAndrey V. Elsukov
2022-04-13vlan: ifa is only used under #ifdef INET.John Baldwin
2022-02-14vlan: allow net.link.vlan.mtag_pcp to be set per vnetKristof Provost
2021-09-14Add a switch structure for send tags.John Baldwin
2021-08-25if_vlan: add the ALTQ support to if_vlan.Luiz Otavio O Souza
2021-07-26vlan: deduplicate bpf_setpcp() and pf_ieee8021q_setpcp()Kristof Provost
2021-06-21Retore the vnet before returning an error.George V. Neville-Neil
2021-04-11Fix vlan creation for the older ifconfig(8) binaries.Alexander V. Chernikov
2021-01-29Fix subinterface vlan creation.Alexander V. Chernikov
2021-01-29Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff
2021-01-28This pulls over all the changes that are in the netflixRandall Stewart
2020-10-29Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc().John Baldwin
2020-10-29Support hardware rate limiting (pacing) with TLS offload.John Baldwin
2020-10-21Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov
2020-10-06Store the send tag type in the common send tag header.John Baldwin
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-01-31vlan: Fix panic when vnet jail with a vlan interface is destroyedKristof Provost
2020-01-29Plug parent iface refcount leak on <ifname>.X vlan creation.Alexander V. Chernikov
2020-01-22Update route MTUs for bridge, lagg and vlan interfaces.Alexander Motin
2020-01-15Introduce NET_EPOCH_CALL() macro and use it everywhere where we freeGleb Smirnoff
2019-11-07Enqueue lladdr_task to update link level address of vlan, when its parentAndrey V. Elsukov
2019-10-17Revert two parts of r353292 that enter epoch when processing vlan capabilities.Gleb Smirnoff
2019-10-13vlan_config() isn't always called in epoch context.Gleb Smirnoff