| Commit message (Expand) | Author | Age | Files | Lines |
* | o replace special handling of clone operations by a clone callback | sam | 2006-07-09 | 1 | -23/+12 |
* | There is no IFF_POLLING flag anymore. | glebius | 2006-03-12 | 1 | -1/+1 |
* | Recognize new VLAN_HWCSUM flag. | glebius | 2006-01-30 | 1 | -1/+2 |
* | Do address assignment/removal operations after callbacks. | yar | 2006-01-30 | 1 | -7/+6 |
* | For the sake of consistency and easier typing, | yar | 2005-09-29 | 1 | -0/+1 |
* | Add a new flag '-k' to ifconfig(8), indicating that it is alright to | rwatson | 2005-07-14 | 1 | -1/+5 |
* | Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flags | yar | 2005-07-13 | 1 | -1/+1 |
* | guard against bogus address data | sam | 2005-05-20 | 1 | -1/+1 |
* | ISO C does not allow unnamed union members. | stefanf | 2005-04-08 | 1 | -5/+5 |
* | Fix typo in comment. | stefanf | 2005-04-08 | 1 | -1/+1 |
* | Fix special status reporting. Prior to the reorg there was | sam | 2004-12-31 | 1 | -7/+22 |
* | add a callback mechanism for code that wants to defer committing changes | sam | 2004-12-11 | 1 | -0/+30 |
* | Overhaul to cleanup some of the tangled logic that's grown over the years. | sam | 2004-12-08 | 1 | -1279/+332 |
* | Use a spare byte in struct if_data to store the structure size without | brooks | 2004-09-01 | 1 | -1/+4 |
* | Fix long standing mediaopt setting bugs seen on sparc64. Though | yongari | 2004-08-09 | 1 | -6/+12 |
* | Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag', | yar | 2004-07-26 | 1 | -0/+4 |
* | 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 |