aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Indicate that this is a locally administered MAC address.Marcelo Araujo2016-09-271-1/+2
* Add an option called "random" that combined with "ether" can generate aMarcelo Araujo2016-09-162-12/+28
* ifconfig: fix wlan creation when unit number is not providedAndriy Voskoboinyk2016-06-081-0/+7
* Bump date on ifconfig(8) and vlan(4) to reflect the changes madeMarcelo Araujo2016-06-081-1/+1
* Add support to priority code point (PCP) that is an 3-bit fieldMarcelo Araujo2016-06-062-6/+54
* Address feedback from hrs@ re: r301059 (ifconfig subnet mask)Allan Jude2016-06-025-67/+31
* ifconfig(8) now supports some output formatting optionsAllan Jude2016-05-315-22/+250
* Add Documentation for missing ifconfig(8) flagsAllan Jude2016-05-291-0/+12
* ifconfig: set by default FCC regulatory domain for wireless interfaces.Andriy Voskoboinyk2016-05-261-0/+40
* Add an assertion to catch a potential underflow in an array indexDon Lewis2016-05-161-0/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-1610-39/+41
* ifconfig: fix check for 40 MHz channels while applying country/regdomain.Andriy Voskoboinyk2016-05-091-4/+0
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* Use macro MIN() from sys/param.h.Marcelo Araujo2016-04-271-2/+2
* [ifconfig] add STBC TX/RX configurationAdrian Chadd2016-04-261-1/+39
* ifconfig: prevent some improbable signed integer overflows.Pedro F. Giffuni2016-04-251-6/+6
* Add VHT power envelope parsing to ifconfig.Adrian Chadd2016-04-191-1/+36
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-192-7/+4
* User NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-2/+2
* MFHGlen Barber2016-04-161-1/+1
|\
| * Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* | MFHGlen Barber2016-04-042-26/+97
|\|
| * Add parsing for AP channel report IE.Adrian Chadd2016-03-181-3/+23
| * Remove duplicate LE_READ_4() definition.Adrian Chadd2016-03-181-8/+0
| * Decode VHTCAP, VHTINFO and BSSLOAD.Adrian Chadd2016-03-181-0/+62
| * Display the VHT IE names.Adrian Chadd2016-03-161-0/+3
| * Improve detection of extended QSFP diagnostics.Hans Petter Selasky2016-03-151-17/+11
* | MFHGlen Barber2016-03-141-0/+2
|\|
| * [net80211] handle unlisted information elements.Adrian Chadd2016-03-141-0/+2
* | MFHGlen Barber2016-03-101-0/+11
|\|
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | MFHGlen Barber2016-02-223-2/+24
|\|
| * ifconfig(8): can't use 'name' or 'description' when creating interface with a...Kristof Provost2016-02-203-2/+24
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Add an IOCTL rr_limit to let users fine tuning the number of packets to beMarcelo Araujo2016-01-231-0/+16
* Add SFF-8024 Extended Specification ComplianceAlexander V. Chernikov2015-12-281-4/+44
* Reduce overlinkingBaptiste Daroussin2015-12-241-1/+1
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+1
* Convert ifconfig to use lib80211.Adrian Chadd2015-11-304-864/+11
* [ifconfig] handle IBSS mediatype correctly.Adrian Chadd2015-11-261-0/+2
* Add sysctl to control LACP strict compliance defaultSteven Hartland2015-11-061-1/+16
* ifconfig: fix padding for '<ifname> scan' command outputAndriy Voskoboinyk2015-11-061-2/+2
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-6/+0
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-2715-59/+23
* Make ifconfig always exit with an error code if an important ioctl failsAllan Jude2015-09-161-9/+6
* - Remove GIF_{SEND,ACCEPT}_REVETHIP.Hiroki Sato2015-09-101-10/+3
* Make LAG LACP fast timeout tunable through IOCTL.Hiren Panchasara2015-08-122-1/+9
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0