aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Axe IFF_SMART.Gleb Smirnoff2013-11-051-1/+1
* Make userland tools honor WITHOUT_PF build option.Gleb Smirnoff2013-10-291-0/+2
* Provide a working example line for an interface with 1 address runningGleb Smirnoff2013-10-211-2/+2
* Do not error out when adding an interface to a group to which itDag-Erling Smørgrav2013-10-191-2/+2
* Fix a typo (s/error/errno/).Hiroki Sato2013-07-031-1/+1
* Do not display a warning message in a jail without AF_INET6 support.Hiroki Sato2013-06-301-1/+1
* mdoc sweepJoel Dahl2013-05-131-3/+9
* Don't free memory that is going to be used as error string.Gleb Smirnoff2013-04-251-3/+1
* Mark a mesh path to a mesh gate with a 'G'.Monthadar Al Jaberi2013-02-071-1/+3
* Add no_prefer_iface option.Hajimu UMEMOTO2013-01-093-2/+11
* Fix socket calls on error post-r243965.Kevin Lo2012-12-212-2/+2
* - Fix LOR in sa6_recoverscope() in rt_msg2()[1].Hiroki Sato2012-12-041-2/+3
* Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel toHiroki Sato2012-11-171-41/+2
* Actually change "silent" to "silence" this time (reviewed by adri@).Warren Block2012-11-071-1/+1
* Remove fifteen-year-old notes on media selection (suggested by simon@).Warren Block2012-11-071-20/+17
* Add devd.conf(5) and devd(8) to SEE ALSO xrefs. Give users a pointer toWarren Block2012-11-071-1/+3
* Remove "prefer_source" address selection option. FreeBSD has had anHiroki Sato2012-07-092-9/+1
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-1/+3
* Remove repeated words.Joel Dahl2012-06-051-1/+1
* if_lagg: allow to invoke SIOCSLAGGPORT multiple times in a rowEygene Ryabinkin2012-05-281-1/+2
* 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-282-4/+25
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-192-1/+21
* Skip nd6 line with no warning message when the system does not supportHiroki Sato2012-05-111-2/+4
* Update man page date to the date of the last commit.Monthadar Al Jaberi2012-05-021-1/+1
* * Modified ifconfig to show the IEEE80211_MESHRT_FLAGS_DISCOVER flag with a 'D';Monthadar Al Jaberi2012-05-011-0/+2
* * Added new command to ifconfig to activate Mesh Gate Announcement calledMonthadar Al Jaberi2012-05-012-0/+20
* Remove end of line whitespace introduced in previous commit.Joel Dahl2012-04-071-1/+1
* Document syncdev, syncpeer and defer keywords forGleb Smirnoff2012-04-031-1/+19
* Make it possible to switch pfsync(4) deferral mechanism on/off.Gleb Smirnoff2012-04-031-3/+25
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-13/+13
* Also fix the parameter usage in set80211meshpeering().Bernhard Schmidt2012-03-231-1/+1
* Fix an incorrect parameter usage here.Adrian Chadd2012-03-221-1/+1
* Fix typo and bump the document date which I also forgot.Andrew Thompson2012-03-071-2/+2
* Add the ability to set which packet layers are used for the load balance hashAndrew Thompson2012-03-062-0/+68
* Update bridge(4) default values.Christian Brueffer2012-02-291-3/+3
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),Gavin Atkinson2012-02-281-2/+2
* Disable jail support in ifconfig when either building a rescueRobert Millan2012-02-142-2/+15
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-3/+0
* Spelling fixes for sbin/Ulrich Spörlein2012-01-071-1/+1
* Adjust the VLAN section of the ifconfig(8) man page to better reflectRobert Watson2012-01-041-4/+5
* Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksumBjoern A. Zeeb2011-12-172-3/+5
* Rename ifcarp.c to carp.cGleb Smirnoff2011-12-162-1/+1
* Since size of struct in_aliasreq has just been changed in r228571,Gleb Smirnoff2011-12-161-0/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-166-89/+164
* For unknown reason, since rev 1.1 of ifconfig.c, sin_family isn'tGleb Smirnoff2011-11-191-2/+1
* Bump date.Adrian Chadd2011-11-121-1/+1
* Add documentation for the new quiet time IE options.Adrian Chadd2011-11-121-0/+32
* Add quiet time element configuration support to ifconfig.Adrian Chadd2011-11-081-0/+36
* - Document inet6 no_radr flag.Hiroki Sato2011-09-191-1/+26