Age | Commit message (Expand) | Author |
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-12-03 | ifconfig $if inet6 autoconf sends periodic router solicitations. | Florian Obser |
2014-12-03 | rtsol is gone | Florian Obser |
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-10-01 | Remove some sl(4) references. | Martin Pieuchot |
2014-09-20 | provide a hint for enabling jumbo frames, since we removed it from the | Jason McIntyre |
2014-07-12 | ewps, that giant table has -inet6 twice, for SMALL and !SMALL | Henning Brauer |
2014-07-12 | tweak previous; | Jason McIntyre |
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-07-02 | From: Gregor Best | Jason McIntyre |
2014-06-23 | first attempt at documenting NOINET6 by default and eui64 turning it on again | Henning Brauer |
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-04-22 | for consistency's sake, use the terminology from the 802.1Q standard | Henning Brauer |
2014-03-05 | fix a null test, from remco. | Ted Unangst |
2014-02-26 | Try to reduce the confusion about rdomain vs rtable. More is needed but | Claudio Jeker |
2014-01-21 | allow pflow(4) to determine the src IP address based on the route | Sebastian Benoit |
2014-01-19 | Fix macro usage: ifconfig is .Nm, not .Cm. | Ingo Schwarze |
2013-12-01 | Make ifconfig scan show the nwid, channel, and bssid for IBSS networks. | Stefan Sperling |
2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. | Theo de Raadt |
2013-11-21 | Make the bit string unsigned char * in printb() and printb_status(). | Todd C. Miller |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt |
2013-11-05 | Fix ifconfig with IPv6 tunnel addresses which was broken by the | Alexander Bluhm |
2013-10-28 | use %d instead of %i in a few fprintf for clarity | Theo de Raadt |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-10-13 | whitespace | Reyk Floeter |
2013-10-13 | Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names. | Reyk Floeter |
2013-10-13 | tweak previous; | Jason McIntyre |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter |
2013-10-09 | Change "physical address" to "tunnel:" in ifconfig's tunnel address | Reyk Floeter |
2013-09-13 | pflow(4) does not work without flowsrc set. | Florian Obser |
2013-08-19 | Add missing util.h | David Coppa |
2013-08-16 | Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS. | Martin Pieuchot |
2013-07-16 | Make sure the ioctl(2) has been processed by sppp(4) before printing | Martin Pieuchot |
2013-07-10 | Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls | Martin Pieuchot |
2013-07-02 | Long passwords could not be replaced completely with shorter | Alexander Bluhm |
2013-05-31 | Correct the range checks in ifconfig properly for vhid, advbase and advskew. | YASUOKA Masahiko |
2013-04-25 | fix format string; found while scaning the tree for time_t/ino_t problems; | Otto Moerbeek |
2013-04-19 | remove comment about "make gcc happy" for variables which WERE being | Theo de Raadt |
2013-04-03 | handle larger time_t types; toss some unused code | Theo de Raadt |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-05 | 802.1x enterprise is actually supported but requires external software, so | Stuart Henderson |
2013-02-06 | add pppx(4) interfaces to the "pppx" interface group, as done for various | Stuart Henderson |
2012-12-22 | Return EEXIST to 'add' when a port is already a bridge member. This makes | Camiel Dobbelaar |
2012-12-04 | add group support back (for the ramdisk version) | Theo de Raadt |