| Age | Commit message (Expand) | Author | Files | Lines |
| 4 days | wifi: mac80211: fix channel evacuation logic | Miri Korenblit | 3 | -13/+75 |
| 4 days | wifi: mac80211: refactor ieee80211_nan_try_evacuate | Miri Korenblit | 2 | -26/+54 |
| 4 days | wifi: mac80211: add an option to filter out a channel in combinations check | Miri Korenblit | 2 | -17/+51 |
| 4 days | wifi: mac80211: add KUnit coverage for negotiated TTLM parser | Michael Bommarito | 5 | -2/+186 |
| 10 days | Merge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/... | Jakub Kicinski | 5 | -15/+45 |
| 10 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -46/+75 |
| 12 days | wifi: mac80211: allow cipher change on NAN_DATA interfaces | Daniel Gabay | 1 | -3/+8 |
| 12 days | wifi: mac80211: don't call ieee80211_handle_reconfig_failure when not needed | Miri Korenblit | 1 | -5/+1 |
| 12 days | wifi: mac80211: Allow per station GTK for NAN Data interfaces | Ilan Peer | 1 | -4/+7 |
| 12 days | wifi: mac80211: don't recalc min def for S1G chan ctx | Lachlan Hodges | 1 | -2/+8 |
| 12 days | wifi: mac80211: skip NSS and BW init for S1G sta | Lachlan Hodges | 1 | -0/+17 |
| 12 days | wifi: mac80211: check stations are removed before MLD change | Johannes Berg | 1 | -1/+4 |
| 12 days | wifi: mac80211: consume only present negotiated TTLM maps | Michael Bommarito | 1 | -1/+1 |
| 12 days | wifi: mac80211: capture fast-RX rate before mesh reuses skb->cb | Zhao Li | 1 | -1/+5 |
| 12 days | wifi: mac80211: fix multi-link element inheritance | Johannes Berg | 1 | -3/+33 |
| 12 days | wifi: mac80211: fix MLE defragmentation | Johannes Berg | 1 | -40/+31 |
| 12 days | wifi: mac80211: don't override max_amsdu_subframes | Emmanuel Grumbach | 1 | -2/+3 |
| 12 days | wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs | Alexandru Hossu | 1 | -0/+3 |
| 2026-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -9/+20 |
| 2026-05-06 | wifi: mac80211: explicitly disable FTM responder on AP stop | Johannes Berg | 1 | -2/+7 |
| 2026-05-06 | wifi: mac80211: remove station if connection prep fails | Johannes Berg | 1 | -5/+4 |
| 2026-05-05 | wifi: mac80211: use safe list iteration in radar detect work | Benjamin Berg | 1 | -2/+2 |
| 2026-05-05 | wifi: mac80211: check AP using NPCA has NPCA capability | Johannes Berg | 1 | -0/+11 |
| 2026-05-05 | wifi: mac80211: don't parse full UHR operation from beacons | Johannes Berg | 1 | -8/+1 |
| 2026-05-05 | wifi: cfg80211: separate NPCA validity from chandef validity | Johannes Berg | 1 | -1/+4 |
| 2026-05-05 | wifi: mac80211: set AP NPCA parameters in bss_conf | Johannes Berg | 1 | -0/+32 |
| 2026-05-05 | wifi: mac80211: mlme: use NPCA chandef if capable | Johannes Berg | 3 | -1/+117 |
| 2026-05-05 | wifi: mac80211: allow only AP chanctx sharing with NPCA | Johannes Berg | 2 | -7/+42 |
| 2026-05-05 | wifi: mac80211: add NPCA to chandef tracing | Johannes Berg | 1 | -4/+10 |
| 2026-05-05 | wifi: mac80211: remove NPCA during chandef downgrade | Johannes Berg | 1 | -0/+4 |
| 2026-05-05 | wifi: mac80211: use NPCA in chandef for validation | Johannes Berg | 1 | -34/+3 |
| 2026-05-05 | wifi: mac80211: carry element parsing frame type/from_ap | Johannes Berg | 2 | -0/+5 |
| 2026-05-05 | wifi: mac80211: move ieee80211_chandef_usable() up | Johannes Berg | 1 | -15/+15 |
| 2026-05-05 | wifi: mac80211: use struct for ieee80211_determine_ap_chan() args | Johannes Berg | 1 | -16/+41 |
| 2026-05-05 | wifi: mac80211: mlme: advertise driver's extended MLD capa/ops | Johannes Berg | 1 | -2/+21 |
| 2026-05-05 | wifi: mac80211: track AP's extended MLD capa/ops | Johannes Berg | 1 | -0/+6 |
| 2026-05-05 | wifi: mac80211: update UHR capabilities field order | Johannes Berg | 4 | -10/+4 |
| 2026-05-05 | wifi: mac80211: move frame RX handling to type files | Johannes Berg | 6 | -373/+394 |
| 2026-05-05 | wifi: cfg80211/mac80211: Add NL80211_IFTYPE_PD for PD PASN and PMSR operations | Peddolla Harshavardhan Reddy | 6 | -1/+18 |
| 2026-05-05 | wifi: cfg80211: Add MAC address filter to remain_on_channel | Peddolla Harshavardhan Reddy | 2 | -2/+4 |
| 2026-05-05 | wifi: mac80211: add NAN channel evacuation support | Miri Korenblit | 2 | -7/+147 |
| 2026-05-05 | wifi: mac80211: avoid out-of-bounds access in monitor | Miri Korenblit | 1 | -4/+5 |
| 2026-05-05 | wifi: mac80211: Fix a kernel panic in ieee80211_encrypt_tx_skb() | Andrei Otcheretianski | 1 | -2/+9 |
| 2026-05-05 | wifi: mac80211: Allow setting MAC address on interface creation | Ilan Peer | 1 | -1/+6 |
| 2026-05-05 | wifi: mac80211: accept protected frames for NAN device | Avraham Stern | 1 | -8/+16 |
| 2026-05-05 | wifi: mac80211: allow userspace TX/RX over NAN Data interfaces | Ilan Peer | 3 | -4/+14 |
| 2026-05-05 | wifi: mac80211: track the id of the NAN cluster we joined | Miri Korenblit | 3 | -3/+22 |
| 2026-05-05 | wifi: mac80211: set assoc_encrypted for EPP associations | Kavita Kavita | 1 | -0/+9 |
| 2026-05-04 | wifi: mac80211: tests: mark HT check strict | Johannes Berg | 1 | -0/+1 |
| 2026-04-28 | wifi: mac80211: always allow transmitting null-data on TXQs | Johannes Berg | 1 | -1/+1 |
| 2026-04-28 | wifi: mac80211: use kstrtobool_from_user() in debugfs callbacks | Dmitry Antipov | 1 | -34/+13 |
| 2026-04-28 | wifi: mac80211: clarify an 802.11 VHT spec reference | Johannes Berg | 1 | -1/+3 |
| 2026-04-28 | wifi: mac80211: fix per-station PHY capability bandwidth | Johannes Berg | 4 | -6/+170 |
| 2026-04-28 | wifi: mac80211: clarify per-STA bandwidth handling | Johannes Berg | 9 | -155/+193 |
| 2026-04-28 | wifi: cfg80211: move AP HT/VHT/... operation to beacon info | Johannes Berg | 1 | -5/+5 |
| 2026-04-28 | wifi: mac80211: remove ieee80211_sta_cur_vht_bw() | Johannes Berg | 7 | -40/+29 |
| 2026-04-28 | wifi: mac80211: clean up ieee80211_sta_cap_rx_bw() | Johannes Berg | 4 | -35/+14 |
| 2026-04-28 | wifi: mac80211: clean up initial STA NSS/bandwidth handling | Johannes Berg | 11 | -71/+34 |
| 2026-04-28 | wifi: mac80211: clean up STA NSS handling | Johannes Berg | 9 | -103/+108 |
| 2026-04-28 | wifi: mac80211: simplify ieee80211_sta_rx_bw_to_chan_width() | Johannes Berg | 5 | -64/+35 |
| 2026-04-28 | wifi: mac80211: remove ieee80211_sta_cap_chan_bw() | Johannes Berg | 3 | -34/+11 |
| 2026-04-28 | wifi: mac80211: use chandef in TDLS chanctx handling | Johannes Berg | 1 | -1/+2 |
| 2026-04-28 | wifi: mac80211: use chandef in ieee80211_get_sta_bw() | Johannes Berg | 1 | -5/+5 |
| 2026-04-28 | wifi: mac80211: use max BW for HT channel width update | Johannes Berg | 1 | -1/+1 |
| 2026-04-28 | wifi: mac80211: set cur_max_bandwidth to maximum | Johannes Berg | 6 | -31/+4 |
| 2026-04-28 | wifi: mac80211: remove NAN guards on ieee80211_sta_cur_vht_bw() calls | Johannes Berg | 2 | -8/+6 |
| 2026-04-28 | wifi: Rename EMLSR delay constants and add EMLMR helpers and definitions | Pablo Martin-Gomez | 1 | -3/+3 |
| 2026-04-27 | wifi: mac80211: drop stray 'static' from fast-RX rx_result | Catherine | 1 | -1/+1 |
| 2026-04-27 | wifi: mac80211: check ieee80211_rx_data_set_link return in pubsta MLO path | Michael Bommarito | 1 | -1/+3 |
| 2026-04-27 | wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict ... | Rio Liu | 1 | -0/+9 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 36 | -899/+2421 |
| 2026-04-13 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -111/+43 |
| 2026-04-12 | Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/... | Jakub Kicinski | 27 | -305/+1553 |
| 2026-04-09 | net: use get_random_u{16,32,64}() where appropriate | David Carlier | 1 | -1/+1 |
| 2026-04-08 | wifi: mac80211, cfg80211: Export michael_mic() and move it to cfg80211 | Eric Biggers | 4 | -107/+0 |
| 2026-04-07 | wifi: mac80211: enable MLO support for 4-address mode interfaces | Tamizh Chelvam Raja | 3 | -18/+0 |
| 2026-04-07 | wifi: mac80211: use ap_addr for 4-address NULL frame destination | Tamizh Chelvam Raja | 1 | -2/+2 |
| 2026-04-07 | wifi: mac80211: synchronize valid links for WDS AP_VLAN interfaces | Tamizh Chelvam Raja | 3 | -18/+100 |
| 2026-04-07 | wifi: mac80211: handle VHT EXT NSS in ieee80211_determine_our_sta_mode() | Nicolas Escande | 1 | -1/+2 |
| 2026-04-07 | wifi: mac80211: remove unused variables in minstrel_ht_alloc_sta | Jiajia Liu | 1 | -14/+1 |
| 2026-04-07 | wifi: mac80211: allow add_key on NAN interfaces | Avraham Stern | 1 | -2/+2 |
| 2026-04-07 | wifi: mac80211: report and drop spurious NAN Data frames | Miri Korenblit | 1 | -0/+19 |
| 2026-04-07 | wifi: mac80211: allow block ack agreements in NAN Data | Miri Korenblit | 2 | -2/+4 |
| 2026-04-07 | wifi: mac80211: Accept frames on NAN DATA interfaces | Miri Korenblit | 1 | -1/+36 |
| 2026-04-07 | wifi: mac80211: add support for TX over NAN_DATA interfaces | Miri Korenblit | 1 | -3/+29 |
| 2026-04-07 | wifi: mac80211: update NAN data path state on schedule changes | Miri Korenblit | 4 | -1/+122 |
| 2026-04-07 | wifi: mac80211: add NAN peer schedule support | Miri Korenblit | 7 | -1/+305 |
| 2026-04-07 | wifi: mac80211: support NAN stations | Miri Korenblit | 8 | -22/+198 |
| 2026-04-07 | wifi: mac80211: handle reconfig for NAN DATA interfaces | Miri Korenblit | 1 | -2/+17 |
| 2026-04-07 | wifi: mac80211: support open and close for NAN_DATA interfaces | Miri Korenblit | 2 | -3/+41 |
| 2026-04-07 | wifi: mac80211: add NAN local schedule support | Miri Korenblit | 7 | -38/+543 |
| 2026-04-07 | wifi: mac80211: run NAN DE code only when appropriate | Miri Korenblit | 5 | -37/+67 |
| 2026-04-07 | wifi: mac80211: export ieee80211_calculate_rx_timestamp | Benjamin Berg | 6 | -23/+7 |
| 2026-04-07 | wifi: mac80211: add a TXQ for management frames on NAN devices | Benjamin Berg | 3 | -17/+65 |
| 2026-03-26 | Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/... | Jakub Kicinski | 13 | -131/+220 |
| 2026-03-25 | wifi: mac80211: ignore reserved bits in reconfiguration status | Benjamin Berg | 1 | -6/+8 |
| 2026-03-25 | wifi: cfg80211: add support for NAN data interface | Miri Korenblit | 5 | -0/+9 |
| 2026-03-25 | wifi: mac80211: cleanup error path of ieee80211_do_open | Miri Korenblit | 1 | -6/+12 |
| 2026-03-25 | wifi: mac80211: extract channel logic from link logic | Miri Korenblit | 1 | -14/+38 |
| 2026-03-24 | wifi: mac80211: don't consider the sband when processing capabilities | Miri Korenblit | 8 | -36/+62 |
| 2026-03-24 | wifi: mac80211: properly handle error in ieee80211_add_virtual_monitor | Miri Korenblit | 1 | -4/+3 |
| 2026-03-24 | wifi: mac80211: make ieee80211_find_chanctx link-unaware | Miri Korenblit | 2 | -12/+17 |
| 2026-03-24 | wifi: mac80211: use for_each_chanctx_user_* in one more place | Miri Korenblit | 1 | -52/+71 |
| 2026-03-24 | wifi: mac80211: Replace strncpy() with strscpy_pad() in drv_switch_vif_chanct... | Kees Cook | 1 | -3/+2 |
| 2026-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -21/+27 |
| 2026-03-19 | wifi: mac80211: fix STA link removal during link removal | Johannes Berg | 1 | -1/+1 |
| 2026-03-18 | wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure | Felix Fietkau | 1 | -1/+3 |
| 2026-03-18 | wifi: mac80211: fix NULL deref in mesh_matches_local() | Xiang Mei | 1 | -0/+3 |
| 2026-03-13 | wifi: mac80211: check tdls flag in ieee80211_tdls_oper | Deepanshu Kartikey | 1 | -1/+1 |
| 2026-03-13 | wifi: mac80211: don't use cfg80211_chandef_create() for default chandef | Lachlan Hodges | 1 | -3/+15 |
| 2026-03-13 | wifi: mac80211: Remove deleted sta links in ieee80211_ml_reconf_work() | Lorenzo Bianconi | 1 | -0/+11 |
| 2026-03-13 | wifi: mac80211: always use full chanctx compatible check | Johannes Berg | 1 | -49/+37 |
| 2026-03-13 | wifi: mac80211: refactor chandef tracing macros | Johannes Berg | 1 | -56/+38 |
| 2026-03-13 | wifi: mac80211: validate HE 6 GHz operation when EHT is used | Johannes Berg | 1 | -0/+18 |
| 2026-03-09 | wifi: mac80211: Use AES-CMAC library in aes_s2v() | Eric Biggers | 2 | -32/+17 |
| 2026-03-09 | wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac() | Eric Biggers | 6 | -79/+26 |
| 2026-03-06 | wifi: mac80211: Fix static_branch_dec() underflow for aql_disable. | Kuniyuki Iwashima | 1 | -9/+5 |
| 2026-03-06 | mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stations | Felix Fietkau | 1 | -2/+4 |
| 2026-03-06 | wifi: mac80211: use jiffies_delta_to_msecs() for sta_info inactive times | Nicolas Cavallari | 1 | -2/+5 |
| 2026-03-06 | wifi: mac80211: remove keys after disabling beaconing | Johannes Berg | 1 | -6/+6 |
| 2026-03-06 | wifi: mac80211: add support for NDP ADDBA/DELBA for S1G | Ria Thomas | 9 | -13/+63 |
| 2026-03-06 | wifi: mac80211: remove AID bit stripping for print | Johannes Berg | 1 | -1/+1 |
| 2026-03-06 | wifi: mac80211: remove stale TODO item | Johannes Berg | 1 | -1/+0 |
| 2026-03-06 | wifi: move action code from per-type frame structs | Johannes Berg | 16 | -281/+225 |
| 2026-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2026-03-03 | wifi: mac80211: give the AP more time for EPPKE as well | Johannes Berg | 1 | -1/+2 |
| 2026-03-03 | wifi: mac80211: fix missing ieee80211_eml_params member initialization | MeiChia Chiu | 1 | -0/+1 |
| 2026-03-02 | wifi: cfg80211: support key installation on non-netdev wdevs | Avraham Stern | 1 | -10/+10 |
| 2026-03-02 | wifi: cfg80211: make cluster id an array | Miri Korenblit | 1 | -10/+2 |
| 2026-03-02 | wifi: mac80211: update outdated comment | Kexin Sun | 1 | -4/+1 |
| 2026-03-02 | wifi: mac80211: Advertise IEEE 802.1X authentication support | Kavita Kavita | 1 | -0/+1 |
| 2026-03-02 | wifi: mac80211: Add support for IEEE 802.1X authentication protocol in non-AP... | Kavita Kavita | 1 | -6/+72 |
| 2026-03-02 | wifi: mac80211: Advertise EPPKE support based on driver capabilities | Kavita Kavita | 1 | -0/+9 |
| 2026-03-02 | wifi: mac80211: Fix AAD/Nonce computation for management frames with MLO | Sai Pratyusha Magam | 4 | -12/+82 |
| 2026-03-02 | wifi: mac80211: fetch unsolicited probe response template by link ID | Sriram R | 1 | -7/+13 |
| 2026-03-02 | wifi: mac80211: fetch FILS discovery template by link ID | Sriram R | 1 | -7/+13 |
| 2026-03-02 | wifi: nl80211/cfg80211: support stations of non-netdev interfaces | Miri Korenblit | 2 | -12/+13 |
| 2026-03-02 | wifi: mac80211: Set link ID for NULL packets sent to probe stations | Suraj P Kizhakkethil | 1 | -2/+29 |
| 2026-03-02 | wifi: mac80211: set band information only for non-MLD when probing stations u... | Suraj P Kizhakkethil | 1 | -5/+10 |
| 2026-02-26 | Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 3 | -0/+8 |
| 2026-02-24 | wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame() | Vahagn Vardanian | 1 | -0/+3 |
| 2026-02-23 | wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration | Ariel Silver | 1 | -0/+3 |
| 2026-02-23 | wifi: mac80211: set default WMM parameters on all links | Ramanathan Choodamani | 1 | -0/+2 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 2 | -3/+3 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 12 | -18/+18 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 19 | -44/+37 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-02 | wifi: mac80211: Add eMLSR/eMLMR action frame parsing support | Lorenzo Bianconi | 6 | -1/+247 |
| 2026-02-02 | wifi: mac80211: add initial UHR support | Johannes Berg | 11 | -37/+337 |
| 2026-02-02 | wifi: mac80211: use wiphy_hrtimer_work for CAC timeout | Amith A | 5 | -9/+9 |
| 2026-01-29 | Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/... | Jakub Kicinski | 11 | -80/+206 |
| 2026-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+5 |
| 2026-01-29 | wifi: mac80211: correctly decode TTLM with default link map | Benjamin Berg | 1 | -3/+5 |
| 2026-01-27 | wifi: mac80211: use u64_stats_t with u64_stats_sync properly | David Yang | 3 | -11/+23 |
| 2026-01-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -101/+134 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2026-01-20 | wifi: mac80211: apply advertised TTLM from association response | Benjamin Berg | 2 | -99/+119 |
| 2026-01-20 | wifi: mac80211: parse all TTLM entries | Benjamin Berg | 1 | -11/+14 |
| 2026-01-20 | wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt twice | Miri Korenblit | 1 | -1/+2 |
| 2026-01-20 | wifi: mac80211: don't perform DA check on S1G beacon | Lachlan Hodges | 1 | -2/+7 |
| 2026-01-19 | wifi: mac80211: mark iface work SKBs as consumed | Johannes Berg | 1 | -3/+3 |
| 2026-01-19 | wifi: mac80211: remove RX_DROP | Johannes Berg | 2 | -50/+94 |
| 2026-01-14 | wifi: mac80211: add support for encryption/decryption of (Re)Association frames | Kavita Kavita | 5 | -4/+34 |
| 2026-01-14 | wifi: mac80211: add support for EPPKE authentication protocol in non-AP STA mode | Kavita Kavita | 2 | -7/+26 |
| 2026-01-14 | wifi: mac80211: Check for MLE before appending in Authentication frame | Kavita Kavita | 1 | -3/+9 |
| 2026-01-14 | wifi: mac80211: allow key installation before association | Kavita Kavita | 2 | -2/+17 |
| 2026-01-12 | Merge tag 'wireless-next-2026-01-12' of https://git.kernel.org/pub/scm/linux/... | Jakub Kicinski | 5 | -27/+78 |
| 2026-01-12 | wifi: mac80211: remove width argument from ieee80211_parse_bitrates | Miri Korenblit | 4 | -9/+5 |
| 2026-01-12 | wifi: mac80211: improve station iteration ergonomics | Johannes Berg | 1 | -6/+17 |
| 2026-01-12 | wifi: mac80211: improve interface iteration ergonomics | Johannes Berg | 1 | -8/+44 |
| 2026-01-12 | wifi: mac80211: unexport ieee80211_get_bssid() | Johannes Berg | 1 | -1/+0 |
| 2026-01-12 | wifi: mac80211: don't send an unused argument to ieee80211_check_combinations | Miri Korenblit | 1 | -1/+1 |
| 2026-01-12 | wifi: mac80211: correctly check if CSA is active | Miri Korenblit | 1 | -2/+6 |
| 2026-01-08 | wifi: mac80211: collect station statistics earlier when disconnect | Baochen Qiang | 1 | -3/+4 |
| 2026-01-08 | wifi: mac80211: restore non-chanctx injection behaviour | Johannes Berg | 1 | -0/+2 |
| 2026-01-08 | wifi: mac80211: don't iterate not running interfaces | Miri Korenblit | 1 | -0/+3 |
| 2026-01-08 | wifi: mac80211: Update csa_finalize to use link_id | Aditya Kumar Singh | 1 | -2/+11 |
| 2025-12-16 | wifi: mac80211: ocb: skip rx_no_sta when interface is not joined | Moon Hee Lee | 1 | -0/+3 |
| 2025-12-16 | wifi: mac80211: do not use old MBSSID elements | Aloka Dixit | 1 | -10/+0 |
| 2025-12-16 | wifi: mac80211: don't WARN for connections on invalid channels | Johannes Berg | 1 | -1/+4 |
| 2025-12-16 | wifi: mac80211: fix list iteration in ieee80211_add_virtual_monitor() | Dmitry Antipov | 1 | -1/+1 |
| 2025-12-16 | wifi: mac80211: Discard Beacon frames to non-broadcast address | Jouni Malinen | 1 | -0/+5 |
| 2025-11-26 | wifi: mac80211: allow sharing identical chanctx for S1G interfaces | Lachlan Hodges | 2 | -3/+15 |
| 2025-11-24 | wifi: mac80211: fix channel switching code | Johannes Berg | 1 | -1/+1 |
| 2025-11-20 | wifi: mac80211: refactor CMAC packet handlers | Chien Wong | 4 | -131/+37 |
| 2025-11-20 | wifi: mac80211: refactor CMAC crypt functions | Chien Wong | 3 | -50/+19 |
| 2025-11-20 | wifi: mac80211: utilize the newly defined CMAC constants | Chien Wong | 4 | -25/+25 |
| 2025-11-20 | wifi: mac80211: fix CMAC functions not handling errors | Chien Wong | 3 | -30/+61 |
| 2025-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -6/+18 |
| 2025-11-11 | wifi: mac80211: make monitor link info check more specific | Benjamin Berg | 2 | -4/+7 |
| 2025-11-11 | wifi: mac80211: track MU-MIMO configuration on disabled interfaces | Benjamin Berg | 4 | -23/+76 |
| 2025-11-11 | wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connection | Pagadala Yesu Anjaneyulu | 1 | -1/+2 |
| 2025-11-11 | wifi: cfg80211/mac80211: clean up duplicate ap_power handling | Pagadala Yesu Anjaneyulu | 1 | -19/+1 |
| 2025-11-11 | wifi: mac80211: skip rate verification for not captured PSDUs | Benjamin Berg | 1 | -3/+7 |
| 2025-11-10 | wifi: mac80211: remove unnecessary vlan NULL check | Johannes Berg | 1 | -3/+0 |
| 2025-11-10 | wifi: mac80211: pass frame type to element parsing | Johannes Berg | 11 | -57/+122 |
| 2025-11-10 | wifi: mac80211: remove "disabling VHT" message | Johannes Berg | 1 | -4/+1 |
| 2025-11-10 | wifi: mac80211: add and use chanctx usage iteration | Johannes Berg | 1 | -147/+195 |
| 2025-11-10 | wifi: mac80211: simplify ieee80211_recalc_chanctx_min_def() API | Johannes Berg | 4 | -26/+32 |