summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* o display new interface capability bitssam2002-11-151-1/+1
* Report the MONITOR bit.phk2002-10-241-1/+1
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionrwatson2002-10-231-4/+4
* Teach ifconfig(8) how to print and set the MAC labels on networkrwatson2002-10-231-0/+10
* Don't crash when the user feeds us nonesense in the form:dd2002-10-021-3/+4
* Add the "Monitor" interface flag.phk2002-09-271-0/+2
* Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)).sobomax2002-08-191-1/+3
* Fix last-minute typo which breaks the world.sobomax2002-08-191-1/+1
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-2/+3
* Add eui64 option which fills interface index (lowermost 64bit ofume2002-06-151-0/+37
* De-__P, use ansi function definitionsimp2002-04-181-196/+83
* Turn "ether" address family into a generic "link" familyru2002-03-271-54/+37
* Remove 'register' keyword.obrien2002-03-201-11/+11
* MTU and metric are available with NET_RT_IFLIST.ru2001-12-031-22/+4
* When specifying an interface to ifconfig, first look up the interfacejlemon2001-10-171-25/+11
* Split hwcsum into rxcsum and txcsum components.jlemon2001-09-181-3/+5
* Teach ifconfig about the new interface capability words.jlemon2001-09-181-1/+43
* Actuall make plumb work in addition to create as per the manpage.brooks2001-08-171-1/+2
* ifconfig if0 netmask xxx.xxx.xxx.0 didn't change the netmask.ume2001-07-261-1/+3
* Dike out the IPX bits if RELEASE_CRUNCH is defined.obrien2001-07-211-2/+17
* Support network device cloning via create and destroy options.brooks2001-07-021-12/+133
* Sync with recent KAME.ume2001-06-111-12/+219
* When using interfaces that support if_media, the supported media list isphk2001-05-291-6/+8
* Currently, each wireless networking driver has it's own control programphk2001-05-261-0/+26
* Implement slash/CIDR notation for IPv4 and IPv6 addresses.jesper2001-05-041-0/+29
* if no address is setted, do not call ioctl(SIOCAIFADDR)ume2001-02-211-1/+1
* Add missing && which absense stops 'make world'ache2000-11-301-1/+1
* remove an undefined reference when no VLAN support is compiled in.luigi2000-11-301-1/+5
* Add missing initialization for IPv6 address lifetime.ume2000-11-271-1/+35
* Show the actual command line usage in the man page and usage error string.archie2000-07-191-4/+6
* Make "ifconfig" with no arguments equivalent to "ifconfig -a".archie2000-07-181-0/+4
* Add support to the 'ether' address family to support setting of addresses.jhb2000-07-121-23/+28
* Implement SIOCSIFLLADDR, which allows you to change the link-levelwpaul2000-06-161-1/+26
* Purely cosmetic tweak, use consistant whitespace with scopeid.peter2000-03-061-1/+1
* Print scope id for scoped addrs.shin2000-02-281-0/+4
* Introduce ``add'' and ``remove'' as alternatives to ``alias'' and ``delete''.rwatson2000-02-261-0/+2
* Support IPv6 scoped addr in ifconfig and routeshin2000-02-101-7/+57
* - do not dereference a null pointer.ru1999-12-291-2/+10
* Spelling correction (adress -> address)billf1999-12-161-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-8/+306
* If we don't appear to have a module loaded supporting the interfacemsmith1999-09-201-0/+44
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Move the IFSTATUS stuff after the address listing.phk1999-06-191-5/+5
* Add a new interface ioctl, to return "aux status".phk1999-06-191-1/+6
* Introduce IFF_SMART bit.phk1999-06-061-2/+2
* Grrr... botched remote commit. Let's try this again: vlan updates,wpaul1999-03-151-7/+34
* unifdef -UISOphk1998-08-071-119/+1
* ioctl() request args are unsigned longs, so don't attempt to storebde1998-07-061-3/+3
* Update man page to allow adding address_family when -l is used (this is a no opcharnier1998-07-061-34/+21
* Make 'ifconfig -l ether' only list Ethernet interfaces. This iseivind1998-03-191-5/+9
OpenPOWER on IntegriCloud