summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.c
AgeCommit message (Expand)Author
2017-05-31fold the vnetid and parent lines into a single encap line.David Gwynne
2017-03-21Replace a magic number with the corresponding macro from ieee80211_ioctl.h.Stefan Sperling
2017-03-12Make ifconfig scan display both wpa1 and wpa2 if both are supported.Stefan Sperling
2017-03-11Make 'ifconfig scan' display AP encryption correctly if WEP is configuredStefan Sperling
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-25gcc says "if you define labels and don't use them, I will whine."Kenneth R Westerback
2016-12-20Make 'ifconfig if0 wpa' and 'ifconfig if0 -wpa' reset WPA params (does notStefan Sperling
2016-12-13make setting and getting tunnel addresses wrt to ipv6 scope handling.David Gwynne
2016-11-10The simple UTF-16 decode routine stopped too early due to wrong calculationGerhard Roth
2016-11-08- Declare usage() as __dead void (remaining prototypes are not declared asRicardo Mestre
2016-10-17Use strtoull() to read the datapath id and expect "datapath" instead ofRafael Zalamena
2016-09-03Add support for a multipoint-to-multipoint mode in vxlan(4). In thisReyk Floeter
2016-09-02Add switch(4) support to ifconfigKazuya Goda
2016-08-31Rename ifconfig's setinstance() function to setrdomain(). Less confusing.Stefan Sperling
2016-08-19correct a rate test introduced in rev 1.326Jonathan Gray
2016-08-15When running 'ifconfig scan' in hostap mode display the current Tx rate ourStefan Sperling
2016-08-03Fix typo, spotted by Holger Mikolon <holger@mikolon.com>Vincent Gross
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
2016-06-10Add the "llprio" field to struct ifnet, and the corresponding keywordVincent Gross
2016-05-03Remove INET6 #ifdefsJeremie Courreges-Anglas
2016-04-28Show 11n HT rate in ifconfig scan output. Needs a new kernel.Stefan Sperling
2016-04-18Print interface index after priority.Martin Pieuchot
2016-04-06move the parent and vnetid stuff around so it builds on ramdisks too.David Gwynne
2016-04-06move getting the vnetid out next to getting the ifparentDavid Gwynne
2016-03-02repair for ramdisk buildsTheo de Raadt
2016-03-02provide generic ioctls for managing an interfaces parentDavid Gwynne
2016-01-13Make 'ifconfig $if mode' a valid subcommand that works independently ofStefan Sperling
2016-01-06correct format string. ok deraadt stspTed Unangst
2016-01-03Remove obsolete and undocumented "-carpdev" option, from Fabian Raetz.Martin Pieuchot
2016-01-01rmeove unused noprint variableJoerg Jung
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-12-09Revert SIOCDIFADDR_IN6 fix.Martin Pieuchot
2015-12-06remove trailers option that was already obsolete when this code was imported.Ted Unangst
2015-12-06remove txpower option. only relevant to the now irrelevant wi driver.Ted Unangst
2015-11-25Put back 1.305 without breaking the hand rolled inet_net_pton(3) caseMartin Pieuchot
2015-11-23Revert previous it introduces a regression found by krw@Martin Pieuchot
2015-11-23Initialize SIOCDIFADDR{_IN6,} argument as intended.Martin Pieuchot
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-23tweak the vnetid so it can be optional and therefore cleared/deleted.David Gwynne
2015-10-03IPv6 transport for pflow data.Florian Obser
2015-09-11In `ifconfig media` output, stop advertising media with fixed dataStefan Sperling
2015-09-11Fix ifconfig for ifmedia64.Stefan Sperling
2015-07-26remove unused variableCharles Longeau
2015-07-22process_mpw_commands should not go to install-media ifconfigTheo de Raadt
2015-07-21Teach ifconfig(8) about mpw(4) commands.Rafael Zalamena
2015-02-05implement "ifconfig <if> -inet", removing all inet addressesHenning Brauer
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-09Change rssi passed to ifconfig(8) to a signed value to fix printing signalStuart Henderson
2015-01-06Remove the NOINET6 interface flag, a left-over from the times when IPv6Stefan Sperling
2015-01-04Sort wireless nodes by signal strength, from Simon Nicolussi.Martin Pieuchot