summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 279951:jhb2015-04-091-5/+4
* MFC r269888:gjb2014-08-151-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
* 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
OpenPOWER on IntegriCloud