| Commit message (Expand) | Author | Age | Files | Lines |
* | For both ifconfig and route if we didn't get enough memory from the | ambrisko | 2004-04-30 | 1 | -2/+10 |
* | Replace ROUNDUP/ADVANCE with SA_SIZE | luigi | 2004-04-13 | 1 | -5/+1 |
* | Added the new interface capability option for drivers that implement | ru | 2004-04-11 | 1 | -1/+3 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | add support for setting 802.11 rtsthreshold, transmit power, | sam | 2004-03-30 | 1 | -0/+3 |
* | The print mask's first part is the base, not the total number of bit | ru | 2004-03-12 | 1 | -1/+1 |
* | Show the polling(4) flag on the interface. | ru | 2004-03-12 | 1 | -1/+1 |
* | Fixed a misspelling of 0 as NULL. | bde | 2004-03-10 | 1 | -1/+1 |
* | Look for both name and if_<name> strings in module metadata. Pseudo-devices | kan | 2004-02-27 | 1 | -1/+2 |
* | Add ifconfig support for network interface renaming. In the process, | brooks | 2004-02-04 | 1 | -2/+42 |
* | Use memcpy plus a manual NUL termination when copying the interface name | brooks | 2004-01-31 | 1 | -3/+5 |
* | Use IFNAMSIZ instead of a magic value for the length of an interface | brooks | 2004-01-27 | 1 | -3/+4 |
* | Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff) | peter | 2003-10-26 | 1 | -2/+2 |
* | By popular demand, added the "static ARP" per-interface option. | ru | 2003-10-01 | 1 | -1/+3 |
* | add a "mode" directive to specify the operating mode for multi-mode devices; | sam | 2003-04-28 | 1 | -0/+1 |
* | Don't abuse module names to facilitate ifconfig module loading; | mdodd | 2003-04-15 | 1 | -1/+1 |
* | Kill #ifdef NS code | peter | 2003-03-05 | 1 | -72/+0 |
* | Add missing #if USE_IF_MEDIA/#endif. | mdodd | 2003-01-23 | 1 | -1/+4 |
* | fix link_status() in non-Ethernet case | fjoe | 2003-01-22 | 1 | -4/+6 |
* | o display new interface capability bits | sam | 2002-11-15 | 1 | -1/+1 |
* | Report the MONITOR bit. | phk | 2002-10-24 | 1 | -1/+1 |
* | Rename ifconfig's "mac" argument to "maclabel" to prevent confusion | rwatson | 2002-10-23 | 1 | -4/+4 |
* | Teach ifconfig(8) how to print and set the MAC labels on network | rwatson | 2002-10-23 | 1 | -0/+10 |
* | Don't crash when the user feeds us nonesense in the form: | dd | 2002-10-02 | 1 | -3/+4 |
* | Add the "Monitor" interface flag. | phk | 2002-09-27 | 1 | -0/+2 |
* | Implement user-setable promiscuous mode (a new `promisc' flag for ifconfig(8)). | sobomax | 2002-08-19 | 1 | -1/+3 |
* | Fix last-minute typo which breaks the world. | sobomax | 2002-08-19 | 1 | -1/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -2/+3 |
* | Add eui64 option which fills interface index (lowermost 64bit of | ume | 2002-06-15 | 1 | -0/+37 |
* | De-__P, use ansi function definitions | imp | 2002-04-18 | 1 | -196/+83 |
* | Turn "ether" address family into a generic "link" family | ru | 2002-03-27 | 1 | -54/+37 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -11/+11 |
* | MTU and metric are available with NET_RT_IFLIST. | ru | 2001-12-03 | 1 | -22/+4 |
* | When specifying an interface to ifconfig, first look up the interface | jlemon | 2001-10-17 | 1 | -25/+11 |
* | Split hwcsum into rxcsum and txcsum components. | jlemon | 2001-09-18 | 1 | -3/+5 |
* | Teach ifconfig about the new interface capability words. | jlemon | 2001-09-18 | 1 | -1/+43 |
* | Actuall make plumb work in addition to create as per the manpage. | brooks | 2001-08-17 | 1 | -1/+2 |
* | ifconfig if0 netmask xxx.xxx.xxx.0 didn't change the netmask. | ume | 2001-07-26 | 1 | -1/+3 |
* | Dike out the IPX bits if RELEASE_CRUNCH is defined. | obrien | 2001-07-21 | 1 | -2/+17 |
* | Support network device cloning via create and destroy options. | brooks | 2001-07-02 | 1 | -12/+133 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -12/+219 |
* | When using interfaces that support if_media, the supported media list is | phk | 2001-05-29 | 1 | -6/+8 |
* | Currently, each wireless networking driver has it's own control program | phk | 2001-05-26 | 1 | -0/+26 |
* | Implement slash/CIDR notation for IPv4 and IPv6 addresses. | jesper | 2001-05-04 | 1 | -0/+29 |
* | if no address is setted, do not call ioctl(SIOCAIFADDR) | ume | 2001-02-21 | 1 | -1/+1 |
* | Add missing && which absense stops 'make world' | ache | 2000-11-30 | 1 | -1/+1 |
* | remove an undefined reference when no VLAN support is compiled in. | luigi | 2000-11-30 | 1 | -1/+5 |
* | Add missing initialization for IPv6 address lifetime. | ume | 2000-11-27 | 1 | -1/+35 |
* | Show the actual command line usage in the man page and usage error string. | archie | 2000-07-19 | 1 | -4/+6 |
* | Make "ifconfig" with no arguments equivalent to "ifconfig -a". | archie | 2000-07-18 | 1 | -0/+4 |