| 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 |
| 2024-11-17 | net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macros | 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 |
| 2022-09-03 | net80211 / drivers: rename to IEEE80211_FC0_SUBTYPE_QOS_DATA | Bjoern A. Zeeb |
| 2020-09-01 | ral: 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-01-26 | Remove 2GHz channel list copies from wireless drivers. | Andriy Voskoboinyk |
| 2018-03-09 | net80211: wrap protection frame allocation into ieee80211_alloc_prot() | 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-02-26 | net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parameters | Andriy Voskoboinyk |
| 2017-02-17 | iwi, ral, zyd: fix possible use-after-free. | Andriy Voskoboinyk |
| 2016-10-02 | net80211: ieee80211_ratectl*: switch to reusable KPI | Andriy Voskoboinyk |
| 2016-05-26 | ral: add missing ic_getradiocaps() assignment. | Andriy Voskoboinyk |
| 2016-05-26 | ral: switch to ieee80211_add_channel_list_*() | Andriy Voskoboinyk |
| 2016-04-29 | net80211 + drivers: hide size of 'bands' array behind a macro. | Andriy Voskoboinyk |
| 2016-04-26 | sys/dev: extend use of the howmany() macro when available. | Pedro F. Giffuni |
| 2016-01-07 | net80211 drivers: fix ieee80211_init_channels() usage | Andriy Voskoboinyk |
| 2015-12-13 | net80211: remove hardcoded slot time durations from drivers | Andriy Voskoboinyk |
| 2015-10-12 | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd |
| 2015-10-03 | net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc... | Adrian Chadd |
| 2015-09-22 | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | 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-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-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 |
| 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-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2013-07-04 | Implement basic 802.11n awareness in the PHY and AMRR rate control code. | Adrian Chadd |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2011-12-17 | Fix some net80211 enum nits: | Bernhard Schmidt |
| 2011-04-09 | Don't hardcode assumptions about basic rates, similar to what the rt2661 | Bernhard Schmidt |
| 2011-01-17 | Pull ieee80211_ratectl_node_init() calls from drivers into net80211. | Bernhard Schmidt |
| 2010-11-06 | Instead of using the AMRR ratectl algo as default for drivers which have | Bernhard Schmidt |
| 2010-08-14 | Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework | Bernhard Schmidt |
| 2010-05-03 | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev |
| 2010-04-07 | Avoid NULL deref. | Rui Paulo |
| 2010-04-07 | net80211 rate control framework (net80211 ratectl). | Rui Paulo |
| 2009-07-11 | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | Rui Paulo |
| 2009-05-20 | Overhaul monitor mode handling: | Sam Leffler |
| 2009-03-30 | Hoist 802.11 encapsulation up into net80211: | Sam Leffler |
| 2009-03-29 | o add ic_rt to track the rate table for the current channel; this enables | Sam Leffler |