aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.h
Commit message (Expand)AuthorAgeFilesLines
* ifconfig(8): can't use 'name' or 'description' when creating interface with a...Kristof Provost2016-02-201-0/+1
* Add DEF_CLONE_CMD_ARG2Bryan Venteicher2014-09-141-0/+1
* Add support for reading i2c SFP/SFP+ data from NIC driver andAlexander V. Chernikov2014-08-161-0/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-0/+3
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-6/+6
* Replace clone_setcallback() with a new function clone_setdefcallback()Rui Paulo2009-02-271-1/+1
* Fix handling of create operation together with setting other parameters:Sam Leffler2008-03-311-0/+3
* Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion ofRobert Watson2007-06-131-1/+0
* Update for revised 802.11 support:Sam Leffler2007-06-111-0/+6
* use getifaddrs from libc instead of private codeSam Leffler2007-02-241-4/+3
* o replace special handling of clone operations by a clone callbackSam Leffler2006-07-091-2/+2
* Add a new flag '-k' to ifconfig(8), indicating that it is alright toRobert Watson2005-07-141-0/+1
* ISO C does not allow unnamed union members.Stefan Farfeleder2005-04-081-1/+1
* Fix special status reporting. Prior to the reorg there wasSam Leffler2004-12-311-1/+10
* add a callback mechanism for code that wants to defer committing changesSam Leffler2004-12-111-0/+3
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-081-33/+91
* add support for setting 802.11 rtsthreshold, transmit power,Sam Leffler2004-03-301-0/+3
* Use IFNAMSIZ instead of a magic value for the length of an interfaceBrooks Davis2004-01-271-1/+1
* add a "mode" directive to specify the operating mode for multi-mode devices;Sam Leffler2003-04-281-0/+1
* Rename ifconfig's "mac" argument to "maclabel" to prevent confusionRobert Watson2002-10-231-2/+2
* Teach ifconfig(8) how to print and set the MAC labels on networkRobert Watson2002-10-231-0/+2
* When using interfaces that support if_media, the supported media list isPoul-Henning Kamp2001-05-291-0/+1
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Grrr... botched remote commit. Let's try this again: vlan updates,Bill Paul1999-03-151-1/+6
* Clean up some more. Move parsing of sysctl iflist data into a singlePeter Wemm1997-05-101-2/+2
* Grumble.. My last patchup here didn't quite work either. I hate thisPeter Wemm1997-05-101-4/+5
* Commit hooks for ifmedia support. It's optional in the Makefile, andPeter Wemm1997-05-041-0/+45