aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* if_vlan: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-5/+0
* if_vlan: set if_cap{abilities2,enable2} after IFCAP_IPSEC_OFFLOAD is recalcul...Konstantin Belousov2024-08-211-2/+3
* ipsec_offload: support vlansKonstantin Belousov2024-08-201-1/+90
* if_vlan.c: remove stray include of sys/cdefs.hKonstantin Belousov2024-08-201-1/+0
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-8/+0
* if_vlan: handle VID conflictsKristof Provost2024-05-221-0/+10
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-131-1/+0
* if_vlan: Always default to 802.1q.Dag-Erling Smørgrav2023-09-041-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* vlan: Respect IFCAP_LRO maskKevin Bowling2023-08-121-1/+1
* Revert "if_vlan: do not enable LRO for bridge interaces"Kristof Provost2023-08-121-15/+7
* if_vlan: do not enable LRO for bridge interacesPaul Vixie2023-08-111-7/+15
* 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