| Age | Commit message (Expand) | Author |
| 2025-10-31 | bwi(4): Fix a typo in a panic messsage | Gordon Bergling |
| 2025-09-19 | net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD | Adrian Chadd |
| 2025-02-26 | net80211: change ieee80211_ratectl_rate() to not return a rix | Adrian Chadd |
| 2025-02-26 | sys: convert ni->ni_txrate references use to the new net80211 API | Adrian Chadd |
| 2023-12-01 | Revert "Widen EPOCH(9) usage in PCI WLAN drivers." | Bjoern A. Zeeb |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2022-05-09 | bwi/bwn: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2022-04-05 | bwi: Mark write-only variable as __unused | Warner Losh |
| 2022-04-05 | bwi: Remove write-only variable | Warner Losh |
| 2022-02-13 | bwi: Fix clang 14 warning about possible unaligned access | Dimitry Andric |
| 2020-09-07 | WiFi: fix ieee80211_media_change() callers | Bjoern A. Zeeb |
| 2020-09-01 | bwi: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2020-01-30 | Widen EPOCH(9) usage in PCI WLAN drivers. | Hans Petter Selasky |
| 2019-03-11 | Fix ieee80211_radiotap(9) usage in wireless drivers: | Andriy Voskoboinyk |
| 2019-01-26 | Remove 2GHz channel list copies from wireless drivers. | Andriy Voskoboinyk |
| 2018-09-26 | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh |
| 2018-08-19 | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer |
| 2018-08-19 | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer |
| 2018-08-10 | bwi(4): Set ic->ic_softc before bwi_getradiocaps to avoid bad deref | Kyle Evans |
| 2018-06-13 | Add PNP info to PCI attachment of bwi driver | Warner Losh |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-20 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-07-06 | Fix drivers that assume ticks starts at zero. These drivers all have logic | Ian Lepore |
| 2017-02-26 | net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters | Andriy Voskoboinyk |
| 2016-10-02 | net80211: ieee80211_ratectl*: switch to reusable KPI | Andriy Voskoboinyk |
| 2016-05-26 | bwi: switch to ieee80211_add_channel_list_2ghz(). | Andriy Voskoboinyk |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2016-04-29 | net80211 + drivers: hide size of 'bands' array behind a macro. | Andriy Voskoboinyk |
| 2016-04-19 | sys/dev: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni |
| 2016-01-07 | net80211 drivers: fix ieee80211_init_channels() usage | Andriy Voskoboinyk |
| 2015-10-12 | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd |
| 2015-09-22 | net80211 & wireless drivers: remove duplicate defines (noop) | Adrian Chadd |
| 2015-08-27 | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff |
| 2015-08-17 | Convert more ifp->if_softc -> ic->ic_softc. | Adrian Chadd |
| 2015-08-08 | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd |
| 2015-08-07 | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff |
| 2015-05-28 | Follow-up r283636 with a fix to the other abuses of BUS_SPACE_MAXSIZE_32BIT. | Scott Long |
| 2015-05-27 | To avoid sleeping in firmware_get() with bwi mutex held, call | Gleb Smirnoff |
| 2015-05-27 | In bwi_mac_fw_alloc(): | Gleb Smirnoff |
| 2015-05-27 | Setup the interrupt handler after bwi_attach(). If IRQ is shared, interrupt | Gleb Smirnoff |
| 2015-05-27 | - Don't request BUS_DMA_ALLOCNOW for dma tags, that requires enormous | Gleb Smirnoff |
| 2015-05-25 | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff |
| 2015-05-25 | Set ic_softc in all 802.11 drivers. Not required right now, but will be | Gleb Smirnoff |
| 2015-05-25 | Make net80211 drivers supply their device name to the net80211 layer, so | Gleb Smirnoff |
| 2015-03-22 | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin |
| 2014-09-19 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2014-01-08 | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | Kevin Lo |
| 2013-10-28 | Include necessary headers that now are available due to pollution | Gleb Smirnoff |