| Age | Commit message (Expand) | Author |
| 2021-12-05 | s/decriptor/descriptor/ in comment. | msaitoh |
| 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 |
| 2018-12-22 | Replace: M_COPY_PKTHDR -> m_copy_pkthdr. No functional change, since the | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 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 |
| 2018-02-08 | Typos. | dholland |
| 2017-10-23 | If if_initialize() failed 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 |
| 2016-05-26 | Introduce M_CLEARCTX and use it instead of open-coding rcvif | ozaki-r |
| 2016-05-26 | Use M_GETCTX | ozaki-r |
| 2012-02-18 | split device_t/softc | drochner |
| 2010-06-13 | No need to include PCI header files in bus independent code. | tsutsui |
| 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-09-05 | Invert logic around nested pmf(9) registrations for readability. | tsutsui |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-17 | Merge some changes from OpenBSD: | xtraeme |
| 2008-01-09 | Make sure BBP is ready before writing to it | degroote |
| 2007-12-23 | Remove dead power handling code. | joerg |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-10-21 | Fix a number of driver which doesn't check wep flag in *_tx_mgt. | degroote |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Use bpf_mtap2(). | dyoung |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | 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-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-25 | Add powerhook for RT2560-based cardbus wireless adapters. | jmcneill |
| 2006-09-17 | Call rt2560_stop() from rt2560_detach(). Fixes a panic on detach of cardbus | jmcneill |
| 2006-06-18 | Remove IF_PREPEND() to comply with altq. I think the logic is safe to just | rpaulo |
| 2006-06-18 | When calling IF_DEQUEUE() check if the dequeued mbuf is NULL to comply | rpaulo |
| 2006-06-04 | Driver for Ralink chipsets RT2460A, RT2560, RT2561S, RT2561 and RT2661 | rpaulo |