aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* Add support in ifconfig to control the vlan hardware filter feature.Jack F Vogel2008-08-283-5/+10
* Fix typo.Rui Paulo2008-08-271-2/+2
* Fix channel parsing which was broken in r179958, the channel number may beAndrew Thompson2008-08-141-2/+4
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* recognize WPS ie'sSam Leffler2008-08-092-1/+84
* Move the grekey to its own file, ifconfig.c does not have interface specificAndrew Thompson2008-08-033-20/+99
* change list wme to only print the channel parameters; toSam Leffler2008-08-022-38/+57
* don't silently exit if the regdomain.xml file is missingSam Leffler2008-08-021-1/+1
* add missing capability bitsSam Leffler2008-08-011-2/+2
* correct description of how to clear a desired channelSam Leffler2008-07-301-6/+4
* Ensure the channel is a number and not a range, the 'channel' command can beAndrew Thompson2008-06-231-1/+4
* Add support for the optional key in the GRE header.Andrew Thompson2008-06-202-1/+31
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hColeman Kane2008-05-081-1/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-206-330/+2491
* Fix handling of create operation together with setting other parameters:Sam Leffler2008-03-314-9/+42
* explain that you must set a default transmit key for WEPSam Leffler2008-02-291-1/+7
* correct tx rate displayed by list sta: the reported legacy tx rateSam Leffler2008-02-031-4/+7
* fix list mac; broken in delta 1.48Sam Leffler2008-02-031-3/+7
* Wake On Lan (WOL) infrastructureSam Leffler2007-12-102-2/+25
* Add an option to limit the number of source MACs that can be behind a bridgeAndrew Thompson2007-11-042-6/+33
* sync with vap code base; updates for 11n support and someSam Leffler2007-11-021-495/+1125
* minor wireless-related correctionsSam Leffler2007-11-021-10/+18
* Fix the module name matching to the drivers present in the kernel. PreviouslyAndrew Thompson2007-10-041-7/+14
* Add a bridge interface flag called PRIVATE where any private port can notAndrew Thompson2007-08-012-0/+26
* updates for 802.11-related parametersSam Leffler2007-07-091-10/+198
* Allow the LACP state to be queried from userland which at the moment is theAndrew Thompson2007-07-051-3/+45
* Add the vlan tag to the bridge route table. This allows a vlan trunk to beAndrew Thompson2007-06-131-2/+3
* Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion ofRobert Watson2007-06-133-13/+0
* Catch up with variable name changes in struct lagg_protos.Andrew Thompson2007-06-121-10/+10
* Reset the pointer to the ioctl buffer after it gets changed.Andrew Thompson2007-06-121-0/+2
* Add reporting and toggling of TCP LRO (large receive offload) support toAndre Oppermann2007-06-112-1/+11
* Update for revised 802.11 support:Sam Leffler2007-06-114-171/+959
* Add the -n flag for disabling automatic module loading, this will be used byAndrew Thompson2007-05-222-2/+18
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.Andrew Thompson2007-04-173-49/+49
* Bump document date for new trunk commands.Andrew Thompson2007-04-101-1/+1
* Hook trunk(4) up to the build.Andrew Thompson2007-04-102-0/+18
* Add the trunk(4) driver for providing link aggregation, failover and faultAndrew Thompson2007-04-101-0/+153
* don't display ssid cloaking status as "ssid HIDE", use the cmd lineSam Leffler2007-03-301-2/+2
* Correct the name of the 'proto' command.Andrew Thompson2007-03-291-1/+1
* Back out rev. 1.129 because it breaks the practice of auto-loadingYaroslav Tykhiy2007-03-241-1/+3
* Attempt to load the kernel module only if we are going to create aYaroslav Tykhiy2007-03-121-3/+1
* point-to-point address should come from ifa_dstaddrSam Leffler2007-03-091-1/+1
* o consistently check strlcpy resultSam Leffler2007-02-271-2/+10
* correct type to silence const complaintSam Leffler2007-02-271-1/+2
* unbreak create operation, must copy argument to global nameSam Leffler2007-02-271-0/+1
* use getifaddrs from libc instead of private codeSam Leffler2007-02-247-195/+116
* correct type definition of option routine callbackSam Leffler2007-02-171-1/+1
* remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVESam Leffler2007-02-171-3/+0
* Be explicit in examples about the correct grammar for 'alias' andBruce M Simpson2007-02-041-12/+27
* Backout revision 1.4; it is not verified as the correct fix for the PR.Bruce M Simpson2007-02-031-1/+1