| Age | Commit message (Expand) | Author |
| 2017-10-23 | If error occured in the attach function, free resources and return. | msaitoh |
| 2017-05-23 | Apply deferred if_start to more drivers | ozaki-r |
| 2017-02-02 | wlan interfaces make interrupt routine running on softint context. | nonaka |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2015-02-07 | set error. Reported by; | christos |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-09-12 | Eliminate (mostly) unused "ostate" variable | martin |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-12 | Simplify activation hook. Replace each use of sc_invalid by either | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-03 | split device/softc (tested with an@pcmcia) | drochner |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-10-07 | Fix compilation with AN_DEBUG (use %zu instead of %d). | peter |
| 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 |