summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.c
AgeCommit message (Expand)Author
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-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-15Restore ability to use hostnames to configure ip addresses.Florian Obser
2018-08-12Add administrative options to LACP trunk implementation.ccardenas
2018-08-12Make ifconfig's -joinlist command work as advertised.Stefan Sperling
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-07-13Unused variables.Kenneth R Westerback
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-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-04-26Do not try getnetbyname(3) if gethostbyname(3) returns no result.Ingo Schwarze
2018-04-26Add a '-tunneldomain' ifconfig(8) option as shorthand for 'tunneldomain 0'akoshibe
2018-02-27handle "tunnels" without a destination addressDavid Gwynne
2018-02-23Add unsetrdomain() and option -rdomain to return an interface to routingakoshibe
2018-02-20Move getvnetflowid() out of #ifndef SMALL to unbreak 'make release'.Theo Buehler
2018-02-20add support for toggling partitioning a vnetid into a netid and flowidDavid Gwynne
2018-02-19add support for setting and displaying whether a tunnel allows fragmentationDavid Gwynne
2018-02-10ifconfig can be used to to set interface flag to not do RFC 7217.Florian Obser
2018-02-08when using tunnelttl, let -1 mean "copy the ttl from the inner traffic".David Gwynne
2018-02-08Add a new '-protected' option for bridge members.Martin Pieuchot
2018-02-02Make 'ifconfig if0 wpaakms 802.1x' implicitly enable WPA.Stefan Sperling
2018-01-16Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsipMartin Pieuchot
2018-01-09Stop printing <not displayed> for wireless keys we know the kernel noMartin Pieuchot
2017-11-17replace the deletetunnel option with -tunnelSebastian Benoit
2017-11-05ifconfig <if> giftunnel was deprecated in 2001, it's never too late toSebastian Benoit
2017-10-30Exit printing an error message if SIOCSIFMEDIA fails.Martin Pieuchot
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt