summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Make ifconfig ifN -vnet <jname|jid> actually work:bz2009-07-261-7/+20
* Add the "vnet" and "-vnet" options, to allow moving interfaces betweenjamie2009-06-241-0/+31
* - Use size_t instead of int when appropriate;delphij2009-06-231-1/+1
* ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,rwatson2009-04-181-1/+1
* Default to AF_LOCAL instead of AF_INET sockets for non-family-specificjamie2009-03-151-10/+12
* use correct interface name when setting flags; fixes ifconfig ... create ... upsam2009-01-141-2/+2
* Distinguish between cmd/parameters used for clone operations andsam2008-09-291-33/+43
* Add support in ifconfig to control the vlan hardware filter feature.jfv2008-08-281-1/+2
* Move the grekey to its own file, ifconfig.c does not have interface specificthompsa2008-08-031-20/+0
* Add support for the optional key in the GRE header.thompsa2008-06-201-0/+20
* Fix handling of create operation together with setting other parameters:sam2008-03-311-5/+35
* Wake On Lan (WOL) infrastructuresam2007-12-101-1/+9
* Fix the module name matching to the drivers present in the kernel. Previouslythompsa2007-10-041-7/+14
* Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion ofrwatson2007-06-131-2/+0
* Add reporting and toggling of TCP LRO (large receive offload) support toandre2007-06-111-1/+3
* Add the -n flag for disabling automatic module loading, this will be used bythompsa2007-05-221-2/+10
* Back out rev. 1.129 because it breaks the practice of auto-loadingyar2007-03-241-1/+3
* Attempt to load the kernel module only if we are going to create ayar2007-03-121-3/+1
* o consistently check strlcpy resultsam2007-02-271-2/+10
* correct type to silence const complaintsam2007-02-271-1/+2
* unbreak create operation, must copy argument to global namesam2007-02-271-0/+1
* use getifaddrs from libc instead of private codesam2007-02-241-147/+75
* Fix an off-by-one which could mean writing beyond the end of the arraybz2006-12-291-2/+2
* In setifcap() only set/unset those capabilities the interface actuallyandre2006-09-201-0/+1
* Fix octal representation of TSO4 and TSO6 bits in interface capabilitiesandre2006-09-081-1/+1
* Make TSO (TCP segmentation offload) capabilities visible and accessible withandre2006-09-061-1/+3
* o replace special handling of clone operations by a clone callbacksam2006-07-091-23/+12
* There is no IFF_POLLING flag anymore.glebius2006-03-121-1/+1
* Recognize new VLAN_HWCSUM flag.glebius2006-01-301-1/+2
* Do address assignment/removal operations after callbacks.yar2006-01-301-7/+6
* For the sake of consistency and easier typing,yar2005-09-291-0/+1
* Add a new flag '-k' to ifconfig(8), indicating that it is alright torwatson2005-07-141-1/+5
* Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flagsyar2005-07-131-1/+1
* guard against bogus address datasam2005-05-201-1/+1
* ISO C does not allow unnamed union members.stefanf2005-04-081-5/+5
* Fix typo in comment.stefanf2005-04-081-1/+1
* Fix special status reporting. Prior to the reorg there wassam2004-12-311-7/+22
* add a callback mechanism for code that wants to defer committing changessam2004-12-111-0/+30
* Overhaul to cleanup some of the tangled logic that's grown over the years.sam2004-12-081-1279/+332
* Use a spare byte in struct if_data to store the structure size withoutbrooks2004-09-011-1/+4
* Fix long standing mediaopt setting bugs seen on sparc64. Thoughyongari2004-08-091-6/+12
* Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag',yar2004-07-261-0/+4
* For both ifconfig and route if we didn't get enough memory from theambrisko2004-04-301-2/+10
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-5/+1
* Added the new interface capability option for drivers that implementru2004-04-111-1/+3
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* add support for setting 802.11 rtsthreshold, transmit power,sam2004-03-301-0/+3
* The print mask's first part is the base, not the total number of bitru2004-03-121-1/+1
* Show the polling(4) flag on the interface.ru2004-03-121-1/+1
* Fixed a misspelling of 0 as NULL.bde2004-03-101-1/+1
OpenPOWER on IntegriCloud