aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Address feedback from hrs@ re: r301059 (ifconfig subnet mask)Allan Jude2016-06-021-6/+2
* ifconfig(8) now supports some output formatting optionsAllan Jude2016-05-311-5/+65
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-10/+12
* ifconfig(8): can't use 'name' or 'description' when creating interface with a...Kristof Provost2016-02-201-0/+20
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-7/+3
* Make ifconfig always exit with an error code if an important ioctl failsAllan Jude2015-09-161-9/+6
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Simplify string mangling in ifmaybeload().John Baldwin2015-03-131-5/+4
* Revert the change of flowid output format. [1]Vsevolod Stakhov2015-02-021-1/+1
* Style(9) fixes.Vsevolod Stakhov2015-02-021-15/+19
* Reorganize the list of addresses associated with an interface and group themVsevolod Stakhov2015-02-021-2/+168
* Revert r272390.Hiroki Sato2014-10-021-1/+1
* Add IFCAP_HWSTATS.Hiroki Sato2014-10-021-1/+1
* Add support for reading i2c SFP/SFP+ data from NIC driver andAlexander V. Chernikov2014-08-161-0/+3
* Fix a typo in a comment: s/interprete/interpret/Glen Barber2014-08-121-1/+1
* Remove IPX support.Gleb Smirnoff2014-03-141-15/+0
* Axe IFF_SMART.Gleb Smirnoff2013-11-051-1/+1
* Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-1/+3
* Removed the IFCAP_ prefix when printing the IPv6 checksum capabilities.Bjoern A. Zeeb2012-05-281-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-281-1/+6
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-191-0/+4
* Disable jail support in ifconfig when either building a rescueRobert Millan2012-02-141-0/+8
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-0/+15
* If compiling RESCUE always ignore feature_present(3) calls so thatBjoern A. Zeeb2011-07-181-0/+2
* Grab one of the ifcap bits for netmap, and enable printing in ifconfig.Luigi Rizzo2011-06-141-1/+1
* Conditionally compile in the af_inet and af_inet6, af_nd6 modules.Bjoern A. Zeeb2011-05-311-2/+25
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceWeongyo Jeong2010-12-071-2/+2
* Don't print usbus[0-9] interfaces that it's not the interestingWeongyo Jeong2010-12-011-0/+2
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butJohn Baldwin2010-08-061-1/+3
* When an underlying ioctl(2) handler returns an error, our ioctl(2)Xin LI2010-04-141-11/+12
* Verify interface up status using its link state onlyQing Li2010-03-161-1/+1
* Add TSO support on VLAN in fconfig(8).Pyun YongHyeon2010-02-201-1/+1
* Revised revision 199201 (add interface description capability as inspiredXin LI2010-01-271-1/+59
* Make ``ifconfig -l ether'' only list interfaces that speak Ethernet.Will Andrews2009-11-251-3/+19
* Revert revision 199201 for now as it has introduced a kernel vulnerabilityXin LI2009-11-121-53/+0
* Add interface description capability as inspired by OpenBSD.Xin LI2009-11-111-0/+53
* Make ifconfig ifN -vnet <jname|jid> actually work:Bjoern A. Zeeb2009-07-261-7/+20
* Add the "vnet" and "-vnet" options, to allow moving interfaces betweenJamie Gritton2009-06-241-0/+31
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-1/+1
* ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,Robert Watson2009-04-181-1/+1
* Default to AF_LOCAL instead of AF_INET sockets for non-family-specificJamie Gritton2009-03-151-10/+12
* use correct interface name when setting flags; fixes ifconfig ... create ... upSam Leffler2009-01-141-2/+2
* Distinguish between cmd/parameters used for clone operations andSam Leffler2008-09-291-33/+43
* Add support in ifconfig to control the vlan hardware filter feature.Jack F Vogel2008-08-281-1/+2
* Move the grekey to its own file, ifconfig.c does not have interface specificAndrew Thompson2008-08-031-20/+0
* Add support for the optional key in the GRE header.Andrew Thompson2008-06-201-0/+20
* Fix handling of create operation together with setting other parameters:Sam Leffler2008-03-311-5/+35
* Wake On Lan (WOL) infrastructureSam Leffler2007-12-101-1/+9
* Fix the module name matching to the drivers present in the kernel. PreviouslyAndrew Thompson2007-10-041-7/+14