Age | Commit message (Expand) | Author |
2016-09-02 | Add switch(4) support to ifconfig | Kazuya Goda |
2016-08-31 | Rename ifconfig's setinstance() function to setrdomain(). Less confusing. | Stefan Sperling |
2016-08-19 | correct a rate test introduced in rev 1.326 | Jonathan Gray |
2016-08-15 | When running 'ifconfig scan' in hostap mode display the current Tx rate our | Stefan Sperling |
2016-08-03 | Fix typo, spotted by Holger Mikolon <holger@mikolon.com> | Vincent Gross |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-10 | Add the "llprio" field to struct ifnet, and the corresponding keyword | Vincent Gross |
2016-05-03 | Remove INET6 #ifdefs | Jeremie Courreges-Anglas |
2016-04-28 | Show 11n HT rate in ifconfig scan output. Needs a new kernel. | Stefan Sperling |
2016-04-18 | Print interface index after priority. | Martin Pieuchot |
2016-04-06 | move the parent and vnetid stuff around so it builds on ramdisks too. | David Gwynne |
2016-04-06 | move getting the vnetid out next to getting the ifparent | David Gwynne |
2016-03-02 | repair for ramdisk builds | Theo de Raadt |
2016-03-02 | provide generic ioctls for managing an interfaces parent | David Gwynne |
2016-01-13 | Make 'ifconfig $if mode' a valid subcommand that works independently of | Stefan Sperling |
2016-01-06 | correct format string. ok deraadt stsp | Ted Unangst |
2016-01-03 | Remove obsolete and undocumented "-carpdev" option, from Fabian Raetz. | Martin Pieuchot |
2016-01-01 | rmeove unused noprint variable | Joerg Jung |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-09 | Revert SIOCDIFADDR_IN6 fix. | Martin Pieuchot |
2015-12-06 | remove trailers option that was already obsolete when this code was imported. | Ted Unangst |
2015-12-06 | remove txpower option. only relevant to the now irrelevant wi driver. | Ted Unangst |
2015-11-25 | Put back 1.305 without breaking the hand rolled inet_net_pton(3) case | Martin Pieuchot |
2015-11-23 | Revert previous it introduces a regression found by krw@ | Martin Pieuchot |
2015-11-23 | Initialize SIOCDIFADDR{_IN6,} argument as intended. | Martin Pieuchot |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-23 | tweak the vnetid so it can be optional and therefore cleared/deleted. | David Gwynne |
2015-10-03 | IPv6 transport for pflow data. | Florian Obser |
2015-09-11 | In `ifconfig media` output, stop advertising media with fixed data | Stefan Sperling |
2015-09-11 | Fix ifconfig for ifmedia64. | Stefan Sperling |
2015-07-26 | remove unused variable | Charles Longeau |
2015-07-22 | process_mpw_commands should not go to install-media ifconfig | Theo de Raadt |
2015-07-21 | Teach ifconfig(8) about mpw(4) commands. | Rafael Zalamena |
2015-02-05 | implement "ifconfig <if> -inet", removing all inet addresses | Henning Brauer |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-09 | Change rssi passed to ifconfig(8) to a signed value to fix printing signal | Stuart Henderson |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2015-01-04 | Sort wireless nodes by signal strength, from Simon Nicolussi. | Martin Pieuchot |
2015-01-03 | move the list_cloners() prototype out of #ifndef SMALL | Jonathan Gray |
2015-01-01 | Enable 'ifconfig -C' (list dynamic interface types) on install | Kenneth R Westerback |
2014-11-14 | sort names for -C. ok reyk | Ted Unangst |
2014-11-14 | move the trunk related functions out of ifdef SMALL, to allow trunk on | Henning Brauer |
2014-07-12 | ewps, that giant table has -inet6 twice, for SMALL and !SMALL | Henning Brauer |
2014-07-11 | allow IFXF_AUTOCONF6 to be set and cleared. | Henning Brauer |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2014-06-23 | make "ifconfig <if> inet6 eui64" reset the NOINET6 flag | Henning Brauer |
2014-05-12 | Make ifconfig do something intelligent based on the required length of | Bob Beck |
2014-03-05 | fix a null test, from remco. | Ted Unangst |
2014-01-21 | allow pflow(4) to determine the src IP address based on the route | Sebastian Benoit |
2013-12-01 | Make ifconfig scan show the nwid, channel, and bssid for IBSS networks. | Stefan Sperling |