| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -5/+5 |
* | Ethernet vlan(4) interfaces have valid Ethernet link layer addresses but | jhb | 2010-08-06 | 2 | -2/+6 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -2/+2 |
* | Spelling fixes. | joel | 2010-07-31 | 1 | -4/+4 |
* | Document the 'short preamble' capability for 802.11bg. | bz | 2010-05-14 | 1 | -1/+9 |
* | Bump man page date. | rpaulo | 2010-04-28 | 1 | -1/+1 |
* | Fix typos. | rpaulo | 2010-04-28 | 2 | -3/+3 |
* | When an underlying ioctl(2) handler returns an error, our ioctl(2) | delphij | 2010-04-14 | 1 | -11/+12 |
* | Add a missing LINE_BREAK() after printing the roaming parameters in | rpaulo | 2010-03-23 | 1 | -0/+1 |
* | Verify interface up status using its link state only | qingli | 2010-03-16 | 1 | -1/+1 |
* | Fixed dependencies (make checkdpadd). | ru | 2010-02-25 | 1 | -1/+1 |
* | Add TSO support on VLAN in fconfig(8). | yongari | 2010-02-20 | 3 | -8/+10 |
* | The NetBSD Foundation has granted permission for people to remove | imp | 2010-02-16 | 1 | -7/+0 |
* | Shortening a passphrase caused wrong authentication key to be used. | ru | 2010-02-04 | 1 | -0/+1 |
* | Revised revision 199201 (add interface description capability as inspired | delphij | 2010-01-27 | 2 | -2/+70 |
* | Raise WARNS for various tools where possible. | ed | 2010-01-17 | 1 | -1/+1 |
* | Reject invalid CIDR widths rather than silently stopping at the first | emaste | 2010-01-14 | 1 | -4/+8 |
* | Spell "Hz" correctly wherever it is user-visible. | gavin | 2010-01-12 | 1 | -5/+5 |
* | ifconfig(8) is documented to take a ISO 3166-1 country code to set the | gavin | 2009-12-15 | 1 | -2/+5 |
* | Make ``ifconfig -l ether'' only list interfaces that speak Ethernet. | will | 2009-11-25 | 1 | -3/+19 |
* | Revert revision 199201 for now as it has introduced a kernel vulnerability | delphij | 2009-11-12 | 2 | -64/+1 |
* | Add interface description capability as inspired by OpenBSD. | delphij | 2009-11-11 | 2 | -1/+64 |
* | Use printb() to display the "nd6 options=" line. | hrs | 2009-10-12 | 1 | -29/+7 |
* | Update for latest 802.11s changes in meshconf format. | rpaulo | 2009-10-12 | 1 | -15/+21 |
* | Fix several logic bugs in the previous IPv6 variable change and | hrs | 2009-09-26 | 1 | -3/+9 |
* | Document accept_rev_ethip_ver and send_rev_ethip_ver flags of | hrs | 2009-09-12 | 1 | -0/+19 |
* | Improve flexibility of receiving Router Advertisement and | hrs | 2009-09-12 | 4 | -9/+322 |
* | Use printb() instead of rolling its own routine to display | hrs | 2009-09-07 | 1 | -20/+4 |
* | Suppress an options line when no bit is on. | ume | 2009-09-07 | 1 | -0/+2 |
* | Mesh fixes, namely: | rpaulo | 2009-07-27 | 1 | -11/+14 |
* | Make ifconfig ifN -vnet <jname|jid> actually work: | bz | 2009-07-26 | 1 | -7/+20 |
* | More mesh bits, namely: | rpaulo | 2009-07-20 | 1 | -4/+6 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 3 | -50/+467 |
* | Add the "vnet" and "-vnet" options, to allow moving interfaces between | jamie | 2009-06-24 | 3 | -3/+47 |
* | - Use size_t instead of int when appropriate; | delphij | 2009-06-23 | 11 | -26/+22 |
* | Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32 | sam | 2009-06-13 | 1 | -21/+31 |
* | Fix and add a workaround on an issue of EtherIP packet with reversed | hrs | 2009-06-07 | 2 | -0/+133 |
* | track rename of CSA ie | sam | 2009-06-04 | 1 | -1/+1 |
* | Do no spam the ifconfig output for the aggregated interface with 'laggdev lag... | thompsa | 2009-04-30 | 1 | -2/+1 |
* | ifconfig(8) no longer needs to know how to print the IFF_NEEDSGIANT flag, | rwatson | 2009-04-18 | 1 | -1/+1 |
* | The structs ifaliasreq and in_aliasreq have exactly the same layout and | brooks | 2009-04-15 | 1 | -2/+2 |
* | add superg+tdma include files for protocol defs needed to do ie parsing | sam | 2009-03-26 | 1 | -7/+3 |
* | Default to AF_LOCAL instead of AF_INET sockets for non-family-specific | jamie | 2009-03-15 | 3 | -14/+16 |
* | Replace clone_setcallback() with a new function clone_setdefcallback() | rpaulo | 2009-02-27 | 4 | -18/+34 |
* | Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-width | sam | 2009-02-19 | 1 | -110/+125 |
* | Regulatory fixups: | sam | 2009-02-07 | 3 | -66/+140 |
* | add support for max antenna gain (not used at the moment) | sam | 2009-02-05 | 2 | -0/+5 |
* | Use %u instead of %zu when we intend to print integer constant. | delphij | 2009-02-03 | 1 | -3/+3 |
* | include the channel list in list caps when -v is set; ieee channel | sam | 2009-01-28 | 1 | -2/+9 |
* | pritize the channel we display with list chans so that, among other | sam | 2009-01-28 | 1 | -1/+28 |