summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2019-03-27comment out the optional "duration" argument to powersave:Jason McIntyre
2019-03-26note that powersave is disabled by default (i.e. no need to explicitlyJason McIntyre
2019-03-11sort the mpls options; ok dlgJason McIntyre
2019-03-11tweak previous;Jason McIntyre
2019-03-11fix the documentation for mpls interfacesDavid Gwynne
2019-03-11remove an extra ; on a lineDavid Gwynne
2019-02-26get rid of the mpw goopDavid Gwynne
2019-02-26implement support for pwe3 ioctlsDavid Gwynne
2019-02-20Tweak previous, use the same wording everywhereJeremie Courreges-Anglas
2019-02-20avoid abbreviation "AF" when "address family" fits on the line; noted by Alfr...Theo de Raadt
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-01-23Nuke unused variable.Kenneth R Westerback
2019-01-19properly error out instead of only printing a warning when some join commandsPeter Hessler
2019-01-18let users automatically use join to connect to any open wifi network.Peter Hessler
2019-01-17do not allow users to specify "join" or "nwid" twice on the same ifconfig callPeter Hessler
2018-11-29handle tunnel ecn configuration and reporting.David Gwynne
2018-11-25print more details about the join'd networks we have saved when a user runsPeter Hessler
2018-11-25merge the wpa related settings, instead of overriding themPeter Hessler
2018-11-20when printing essids return the number of chars we printed, like printfPeter Hessler
2018-11-16sort previous;Jason McIntyre
2018-11-16vlan uses txprio tooDavid Gwynne
2018-11-16document txprioDavid Gwynne
2018-11-16gre has a few siblings nowDavid Gwynne
2018-11-14Warn on deprecated 'vlan' and 'vlandev' option usagekn
2018-11-12add support for txprio settings on interfacesDavid Gwynne
2018-11-10Fix vnetid rangekn
2018-10-15The struct members addr and dstaddr in struct if_laddrreq are structFlorian Obser
2018-09-30deny non-contiguous netmaskdenis
2018-09-09convert the things we save in 'join' into a single ioctl. mixing relatedPeter Hessler
2018-09-08Enforce that "join" and "nwid" may not be used at the same time.Peter Hessler
2018-08-29Better description for inet6 eui64, plus consistency tweaksJeremie Courreges-Anglas
2018-08-15Restore ability to use hostnames to configure ip addresses.Florian Obser
2018-08-13consistent macros;Jason McIntyre
2018-08-12Add administrative options to LACP trunk implementation.ccardenas
2018-08-12Make ifconfig's -joinlist command work as advertised.Stefan Sperling
2018-08-12add missing markup;Jason McIntyre
2018-08-11Fix problems ofthe ifconfig argument parser with "ifconfig <if> join".Sebastian Benoit
2018-08-08ifconfig cannot be pledged because of its overwhelming amount ofFlorian Obser
2018-08-08tabs are ok at start of line, but internally space seperation is the normTheo de Raadt
2018-08-06make ifconfig <if> join display the list of networks configured forSebastian Benoit
2018-08-03document that wpakey needs a preceeding nwid OR join specificationAlexander Hall
2018-07-19i found a nicer way to describe -join;Jason McIntyre
2018-07-13Use "rtable" not "tableid" as argument name for rtablekn
2018-07-13Unused variables.Kenneth R Westerback
2018-07-13- differentiate between join and nwidJason McIntyre
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-05-28Remove unused <sys/param.h>kn
2018-05-12Make LACP_STATE_BITS accessible to userlandccardenas
2018-05-05document unit value for pltime and vltime;Jason McIntyre
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti