aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
* When an underlying ioctl(2) handler returns an error, our ioctl(2)Xin LI2010-04-141-11/+12
* Add a missing LINE_BREAK() after printing the roaming parameters inRui Paulo2010-03-231-0/+1
* Verify interface up status using its link state onlyQing Li2010-03-161-1/+1
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-1/+1
* Add TSO support on VLAN in fconfig(8).Pyun YongHyeon2010-02-203-8/+10
* The NetBSD Foundation has granted permission for people to removeWarner Losh2010-02-161-7/+0
* Shortening a passphrase caused wrong authentication key to be used.Ruslan Ermilov2010-02-041-0/+1
* Revised revision 199201 (add interface description capability as inspiredXin LI2010-01-272-2/+70
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+1
* Reject invalid CIDR widths rather than silently stopping at the firstEd Maste2010-01-141-4/+8
* Spell "Hz" correctly wherever it is user-visible.Gavin Atkinson2010-01-121-5/+5
* ifconfig(8) is documented to take a ISO 3166-1 country code to set theGavin Atkinson2009-12-151-2/+5
* Make ``ifconfig -l ether'' only list interfaces that speak Ethernet.Will Andrews2009-11-251-3/+19
* Revert revision 199201 for now as it has introduced a kernel vulnerabilityXin LI2009-11-122-64/+1
* Add interface description capability as inspired by OpenBSD.Xin LI2009-11-112-1/+64
* Use printb() to display the "nd6 options=" line.Hiroki Sato2009-10-121-29/+7
* Update for latest 802.11s changes in meshconf format.Rui Paulo2009-10-121-15/+21
* Fix several logic bugs in the previous IPv6 variable change andHiroki Sato2009-09-261-3/+9
* Document accept_rev_ethip_ver and send_rev_ethip_ver flags ofHiroki Sato2009-09-121-0/+19
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-124-9/+322
* Use printb() instead of rolling its own routine to displayHiroki Sato2009-09-071-20/+4
* Suppress an options line when no bit is on.Hajimu UMEMOTO2009-09-071-0/+2
* Mesh fixes, namely:Rui Paulo2009-07-271-11/+14
* Make ifconfig ifN -vnet <jname|jid> actually work:Bjoern A. Zeeb2009-07-261-7/+20
* More mesh bits, namely:Rui Paulo2009-07-201-4/+6
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-113-50/+467
* Add the "vnet" and "-vnet" options, to allow moving interfaces betweenJamie Gritton2009-06-243-3/+47
* - Use size_t instead of int when appropriate;Xin LI2009-06-2311-26/+22
* Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32Sam Leffler2009-06-131-21/+31
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-072-0/+133
* track rename of CSA ieSam Leffler2009-06-041-1/+1
* Do no spam the ifconfig output for the aggregated interface with 'laggdev lag...Andrew Thompson2009-04-301-2/+1
* ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag,Robert Watson2009-04-181-1/+1
* The structs ifaliasreq and in_aliasreq have exactly the same layout andBrooks Davis2009-04-151-2/+2
* add superg+tdma include files for protocol defs needed to do ie parsingSam Leffler2009-03-261-7/+3
* Default to AF_LOCAL instead of AF_INET sockets for non-family-specificJamie Gritton2009-03-153-14/+16
* Replace clone_setcallback() with a new function clone_setdefcallback()Rui Paulo2009-02-274-18/+34
* Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-widthSam Leffler2009-02-191-110/+125
* Regulatory fixups:Sam Leffler2009-02-073-66/+140
* add support for max antenna gain (not used at the moment)Sam Leffler2009-02-052-0/+5
* Use %u instead of %zu when we intend to print integer constant.Xin LI2009-02-031-3/+3
* include the channel list in list caps when -v is set; ieee channelSam Leffler2009-01-281-2/+9
* pritize the channel we display with list chans so that, among otherSam Leffler2009-01-281-1/+28
* simplify display of 1/2 and 1/4 width channelsSam Leffler2009-01-281-16/+9
* improve debug msgs for regdomain operations; print channel flagsSam Leffler2009-01-281-12/+25
* Fix 1/2 and 1/4 width channel handling:Sam Leffler2009-01-281-30/+38
* Remove assumptions about the max # channels in ioctl's:Sam Leffler2009-01-271-85/+132
* remove %b msg bit defines now publicSam Leffler2009-01-271-7/+0
* Fix 1/2 and 1/4 width channel handling for non-GSM operation:Sam Leffler2009-01-161-3/+17
* use correct interface name when setting flags; fixes ifconfig ... create ... upSam Leffler2009-01-141-2/+2