summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* back out unintended changesam2008-12-151-30/+13
* move channel parsing to a getchannel routine so it can be reused to checksam2008-12-151-30/+29
* fix handling of sku codes like country codessam2008-12-151-2/+6
* fix handling of unknown country codes; atoi doesn't return -1sam2008-12-151-2/+6
* 0 is a potential ISO CC; use new NO_COUNTRY #define to identifysam2008-12-151-2/+2
* o distinguish between adhoc and ahdemo modessam2008-12-152-17/+46
* Improve regdomain.xml parser:sam2008-12-152-30/+43
* Tiny wording nits.keramida2008-10-191-4/+5
* o Typo fixes.maxim2008-10-051-2/+2
* add duplicate cmd entries for vlan and vlandev that are marked !clonesam2008-10-021-0/+3
* Distinguish between cmd/parameters used for clone operations andsam2008-09-291-33/+43
* MIMO power save and RIFS; while here also update per-node state/flags for ampdusam2008-09-222-1/+72
* "ampdudensity -" is too subtle; use "NA" for any and accept it as a parametersam2008-09-221-2/+2
* check for undefined identifierssam2008-09-211-12/+59
* Add support in ifconfig to control the vlan hardware filter feature.jfv2008-08-283-5/+10
* Fix typo.rpaulo2008-08-271-2/+2
* Fix channel parsing which was broken in r179958, the channel number may bethompsa2008-08-141-2/+4
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* recognize WPS ie'ssam2008-08-092-1/+84
* Move the grekey to its own file, ifconfig.c does not have interface specificthompsa2008-08-033-20/+99
* change list wme to only print the channel parameters; tosam2008-08-022-38/+57
* don't silently exit if the regdomain.xml file is missingsam2008-08-021-1/+1
* add missing capability bitssam2008-08-011-2/+2
* correct description of how to clear a desired channelsam2008-07-301-6/+4
* Ensure the channel is a number and not a range, the 'channel' command can bethompsa2008-06-231-1/+4
* Add support for the optional key in the GRE header.thompsa2008-06-202-1/+31
* Update the lib/expat tree for the new v2.0.1 expat import. The bsdxml.hcokane2008-05-081-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-206-330/+2491
* Fix handling of create operation together with setting other parameters:sam2008-03-314-9/+42
* explain that you must set a default transmit key for WEPsam2008-02-291-1/+7
* correct tx rate displayed by list sta: the reported legacy tx ratesam2008-02-031-4/+7
* fix list mac; broken in delta 1.48sam2008-02-031-3/+7
* Wake On Lan (WOL) infrastructuresam2007-12-102-2/+25
* Add an option to limit the number of source MACs that can be behind a bridgethompsa2007-11-042-6/+33
* sync with vap code base; updates for 11n support and somesam2007-11-021-495/+1125
* minor wireless-related correctionssam2007-11-021-10/+18
* Fix the module name matching to the drivers present in the kernel. Previouslythompsa2007-10-041-7/+14
* Add a bridge interface flag called PRIVATE where any private port can notthompsa2007-08-012-0/+26
* updates for 802.11-related parameterssam2007-07-091-10/+198
* Allow the LACP state to be queried from userland which at the moment is thethompsa2007-07-051-3/+45
* Add the vlan tag to the bridge route table. This allows a vlan trunk to bethompsa2007-06-131-2/+3
* Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion ofrwatson2007-06-133-13/+0
* Catch up with variable name changes in struct lagg_protos.thompsa2007-06-121-10/+10
* Reset the pointer to the ioctl buffer after it gets changed.thompsa2007-06-121-0/+2
* Add reporting and toggling of TCP LRO (large receive offload) support toandre2007-06-112-1/+11
* Update for revised 802.11 support:sam2007-06-114-171/+959
* Add the -n flag for disabling automatic module loading, this will be used bythompsa2007-05-222-2/+18
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.thompsa2007-04-173-49/+49
* Bump document date for new trunk commands.thompsa2007-04-101-1/+1
* Hook trunk(4) up to the build.thompsa2007-04-102-0/+18
OpenPOWER on IntegriCloud