| Age | Commit message (Expand) | Author |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-05 | Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing. | msaitoh |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | -No functional change: | msaitoh |
| 2019-04-26 | 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-06-23 | constify | maxv |
| 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 | Use M_GETCTX | ozaki-r |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 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-09-15 | To ease a future device_t/softc split, se device_private() instead | dyoung |
| 2009-09-15 | unifdef -D__NetBSD__ -U__FreeBSD__. | dyoung |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-05-16 | Remove some #ifdef __FreeBSD__ code. | dyoung |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 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-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-04 | prevent empty body in if. | christos |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-08-28 | add missing initializer | christos |
| 2006-04-14 | Coverity CID 726: Remove bogus test. ni was checked for not NULL lines above, | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-08-10 | Make the node table into an LRU cache: least-recently used nodes | dyoung |
| 2004-07-23 | Cleanup of ieee80211_node from madwifi: | mycroft |
| 2004-07-23 | IEEE80211_F_WEPON -> IEEE80211_F_PRIVACY | mycroft |
| 2004-01-16 | Do not return EINPROGRESS but 0 in awi_newstate, since the EINPROGRESS | onoe |
| 2004-01-15 | Correct beacon (src/bssid) for hostap and adhoc mode. | onoe |
| 2004-01-15 | Fix: panic when rate is specified but chan is left unspecified. | onoe |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-11-02 | Use ieee80211_find_rxnode to attribute Rx packets to the write | dyoung |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-15 | Re-order a little so that there's no unreachable code in this block. | simonb |
| 2003-10-13 | Adapt awi(4) to the new 802.11 layer. | dyoung |
| 2003-07-06 | Still more consolidation of 802.11 media-handling, moving moving | dyoung |
| 2003-02-25 | Add support for Prism monitor mode. From Kevin Lahey | dyoung |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |