| Age | Commit message (Expand) | Author |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-26 | Clean up bogus whitespace | blymn |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-12 | NetBSD authorities apprehended and confiscated these leading spaces | dyoung |
| 2006-03-12 | Bug fix: fields in the radiotap header are little-endian, make it so. | dyoung |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-02-19 | Add radiotap support to an(4). From Eric Auge. | dyoung |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-10 | Bring an_newstate up-to-date with net80211 conventions. Now an(4) | dyoung |
| 2005-07-06 | Historically, an(4), ath(4), atw(4), rtw(4), and wi(4) have printed | dyoung |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-06-20 | Change the rest of the sysctl subsystem to use const consistently. | atatat |
| 2005-01-15 | Fix two bugs: frames were bogusly discarded with the complaint | dyoung |
| 2004-08-24 | Use ANSI function decls and more use of static. | thorpej |
| 2004-08-10 | Make the node table into an LRU cache: least-recently used nodes | dyoung |
| 2004-07-23 | IEEE80211_F_WEPON -> IEEE80211_F_PRIVACY | mycroft |
| 2004-01-28 | Adopt to new 802.11 framework. | onoe |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-13 | Switch an(4) to using the header files in the new 802.11 layer. | dyoung |
| 2003-09-05 | add DIAGNOSTIC check for AN_DEFAULT_xx | itojun |
| 2003-07-06 | Prepare to consolidate 802.11 media handling (which is handled in | dyoung |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-03-23 | Remove FreeBSD RCSID. | gmcgarry |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-07-18 | Do not copy first keys into four key entries; the bug was introduced in 1.17 | onoe |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-07-07 | bcmp -> memcmp | thorpej |
| 2001-06-29 | Experimental support for LEAP, which is cisco's implementation of IEEE802.11 | onoe |
| 2001-06-28 | Do not re-enable after resume if interface is marked down. | onoe |
| 2001-06-21 | Add support for persistent key. | onoe |
| 2001-05-28 | add a comment why IFF_PROMISC is handled separately for SIOCSIFFLAGS: | onoe |
| 2001-05-24 | minor style | itojun |
| 2001-05-24 | correct multicast filter handling. without this, we cannot run IPv6 on an*. | itojun |
| 2001-03-08 | Make sure data after the header is aligned, so that this works on | thorpej |
| 2000-12-21 | improve an_cmd() slightly: | onoe |
| 2000-12-19 | cleanup attach procedure, use tsleep() instead of long delay (and ignore | onoe |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-12-14 | Add PCI version of Aironet, not tested at all. | onoe |
| 2000-12-13 | Support 80211NWKEY and 80211POWER ioctl. | onoe |
| 2000-12-12 | add support(?) for PC4500 which is a 2Mbps product. | onoe |
| 2000-12-12 | cleanup headers: remove duplicate definition, split reg.h/var.h. | onoe |
| 2000-12-12 | s/Ethernet/802.11/ when printing the address. | thorpej |
| 2000-12-11 | To fix panic at "ifconfig an0 down", | onoe |
| 2000-12-11 | Port 'an' driver for Aironet PC4500/PC4800 IEEE802.11 card from FreeBSD. | onoe |