aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-2/+6
* Add a place for a driver to report rx timestamps in nanoseconds fromKonstantin Belousov2017-11-071-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* | Add missing parenthesis on error messageRenato Botelho2017-08-081-1/+1
* | Selectively print "hwaddr" from ifconfig(8).Matt Joras2017-08-041-1/+9
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Persistently store NIC's hardware MAC address, and add a way to retrive itRavi Pokala2017-05-101-1/+44
* Unbreak ifconfig for mlx4en(4) after r317755Alan Somers2017-05-031-3/+5
* Various Coverity fixes in ifconfig(8)Alan Somers2017-05-035-38/+32
* ifconfig displays ND6_IFF_NO_DAD as "IGNORELOOP"Alan Somers2017-05-031-2/+1
* Fix a comment that's been wrong ever since this file was imported in 1997Alan Somers2017-05-011-1/+1
* Document in ifconfig(8) that gre(4) accepts tunnel commandsMark Felder2017-04-291-3/+20
* [ifconfig] add some comments around missing net80211 VHT configuration.Adrian Chadd2017-03-311-0/+6
* The .Cm macro usage fixed.Maxim Konovalov2017-03-211-3/+3
* Renumber copyright clause 4Warner Losh2017-02-286-6/+6
* [ifconfig] handle illegal WPS framesAdrian Chadd2017-02-231-0/+8
* [ifconfig] fix a memory leak!Adrian Chadd2017-02-201-1/+1
* [ifconfig] fix a memory leak.Adrian Chadd2017-02-201-0/+1
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-201-6/+23
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-062-0/+102
* [net80211] fix quiet_duration parameter to match what is provided in the manp...Adrian Chadd2017-02-041-6/+6
* net80211: allow to configure LDPC supportAndriy Voskoboinyk2017-01-211-0/+38
* ifconfig(8): fix '-stbc' parameter name.Andriy Voskoboinyk2017-01-201-1/+1
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-182-2/+6
* [ifconfig] add initial VHT (802.11ac) configuration and channel support to if...Adrian Chadd2017-01-071-4/+223
* ifconfig: do not truncate SSID in verbose mode.Andriy Voskoboinyk2016-12-141-1/+1
* [ifconfig] remove now duplicate IEEE80211_C_BITS definition; it's now in _iee...Adrian Chadd2016-11-181-6/+0
* Remove MATCHOUI macro, unused since r197980.Gavin Atkinson2016-11-011-6/+0
* Fix spurious white space introduced in r301059Allan Jude2016-10-092-2/+2
* [ifconfig] correctly display RSSI.Adrian Chadd2016-10-081-2/+2
* 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