| Age | Commit message (Expand) | Author |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-02-05 | Remove very old IFF_NOTRAILERS flag. | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-05-01 | GC private 802.11 rateset declarations, use the standard ones. | maya |
| 2017-10-23 | - Free resources correctly on some errors in atw_attach(). | msaitoh |
| 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 |
| 2016-05-26 | Introduce M_CLEARCTX and use it instead of open-coding rcvif | ozaki-r |
| 2016-05-26 | Use M_GETCTX | ozaki-r |
| 2016-01-26 | PR/50692: David Binderman: Set the right wake up bits. | christos |
| 2013-11-22 | Put back and properly mark a variable which is used iff ATW_DEBUG. | riz |
| 2013-10-17 | - remove unused variables | christos |
| 2013-09-14 | Don't include atw_hw_decrypted, it is not used. Keep it for | joerg |
| 2011-04-02 | Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks. | mbalmer |
| 2010-11-13 | Include sys/proc.h for curproc. | uebayasi |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-12 | Simplify activation hook. | dyoung |
| 2009-09-16 | In pmf(9), improve the implementation of device self-suspension | dyoung |
| 2009-09-13 | Experimental support for fragmentation and RTS/CTS. | dyoung |
| 2009-09-05 | Invert logic around nested pmf(9) registrations for readability. | tsutsui |
| 2009-05-26 | Wrap some long lines. No functional change intended. | dyoung |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-09 | - device/softc split | joerg |
| 2008-04-30 | Make various bits of debug code compile again. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-11 | Prepare for PMF self-suspension: in the if_stop() methods, clear | dyoung |
| 2008-03-07 | Use device_t and accessors. Use PMF instead of legacy power | dyoung |
| 2007-11-16 | Count received frames, Rx PLCP errors, Rx FCS (CRC32) errors, and | dyoung |
| 2007-11-16 | Cosmetic: rename some variables and constants. Move some constants | dyoung |
| 2007-11-16 | Replace some magic numbers with HFA3861A register names. | dyoung |
| 2007-11-15 | Use __arraycount(). | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-29 | s/NPBFILTER/NBPFILTER/ in some #endif comments. No functional change. | scw |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-13 | Stop using typeof() in the bit-twiddling macros, per yamt@'s | dyoung |