| Commit message (Expand) | Author | Age | Files | Lines |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -0/+15 |
* | If compiling RESCUE always ignore feature_present(3) calls so that | bz | 2011-07-18 | 1 | -0/+2 |
* | Grab one of the ifcap bits for netmap, and enable printing in ifconfig. | luigi | 2011-06-14 | 1 | -1/+1 |
* | Conditionally compile in the af_inet and af_inet6, af_nd6 modules. | bz | 2011-05-31 | 1 | -2/+25 |
* | Introduces IFF_CANTCONFIG interface flag to point that the interface | weongyo | 2010-12-07 | 1 | -2/+2 |
* | Don't print usbus[0-9] interfaces that it's not the interesting | weongyo | 2010-12-01 | 1 | -0/+2 |
* | Ethernet vlan(4) interfaces have valid Ethernet link layer addresses but | jhb | 2010-08-06 | 1 | -1/+3 |
* | When an underlying ioctl(2) handler returns an error, our ioctl(2) | delphij | 2010-04-14 | 1 | -11/+12 |
* | Verify interface up status using its link state only | qingli | 2010-03-16 | 1 | -1/+1 |
* | Add TSO support on VLAN in fconfig(8). | yongari | 2010-02-20 | 1 | -1/+1 |
* | Revised revision 199201 (add interface description capability as inspired | delphij | 2010-01-27 | 1 | -1/+59 |
* | Make ``ifconfig -l ether'' only list interfaces that speak Ethernet. | will | 2009-11-25 | 1 | -3/+19 |
* | Revert revision 199201 for now as it has introduced a kernel vulnerability | delphij | 2009-11-12 | 1 | -53/+0 |
* | Add interface description capability as inspired by OpenBSD. | delphij | 2009-11-11 | 1 | -0/+53 |
* | Make ifconfig ifN -vnet <jname|jid> actually work: | bz | 2009-07-26 | 1 | -7/+20 |
* | Add the "vnet" and "-vnet" options, to allow moving interfaces between | jamie | 2009-06-24 | 1 | -0/+31 |
* | - Use size_t instead of int when appropriate; | delphij | 2009-06-23 | 1 | -1/+1 |
* | ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag, | rwatson | 2009-04-18 | 1 | -1/+1 |
* | Default to AF_LOCAL instead of AF_INET sockets for non-family-specific | jamie | 2009-03-15 | 1 | -10/+12 |
* | use correct interface name when setting flags; fixes ifconfig ... create ... up | sam | 2009-01-14 | 1 | -2/+2 |
* | Distinguish between cmd/parameters used for clone operations and | sam | 2008-09-29 | 1 | -33/+43 |
* | Add support in ifconfig to control the vlan hardware filter feature. | jfv | 2008-08-28 | 1 | -1/+2 |
* | Move the grekey to its own file, ifconfig.c does not have interface specific | thompsa | 2008-08-03 | 1 | -20/+0 |
* | Add support for the optional key in the GRE header. | thompsa | 2008-06-20 | 1 | -0/+20 |
* | Fix handling of create operation together with setting other parameters: | sam | 2008-03-31 | 1 | -5/+35 |
* | Wake On Lan (WOL) infrastructure | sam | 2007-12-10 | 1 | -1/+9 |
* | Fix the module name matching to the drivers present in the kernel. Previously | thompsa | 2007-10-04 | 1 | -7/+14 |
* | Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion of | rwatson | 2007-06-13 | 1 | -2/+0 |
* | Add reporting and toggling of TCP LRO (large receive offload) support to | andre | 2007-06-11 | 1 | -1/+3 |
* | Add the -n flag for disabling automatic module loading, this will be used by | thompsa | 2007-05-22 | 1 | -2/+10 |
* | Back out rev. 1.129 because it breaks the practice of auto-loading | yar | 2007-03-24 | 1 | -1/+3 |
* | Attempt to load the kernel module only if we are going to create a | yar | 2007-03-12 | 1 | -3/+1 |
* | o consistently check strlcpy result | sam | 2007-02-27 | 1 | -2/+10 |
* | correct type to silence const complaint | sam | 2007-02-27 | 1 | -1/+2 |
* | unbreak create operation, must copy argument to global name | sam | 2007-02-27 | 1 | -0/+1 |
* | use getifaddrs from libc instead of private code | sam | 2007-02-24 | 1 | -147/+75 |
* | Fix an off-by-one which could mean writing beyond the end of the array | bz | 2006-12-29 | 1 | -2/+2 |
* | In setifcap() only set/unset those capabilities the interface actually | andre | 2006-09-20 | 1 | -0/+1 |
* | Fix octal representation of TSO4 and TSO6 bits in interface capabilities | andre | 2006-09-08 | 1 | -1/+1 |
* | Make TSO (TCP segmentation offload) capabilities visible and accessible with | andre | 2006-09-06 | 1 | -1/+3 |
* | o replace special handling of clone operations by a clone callback | sam | 2006-07-09 | 1 | -23/+12 |
* | There is no IFF_POLLING flag anymore. | glebius | 2006-03-12 | 1 | -1/+1 |
* | Recognize new VLAN_HWCSUM flag. | glebius | 2006-01-30 | 1 | -1/+2 |
* | Do address assignment/removal operations after callbacks. | yar | 2006-01-30 | 1 | -7/+6 |
* | For the sake of consistency and easier typing, | yar | 2005-09-29 | 1 | -0/+1 |
* | Add a new flag '-k' to ifconfig(8), indicating that it is alright to | rwatson | 2005-07-14 | 1 | -1/+5 |
* | Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flags | yar | 2005-07-13 | 1 | -1/+1 |
* | guard against bogus address data | sam | 2005-05-20 | 1 | -1/+1 |
* | ISO C does not allow unnamed union members. | stefanf | 2005-04-08 | 1 | -5/+5 |
* | Fix typo in comment. | stefanf | 2005-04-08 | 1 | -1/+1 |