| Commit message (Expand) | Author | Age | Files | Lines |
* | Add infrastructure to allow all frames/packets received on an interface | bz | 2011-07-03 | 3 | -1/+118 |
* | Grab one of the ifcap bits for netmap, and enable printing in ifconfig. | luigi | 2011-06-14 | 1 | -1/+1 |
* | - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1. | hrs | 2011-06-06 | 2 | -1/+3 |
* | Add the "nd6 options" line handler as af_other_status() of AF_INET6, not as an | hrs | 2011-06-05 | 2 | -69/+5 |
* | Conditionally compile in the af_inet and af_inet6, af_nd6 modules. | bz | 2011-05-31 | 6 | -6/+52 |
* | When setting media always and not just in case of switching to IFM_AUTO | marius | 2011-05-15 | 1 | -5/+1 |
* | Revert r220907 and r220915. | adrian | 2011-04-22 | 1 | -5/+3 |
* | Change the MIMO userland export ABI to include flags, number of radio chains, | adrian | 2011-04-21 | 1 | -3/+5 |
* | Correct 'list scan' description in the examples. The previous description | gjb | 2011-04-06 | 1 | -1/+1 |
* | Bump date from previous commit. | gjb | 2011-03-21 | 1 | -1/+1 |
* | Use 'list scan' in favor of 'scan', as 'scan' has a different purpose. | gjb | 2011-03-20 | 1 | -1/+1 |
* | Remove unneeded newline. | gjb | 2011-03-12 | 1 | -1/+0 |
* | Add example of using 'scan' for wireless networks, similarly to | gjb | 2011-03-12 | 1 | -0/+4 |
* | Fix the 'scan hang' issue. | bschmidt | 2011-01-30 | 1 | -2/+6 |
* | When doing a scan while being associated it is possible that the scan | bschmidt | 2011-01-30 | 1 | -0/+1 |
* | Teach ifconfig(8) the handy shared option shortcut aliases the NetBSD | marius | 2011-01-05 | 1 | -1/+9 |
* | Remove the advertising clause from UCB copyrighted files in sbin. This | joel | 2010-12-12 | 1 | -4/+0 |
* | Introduces IFF_CANTCONFIG interface flag to point that the interface | weongyo | 2010-12-07 | 1 | -2/+2 |
* | Don't print usbus[0-9] interfaces that it's not the interesting | weongyo | 2010-12-01 | 1 | -0/+2 |
* | When setting a media with no sub-type specified also reset the type | marius | 2010-11-13 | 1 | -1/+1 |
* | When printing media with more than one media option set aggregate these | marius | 2010-11-13 | 1 | -2/+5 |
* | 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 |