summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the trunk(4) driver for providing link aggregation, failover and faultthompsa2007-04-101-0/+153
* don't display ssid cloaking status as "ssid HIDE", use the cmd linesam2007-03-301-2/+2
* Correct the name of the 'proto' command.thompsa2007-03-291-1/+1
* Back out rev. 1.129 because it breaks the practice of auto-loadingyar2007-03-241-1/+3
* Attempt to load the kernel module only if we are going to create ayar2007-03-121-3/+1
* point-to-point address should come from ifa_dstaddrsam2007-03-091-1/+1
* o consistently check strlcpy resultsam2007-02-271-2/+10
* correct type to silence const complaintsam2007-02-271-1/+2
* unbreak create operation, must copy argument to global namesam2007-02-271-0/+1
* use getifaddrs from libc instead of private codesam2007-02-247-195/+116
* correct type definition of option routine callbacksam2007-02-171-1/+1
* remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVEsam2007-02-171-3/+0
* Be explicit in examples about the correct grammar for 'alias' andbms2007-02-041-12/+27
* Backout revision 1.4; it is not verified as the correct fix for the PR.bms2007-02-031-1/+1
* Add an EXAMPLES section to ifconfig(8), clearly showing how to configurebms2007-02-031-1/+42
* Actually fully emulate NetBSD and print the media instance numbermarius2007-01-221-2/+3
* - Display the media instance numbers and allow the user to set the activemarius2007-01-202-3/+32
* Add initial support for 900MHz channels; still has some roughsam2007-01-151-7/+35
* Fix an off-by-one which could mean writing beyond the end of the arraybz2006-12-291-2/+2
* Add half/quarter rate 11a channel support:sam2006-12-271-15/+25
* Clear full-duplex when half-duplex flag is set. This actually makesjkim2006-12-191-2/+6
* These days P2P means peer-2-peer (also well known from serveral filesharingthompsa2006-12-112-16/+16
* fix handling of ssid "-" etc; we're writing 1 byte past thesam2006-12-091-2/+3
* Add descriptions for p2p and autop2p.thompsa2006-11-271-0/+20
* Bump .Dd for r1.127.ceri2006-11-271-1/+1
* Show the MAC address cache size and timeout.thompsa2006-11-271-14/+22
OpenPOWER on IntegriCloud