aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* - Implement loopback probing state in enhanced DAD algorithm.Hiroki Sato2015-03-053-2/+21
* Revert the change of flowid output format. [1]Vsevolod Stakhov2015-02-022-30/+4
* Style(9) fixes.Vsevolod Stakhov2015-02-022-36/+47
* Reorganize the list of addresses associated with an interface and group themVsevolod Stakhov2015-02-022-5/+196
* Integrate sbin/ifconfig/tests from NetBSD into atf/kyuaEnji Cooper2015-01-042-0/+17
* mdoc: improvements to SEE ALSO.Joel Dahl2014-12-271-1/+1
* Prefix all the vxlan ifconfig commands so they are uniqueBryan Venteicher2014-12-173-43/+43
* Disable the vxlan code until the people reponsible for it can come up withDag-Erling Smørgrav2014-12-011-1/+1
* Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-6/+3
* Expose groups by default in ifconfig output. This was never hidden byMark Felder2014-11-191-3/+2
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-071-18/+43
* Show SFP+/QSFP memory map dump on higher verbose levels.Alexander V. Chernikov2014-10-231-2/+44
* Add vxlan interfaceBryan Venteicher2014-10-203-1/+721
* Use printb() for boolean flags in ro_opts and actor_state for LACP.Hiroki Sato2014-10-051-12/+5
* Revert r272390.Hiroki Sato2014-10-021-1/+1
* Separate option handling from SIOC[SG]LAGG to SIOC[SG]LAGGOPTS forHiroki Sato2014-10-021-22/+27
* Add IFCAP_HWSTATS.Hiroki Sato2014-10-021-1/+1
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downHiroki Sato2014-10-012-10/+115
* The lagg(4) interface is based on trunk(4) interface from OpenBSD.Marcelo Araujo2014-09-181-1/+1
* Add laggproto broadcast, it allows sends frames to all ports of the lagg(4) g...Marcelo Araujo2014-09-181-2/+2
* Add DEF_CLONE_CMD_ARG2Bryan Venteicher2014-09-141-0/+1
* Do not try to read i2c info when no transceiver is present.Alexander V. Chernikov2014-09-131-2/+4
* Add the ability to set `prefer_source' flag to an IPv6 address.Andrey V. Elsukov2014-09-092-1/+18
* * Unconditionally turn on SIOCGI2C probing for all interfacesAlexander V. Chernikov2014-09-031-11/+17
* * Add SIOCGI2C driver ioctl used to retrieve i2c info.Alexander V. Chernikov2014-08-291-33/+21
* * Add new net/sff8436.h containing constants used to accessAlexander V. Chernikov2014-08-211-88/+365
* Zero buffer before request.Alexander V. Chernikov2014-08-181-0/+1
* Add forgotten DPADD to ifconfig(8).Alexander V. Chernikov2014-08-171-0/+1
* Clean up unused definitions.Alexander V. Chernikov2014-08-161-22/+8
* * Use standard net/sff8472.h header for sff bits and offsets.Alexander V. Chernikov2014-08-161-103/+85
* Add support for reading i2c SFP/SFP+ data from NIC driver andAlexander V. Chernikov2014-08-164-0/+551
* Fix a typo in a comment: s/interprete/interpret/Glen Barber2014-08-121-1/+1
* Make the description of the "no_prefer_iface" flag easier to understand.Jeremie Le Hen2014-07-121-3/+5
* Fix ifconfig to show pltime and vltime with -L option,Hajimu UMEMOTO2014-06-301-9/+13
* mdoc: remove superfluous paragraph macros.Joel Dahl2014-06-231-1/+0
* Style cleanups on ifconfig.8Allan Jude2014-06-061-14/+20
* improve ifconfig(8) man page by describing special behaviour of -l etherAllan Jude2014-05-271-0/+17
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Remove the ifconfig test added in rev 263445. After discussion withAlan Somers2014-05-053-139/+0
* Add several ATF tests that deal with multiple fibs. They're described inAlan Somers2014-03-203-0/+139
* Remove AppleTalk support.Gleb Smirnoff2014-03-143-224/+0
* Remove IPX support.Gleb Smirnoff2014-03-144-148/+0
* 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