summaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.c
AgeCommit message (Expand)Author
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
2017-08-29Don't use isset() from sys/param.h in ifconfig. Requested by deraadtStefan Sperling
2017-08-01use AI_NUMERICHOST for getaddrinfo(), we can only configure ipSebastian Benoit
2017-06-25Make ifconfig(8) default to prefixlen 128 when setting an IPv6 destinationStefan Sperling
2017-06-08remove the timeslot code, it was only for now deleted T1 devices.Ted Unangst
2017-06-06make vnetid and parent commands available in SMALL ifconfigs.David Gwynne
2017-06-05remove vlan(4) specific output handlingDavid Gwynne
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