aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* vlan: fix setting flags on a QinQ interfaceKristof Provost2023-05-121-2/+2
* netlink: add netlink interfaces to if_cloneAlexander V. Chernikov2023-04-251-3/+177
* net: unify mtu update codeAlexander V. Chernikov2023-03-061-14/+2
* IfAPI: Add if_llsoftc member accessors for TOEDEVJustin Hibbits2023-01-311-1/+1
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov2022-09-221-13/+19
* if_vlan: avoid hash table thrashing when adding and removing entriesKristof Provost2022-07-221-1/+1
* if_vlan: allow vlan and vlanproto to be changedKristof Provost2022-07-211-2/+18
* vlan(4): Add support for allocating TLS receive tags.Hans Petter Selasky2022-06-071-15/+32
* [vlan + lagg] add IFNET_EVENT_UPDATE_BAUDRATE eventAndrey V. Elsukov2022-05-201-0/+35
* vlan: ifa is only used under #ifdef INET.John Baldwin2022-04-131-0/+4
* vlan: allow net.link.vlan.mtag_pcp to be set per vnetKristof Provost2022-02-141-2/+3
* Add a switch structure for send tags.John Baldwin2021-09-141-7/+65
* if_vlan: add the ALTQ support to if_vlan.Luiz Otavio O Souza2021-08-251-0/+47
* vlan: deduplicate bpf_setpcp() and pf_ieee8021q_setpcp()Kristof Provost2021-07-261-1/+1
* Retore the vnet before returning an error.George V. Neville-Neil2021-06-211-1/+4
* Fix vlan creation for the older ifconfig(8) binaries.Alexander V. Chernikov2021-04-111-0/+8
* Fix subinterface vlan creation.Alexander V. Chernikov2021-01-291-24/+51
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-291-2/+2
* This pulls over all the changes that are in the netflixRandall Stewart2021-01-281-0/+30
* Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc().John Baldwin2020-10-291-2/+2
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-291-4/+4
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-211-47/+48
* Store the send tag type in the common send tag header.John Baldwin2020-10-061-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+3
* vlan: Fix panic when vnet jail with a vlan interface is destroyedKristof Provost2020-01-311-1/+1
* Plug parent iface refcount leak on <ifname>.X vlan creation.Alexander V. Chernikov2020-01-291-1/+5
* Update route MTUs for bridge, lagg and vlan interfaces.Alexander Motin2020-01-221-1/+23
* Introduce NET_EPOCH_CALL() macro and use it everywhere where we freeGleb Smirnoff2020-01-151-2/+2
* Enqueue lladdr_task to update link level address of vlan, when its parentAndrey V. Elsukov2019-11-071-2/+10
* Revert two parts of r353292 that enter epoch when processing vlan capabilities.Gleb Smirnoff2019-10-171-3/+9
* vlan_config() isn't always called in epoch context.Gleb Smirnoff2019-10-131-5/+9
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-51/+22
* style(9): remove extraneous empty linesGleb Smirnoff2019-09-251-1/+0
* Wrap a vlan's parent's if_output in a separate function.Matt Joras2019-08-301-1/+29
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-5/+20
* Support IFCAP_NOMAP in vlan(4).John Baldwin2019-06-291-0/+10
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-241-8/+101
* This commit adds the missing release mechanism for theRandall Stewart2019-02-131-0/+8
* Bring the comment up to date.Gleb Smirnoff2019-01-101-1/+1
* Stop setting if_linkmib in vlan(4) ifnets.Mark Johnston2019-01-091-21/+8
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-38/+41
* Unbreak kernel build with VLAN_ARRAY defined.Oleg Bulyzhin2018-11-211-3/+3
* vlan: Fix panic with lagg and vlanKristof Provost2018-10-211-0/+5
* Fix deadlock when destroying VLANs.Hans Petter Selasky2018-10-151-4/+10
* fix vlan locking to permit sx acquisition in ioctl callsMatt Macy2018-09-211-143/+76
* if_vlan(4): A VLAN always has a PCP and its ifnet's if_pcp should be setNavdeep Parhar2018-08-171-0/+2
* Add the ability to look up the 3b PCP of a VLAN interface. Use it inNavdeep Parhar2018-08-161-0/+13
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1