summaryrefslogtreecommitdiff
path: root/sbin/ifconfig
AgeCommit message (Expand)Author
2019-07-17 Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILTER).msaitoh
2019-07-17 KNF. No functional change.msaitoh
2019-07-08 Add "ifconfig [-]vlan-hwtagging" to enable/disable VLAN hardware taggingmsaitoh
2019-07-04Formatting nit.wiz
2019-07-04Add descr,description/-descr,-description commands to ifconfig(8) to handle a...ozaki-r
2019-06-30Add rcsidsevan
2019-04-22Suggested by Christos:msaitoh
2018-12-21 Add SIOCSETHERCAP. It's used to change ec_capenable.msaitoh
2018-11-15Fix the format of ifconfig linkstr; it takes an argumentozaki-r
2018-11-15ifconfig: add linkstr/-linkstr to the help messageozaki-r
2018-07-31Remove ISO & XNS references which are now long gone.sevan
2018-06-11Correct Undefined Behavior in ifconfig(8)kamil
2017-10-10user librumpreschristos
2017-05-02We don't need agr or l2tp when we are small.christos
2017-02-16New sentence, new line.wiz
2017-02-16add man for l2tp(4).knakahara
2017-02-16add l2tp(4) subcomands to ifconfig(8).knakahara
2017-02-08Cosmetic changes. No functional changes.rin
2017-02-08Factor out a common part in Makefile's of ifconfig and x_ifconfig.rin
2017-02-08Rename sbin/ifconfig/Makefile.inc to Makefile.common; the former canrin
2017-02-08Remove ifconfig hack on m68000. I've confirmed that the problem has alreadyrin
2017-01-18Fix typo: s/forwared/forwardedabhinav
2016-10-01Return to printing explicit "netmask 0x...." in the case that thekre
2016-10-01Modernise the output for the address to address/prefix insteadroy
2016-09-30Remove the alias keyword from ifconfig output as it serves no purpose.roy
2016-09-30ifaddrs has more data than just the address.roy
2016-09-22fix bugs in ssid printingchristos
2016-09-14Don't bail if SIOGIFMEDIA doesn't return any media lists because weroy
2016-09-13print address flag bits using snprintbchristos
2016-09-11Replace contractions & abbreviation.sevan
2016-03-07PR/50909: David Binderman: Optimize memsetchristos
2016-03-07PR/50909: David Binderman: Optimize memsetchristos
2016-02-29Consistently use estrlcpy for ifr.ifr_name here, not strncpy.riastradh
2016-01-07-W seconds will wait for the detached flag to clear on addresses onroy
2015-07-29Don't divide flags outputozaki-r
2015-05-19Fix rump.ifconfig shows host's interface names in link local addressesozaki-r
2015-05-12ioctl -> prog_ioctl as pointed out by pooka@roy
2015-05-02Report IN_IFF_TENTATIVE and friends.roy
2015-04-28remove 80211 stats if small.christos
2015-04-22Move the INET6 specific code for wait_dad_exec() into af_inet6roy
2015-01-20Display the IPv6 address flags autoconf and temporaryroy
2014-10-20Remove the ability for userland to toggle IN6_IFF_TENTATIVE.roy
2014-09-15Write about -vlanif in ifconfig.8ozaki-r
2014-09-15Add -vlanif to the help message of ifconfigozaki-r
2014-09-12Initialize timespec "end" for the benefit of some gcc versions gettingmartin
2014-09-11Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).roy
2014-01-19Rename link to link_pkw to avoid shadowing the link syscall.matt
2014-01-08perror is obsolete, use warn and add missing paren.christos
2014-01-07Before scanning, check if the card is up. If it is not the case, exitdegroote
2013-11-09Bring tunnel src_addr and dst_addr on the same linekefren