| Age | Commit message (Expand) | Author |
| 2025-09-19 | net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD | 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 .c comment pattern | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2023-02-06 | Mechanically convert iwi(4) and iwn(4) to IfAPI | Justin Hibbits |
| 2022-12-07 | iwi: Fix mismatch in array bounds. | John Baldwin |
| 2022-05-06 | iwi/iwm/iwn: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin |
| 2022-04-06 | iwi: Remove write-only status variable. | John Baldwin |
| 2020-02-26 | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki |
| 2020-01-30 | Widen EPOCH(9) usage in PCI WLAN drivers. | Hans Petter Selasky |
| 2019-04-10 | urtw(4), otus(4), iwi(4): allow to set non-default MAC address via ifconfig(8) | Andriy Voskoboinyk |
| 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-12-18 | iwi(4): do not leak node reference when IWI_FLAG_ASSOCIATED flag is set. | Andriy Voskoboinyk |
| 2018-03-30 | Use an accessor function to access ifr_data. | Brooks Davis |
| 2018-03-08 | Remove unused variable. | Konstantin Belousov |
| 2018-03-08 | iwi(4): factor out rateset setup into iwi_set_rateset(). | Andriy Voskoboinyk |
| 2018-01-21 | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni |
| 2018-01-13 | dev: make some use of mallocarray(9). | Pedro F. Giffuni |
| 2018-01-02 | [net80211] convert all of the WME use over to a temporary copy of WME info. | Adrian Chadd |
| 2017-11-27 | 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-17 | iwi, ral, zyd: fix possible use-after-free. | Andriy Voskoboinyk |
| 2017-02-13 | iwi: add 12-14 2GHz channels into channel list. | 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-01-07 | net80211 drivers: fix ieee80211_init_channels() usage | Andriy Voskoboinyk |
| 2015-11-05 | net80211: WME callback cleanup in various drivers | Andriy Voskoboinyk |
| 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-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-06-02 | Make the last revision compilable. | Gleb Smirnoff |
| 2015-06-02 | The argument passed to the iwi_update_wme() is softc, not ieee80211com. | 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 |
| 2014-09-19 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2014-03-30 | Fix sizeof modifier for sizeof() in printf | Eitan Adler |
| 2014-03-29 | Add support to export the contents of the notification updates from the firmw... | Adrian Chadd |
| 2014-01-08 | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | Kevin Lo |
| 2013-12-29 | - Probe with BUS_PROBE_DEFAULT instead of 0. | Marius Strobl |
| 2013-11-26 | The bssid can change from underneath us, so take a reference before | Adrian Chadd |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-03-23 | Use suspend/resume methods provided by net80211. This ensures that the | Bernhard Schmidt |
| 2012-03-10 | Fix wrong asresp frame parsing in iwi_checkforqos(). | Mitsuru IWASAKI |
| 2011-12-17 | Fix some net80211 enum nits: | Bernhard Schmidt |