aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifvlan.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Add support to priority code point (PCP) that is an 3-bit fieldMarcelo Araujo2016-06-061-6/+31
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-3/+1
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksumBjoern A. Zeeb2011-12-171-0/+2
* Add TSO support on VLAN in fconfig(8).Pyun YongHyeon2010-02-201-0/+2
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-1/+1
* Replace clone_setcallback() with a new function clone_setdefcallback()Rui Paulo2009-02-271-4/+1
* back out unintended changeSam Leffler2008-12-151-30/+13
* o distinguish between adhoc and ahdemo modesSam Leffler2008-12-151-13/+30
* add duplicate cmd entries for vlan and vlandev that are marked !cloneSam Leffler2008-10-021-0/+3
* Add support in ifconfig to control the vlan hardware filter feature.Jack F Vogel2008-08-281-0/+2
* Fix handling of create operation together with setting other parameters:Sam Leffler2008-03-311-2/+2
* o replace special handling of clone operations by a clone callbackSam Leffler2006-07-091-54/+78
* Revert to setting vlan and vlandev parametes synchronously, as soonYaroslav Tykhiy2006-03-091-0/+9
* Eliminate some unneeded code bits.Yaroslav Tykhiy2005-10-061-10/+7
* Use a callback to set up a vlan interface so that "vlan"Yaroslav Tykhiy2005-10-041-37/+31
* Deprecate the useless argument to -vlandev.Yaroslav Tykhiy2005-09-291-1/+5
* Fix special status reporting. Prior to the reorg there wasSam Leffler2004-12-311-2/+2
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-081-5/+32
* De-__P, use ansi function definitionsWarner Losh2002-04-181-15/+8
* o Reduce userland inclusion of kernel headers -- remove unneeded includeRobert Watson2001-09-241-1/+0
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Grrr... botched remote commit. Let's try this again: vlan updates,Bill Paul1999-03-151-0/+156