aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add network device event for priority code point, PCP, changes.Hans Petter Selasky2018-04-261-0/+2
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* Improve copy-and-pasted versions of SIOCGIFADDR.Brooks Davis2018-03-271-6/+2
* Allow to specify PCP on packets not belonging to any VLAN.Konstantin Belousov2018-03-271-74/+5
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* net*: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* Allow vlan interfaces to rx through netmap(4).Matt Joras2017-09-131-1/+1
* Rework vlan(4) locking.Matt Joras2017-08-151-176/+348
* Add parent interface reference counting to if_vlan.Alexander Motin2017-05-231-14/+26
* Propagate IFCAP_LRO from trunk to vlan interface.Alexander Motin2017-04-291-0/+10
* Allow some control over enabled capabilities for if_vlan.Alexander Motin2017-04-281-21/+47
* Inherit IPv6 checksum offloading flags to vlan interfaces.Andrey V. Elsukov2017-04-111-3/+6
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+33
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+1
* Add support to priority code point (PCP) that is an 3-bit fieldMarcelo Araujo2016-06-061-9/+98
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Move iflladdr_event eventhandler invocation to if_setlladdr.Alexander V. Chernikov2015-11-141-5/+2