| Age | Commit message (Expand) | Author |
| 2006-08-30 | comment out impossible comparisons. | christos |
| 2006-08-30 | fix initializers | christos |
| 2006-08-30 | wrong place for __inline | christos |
| 2006-08-25 | In promiscuous mode, some WNICs stop filtering management frames | dyoung |
| 2006-08-09 | Use curchan in monitor mode. From Dheeraj S. FreeBSD always uses curchan, | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-30 | Make 802.11 devices to work with stealth AP even when scanning | tacha |
| 2006-06-27 | fix some pointer botches which made wiconfig panic my machine | drochner |
| 2006-06-22 | PR/33794: Arnaud Degroote: Wiconfig is broken in current. I broke it with | christos |
| 2006-06-12 | don't allocate chans on the stack. | christos |
| 2006-06-12 | Don't allocate wi_req on the stack. | christos |
| 2006-06-12 | Don't use roundup(IEEE80211_CHAN_MAX, NBBY) which is wrong anyway | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-03 | - Make sure scangen sequence number is unique | seanb |
| 2006-03-28 | Revamp ieee80211_get_rate. Now it does not use the rateset in the | dyoung |
| 2006-03-28 | For eventual re-use, extract the sub-band struct from struct | dyoung |
| 2006-03-17 | don't use MALLOC with a non-constant size; use malloc instead. | christos |
| 2006-03-16 | include if_ether.h if you want to use ether_sprintf() | christos |
| 2006-03-12 | Note in radiotap header file and manual page that radiotap fields | dyoung |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-03-02 | Miscellaneous ath(4) and net80211 updates and bug-fixes coming from | dyoung |
| 2006-02-27 | Move the SIOCS80211, SIOCG80211STATS, SIOCG80211ZSTATS definitions | dyoung |
| 2006-02-27 | Simplify SIOCS80211BSSID, making it work just like IEEE80211_IOC_BSSID. | dyoung |
| 2006-02-27 | Register authenticators for 802.1x, WPA. | dyoung |
| 2006-02-27 | KNF: return NULL for a pointer, instead of 0. | dyoung |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-02-19 | Use a safe idiom to extract the keyid from the WEP header, instead | dyoung |
| 2006-02-19 | From sam@FreeBSD.org: | dyoung |
| 2006-02-19 | In 802.11 Duration and PLCP Length calculation, account for privacy | dyoung |
| 2006-01-18 | Apply patch from FreeBSD-SA-06:05. This avoids the overflow during the | christos |
| 2006-01-16 | - tweak RUN_ONCE api to allow init_func returns an error. | yamt |
| 2006-01-13 | Avoid buffer overflow in ioctl (from Karl Janmar) | christos |
| 2006-01-13 | KNF a comment. | skrll |
| 2005-12-29 | Rewrite ieee80211_get_rate using clue from sys/dev/ic/athrate-sample.c: | dyoung |
| 2005-12-29 | IBSS merge nit: clear IEEE80211_F_SIBSS (STATUS: start IBSS) when | dyoung |
| 2005-12-29 | In atw(4), use ieee80211_compute_duration() to compute IEEE 802.11 | dyoung |
| 2005-12-29 | Cosmetic: extract a subroutine ieee80211_update_adhoc_node() from | dyoung |
| 2005-12-16 | In IBSS mode, track all nodes' change of BSSID, not only the BSS | dyoung |
| 2005-12-16 | Cosmetic: normalize whitespace. | dyoung |
| 2005-12-13 | Fix ieee80211_media2rate to suit the funny order of NetBSD's DSSS | dyoung |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-11 | Correct comment on ieee80211_compute_duration(). | dyoung |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-12-08 | Cosmetic: remove unnecessary stairstep. | dyoung |
| 2005-12-08 | Always record a change of the BSS node's BSSID, even if a desired | dyoung |
| 2005-12-08 | Add flag IEEE80211_RADIOTAP_F_BADFCS for packets whose checksum | dyoung |
| 2005-12-04 | Merge the 3 copies of m_getcl() so that fast ipsec compiles again together | christos |
| 2005-11-27 | Move 802.11-specific files to files.net80211 | thorpej |
| 2005-11-25 | Use a once control to call initialize the 802.11 layer when | thorpej |
| 2005-11-23 | Update for recent changes and after tweaking the command to generate | skrll |