summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r317755, r317758asomers2017-05-241-23/+24
* Address feedback from hrs@ re: r301059 (ifconfig subnet mask)allanjude2016-06-021-6/+2
* ifconfig(8) now supports some output formatting optionsallanjude2016-05-311-5/+65
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-161-10/+12
* ifconfig(8): can't use 'name' or 'description' when creating interface with a...kp2016-02-201-0/+20
* Replace N #defines with nitems to simplify ifconfig code slightlyngie2015-09-271-7/+3
* Make ifconfig always exit with an error code if an important ioctl failsallanjude2015-09-161-9/+6
* Stop including if_var.h from userland.glebius2015-04-061-1/+0
* Simplify string mangling in ifmaybeload().jhb2015-03-131-5/+4
* Revert the change of flowid output format. [1]vsevolod2015-02-021-1/+1
* Style(9) fixes.vsevolod2015-02-021-15/+19
* Reorganize the list of addresses associated with an interface and group themvsevolod2015-02-021-2/+168
* Revert r272390.hrs2014-10-021-1/+1
* Add IFCAP_HWSTATS.hrs2014-10-021-1/+1
* Add support for reading i2c SFP/SFP+ data from NIC driver andmelifaro2014-08-161-0/+3
* Fix a typo in a comment: s/interprete/interpret/gjb2014-08-121-1/+1
* Remove IPX support.glebius2014-03-141-15/+0
* Axe IFF_SMART.glebius2013-11-051-1/+1
* Fix socket calls on error post-r243965.kevlo2012-12-211-1/+1
* - Updated TOE support in the kernel.np2012-06-191-1/+3
* Removed the IFCAP_ prefix when printing the IPv6 checksum capabilities.bz2012-05-281-1/+1
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-1/+6
* MFp4 bz_ipv6_fast:bz2012-05-191-0/+4
* Disable jail support in ifconfig when either building a rescuermh2012-02-141-0/+8
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-0/+15
* If compiling RESCUE always ignore feature_present(3) calls so thatbz2011-07-181-0/+2
* Grab one of the ifcap bits for netmap, and enable printing in ifconfig.luigi2011-06-141-1/+1
* Conditionally compile in the af_inet and af_inet6, af_nd6 modules.bz2011-05-311-2/+25
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-2/+2
* Don't print usbus[0-9] interfaces that it's not the interestingweongyo2010-12-011-0/+2
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butjhb2010-08-061-1/+3
* When an underlying ioctl(2) handler returns an error, our ioctl(2)delphij2010-04-141-11/+12
* Verify interface up status using its link state onlyqingli2010-03-161-1/+1
* Add TSO support on VLAN in fconfig(8).yongari2010-02-201-1/+1
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-1/+59
* Make ``ifconfig -l ether'' only list interfaces that speak Ethernet.will2009-11-251-3/+19
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-53/+0
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-0/+53
* 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
OpenPOWER on IntegriCloud