summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep the command name the same as the values display name in ifconfig.thompsa2006-11-272-2/+2
* Sync with the OpenBSD port of RSTPthompsa2006-11-271-39/+53
* Add a new address cache type called sticky. On an interface marked sticky anythompsa2006-11-092-0/+28
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).thompsa2006-11-012-35/+181
* Fix markup botched in previous commit.ru2006-10-101-2/+2
* Note that the -v option may be used to expand long SSIDs.trhodes2006-10-101-1/+8
* Correct some grammos.schweikh2006-10-021-3/+3
* Fix a typo in af_inet6.c such that IPv6 addresses may be deletedbms2006-09-251-1/+1
* In setifcap() only set/unset those capabilities the interface actuallyandre2006-09-201-0/+1
* Markup fixes.ru2006-09-181-7/+8
* Fix octal representation of TSO4 and TSO6 bits in interface capabilitiesandre2006-09-081-1/+1
* Make TSO (TCP segmentation offload) capabilities visible and accessible withandre2006-09-062-1/+20
* (media_status): Factor common code between IFM_ETHER and IFM_ATM cases.thomas2006-08-221-21/+9
* Restore the "plumb" compatibility command, which was lostyar2006-08-121-0/+1
OpenPOWER on IntegriCloud