summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2016-09-09fix pastoJasper Lievisse Adriaanse
2016-09-04switch tweaks;Jason McIntyre
2016-09-04Add SWITCH section for switch(4).YASUOKA Masahiko
2016-09-03fix format string and remove unused variablesCharles Longeau
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-14llprio now affects pppoe(4) control frames as well as arp(4) and bpf(4) writes.Stuart Henderson
2016-06-10Add the "llprio" field to struct ifnet, and the corresponding keywordVincent Gross
2016-05-08Do not print MPSAFE when the corresponding bit is set on the interfaceMartin Pieuchot
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
2016-04-06move the parent and vnetid stuff around so it builds on ramdisks too.David Gwynne
2016-04-06document autoconfprivacy being the defaultJonathan Gray
2016-04-06move getting the vnetid out next to getting the ifparentDavid Gwynne
2016-03-02repair for ramdisk buildsTheo de Raadt
2016-03-02provide generic ioctls for managing an interfaces parentDavid Gwynne
2016-02-28Add a missing Ns macroTim van der Molen
2016-01-13Make 'ifconfig $if mode' a valid subcommand that works independently ofStefan Sperling
2016-01-07sync displayed interface flags to realityMike Belopuhov
2016-01-06correct format string. ok deraadt stspTed Unangst
2016-01-03Remove obsolete and undocumented "-carpdev" option, from Fabian Raetz.Martin Pieuchot
2016-01-01rmeove unused noprint variableJoerg Jung
2015-12-10Remove NULL-checks before free(). ok tb@mmcc
2015-12-09Revert SIOCDIFADDR_IN6 fix.Martin Pieuchot
2015-12-06remove trailers option that was already obsolete when this code was imported.Ted Unangst
2015-12-06remove txpower option. only relevant to the now irrelevant wi driver.Ted Unangst
2015-12-03Document etherip(4) as another tunnel interface.Stuart Henderson
2015-11-25Put back 1.305 without breaking the hand rolled inet_net_pton(3) caseMartin Pieuchot
2015-11-23Revert previous it introduces a regression found by krw@Martin Pieuchot
2015-11-23Initialize SIOCDIFADDR{_IN6,} argument as intended.Martin Pieuchot
2015-10-26Sync "ifconfig create" interface list with ifconfig -C output.Jonathan Gray
2015-10-24various clean up;Jason McIntyre
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24Add pair(4), a vether-based virtual Ethernet driver to interconnectReyk Floeter
2015-10-24normalise TUNNEL synopsis; ok dlgJason McIntyre
2015-10-23tweak the vnetid so it can be optional and therefore cleared/deleted.David Gwynne
2015-10-06fix flowsrc spec, ok florian, thx ingo!Sebastian Benoit
2015-10-03IPv6 transport for pflow data.Florian Obser
2015-09-11In `ifconfig media` output, stop advertising media with fixed dataStefan Sperling
2015-09-11Fix ifconfig for ifmedia64.Stefan Sperling
2015-07-31Document acceptable values for "carpdemote", from Julien Dhaille.Martin Pieuchot
2015-07-26remove unused variableCharles Longeau
2015-07-25Teach ifconfig(8) man page about the mpw(4) commands.Rafael Zalamena
2015-07-22process_mpw_commands should not go to install-media ifconfigTheo de Raadt