aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/iface.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-07wifi: mac80211: enable MLO support for 4-address mode interfacesTamizh Chelvam Raja1-7/+0
2026-04-07wifi: mac80211: support NAN stationsMiri Korenblit1-4/+6
2026-04-07wifi: mac80211: support open and close for NAN_DATA interfacesMiri Korenblit1-3/+30
2026-04-07wifi: mac80211: add NAN local schedule supportMiri Korenblit1-0/+8
2026-04-07wifi: mac80211: run NAN DE code only when appropriateMiri Korenblit1-9/+16
2026-04-07wifi: mac80211: add a TXQ for management frames on NAN devicesBenjamin Berg1-2/+26
2026-03-25wifi: cfg80211: add support for NAN data interfaceMiri Korenblit1-0/+3
2026-03-25wifi: mac80211: cleanup error path of ieee80211_do_openMiri Korenblit1-6/+12
2026-03-24wifi: mac80211: properly handle error in ieee80211_add_virtual_monitorMiri Korenblit1-4/+3
2026-03-06wifi: mac80211: add support for NDP ADDBA/DELBA for S1GRia Thomas1-0/+3
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-9/+9
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi1-1/+9
2026-02-02wifi: mac80211: use wiphy_hrtimer_work for CAC timeoutAmith A1-1/+1
2026-01-29Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-3/+3
2026-01-19wifi: mac80211: mark iface work SKBs as consumedJohannes Berg1-3/+3
2026-01-12wifi: mac80211: correctly check if CSA is activeMiri Korenblit1-2/+6
2025-12-16wifi: mac80211: fix list iteration in ieee80211_add_virtual_monitor()Dmitry Antipov1-1/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+11
2025-11-11wifi: mac80211: track MU-MIMO configuration on disabled interfacesBenjamin Berg1-6/+40
2025-11-06wifi: mac80211: reject address change while connectingJohannes Berg1-3/+11
2025-09-19wifi: mac80211: Get the correct interface for non-netdev skb statusIlan Peer1-15/+1
2025-09-19wifi: mac80211: Track NAN interface start/stopIlan Peer1-0/+9
2025-07-15wifi: mac80211: handle WLAN_HT_ACTION_NOTIFY_CHANWIDTH asyncMiri Korenblit1-0/+29
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-07-10wifi: mac80211: always initialize sdata::key_listMiri Korenblit1-2/+2
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-3/+3
2025-04-23wifi: mac80211: restructure tx profile retrieval for MLO MBSSIDRameshkumar Sundaram1-21/+54
2025-04-23wifi: mac80211: Create separate links for VLAN interfacesMuna Sinada1-1/+11
2025-04-11Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-02wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel1-0/+3
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+6
2025-02-26wifi: mac80211: Add counter for all monitor interfacesAlexander Wetzel1-9/+13
2025-02-11wifi: mac80211: remove debugfs dir for virtual monitorAlexander Wetzel1-5/+6
2025-02-11wifi: mac80211: ensure sdata->work is canceled before initialized.Miri Korenblit1-1/+4
2025-02-11wifi: mac80211: Add processing of TTLM teardown frameIlan Peer1-0/+3
2025-02-11wifi: mac80211: Add support for EPCS configurationIlan Peer1-0/+8
2025-02-11wifi: mac80211: Drop cooked monitor supportAlexander Wetzel1-29/+21
2025-01-13wifi: mac80211: Support dynamic link addition and removalIlan Peer1-0/+4
2024-12-19Merge tag 'wireless-next-2024-12-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-16/+9
2024-12-04wifi: mac80211: use wiphy guardJohannes Berg1-16/+9
2024-12-03wifi: mac80211: fix vif addr when switching from monitor to stationFelix Fietkau1-7/+4
2024-12-03wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach1-8/+4
2024-10-23mac80211: Remove NOP call to ieee80211_hw_configBen Greear1-1/+0
2024-10-23wifi: mac80211: add support for the monitor SKIP_TX flagFelix Fietkau1-0/+2
2024-10-23wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau1-5/+17
2024-10-23wifi: mac80211: update the right link for tx powerEmmanuel Grumbach1-12/+8
2024-10-23wifi: mac80211: __ieee80211_recalc_txpower receives a linkEmmanuel Grumbach1-2/+3
2024-10-23wifi: mac80211: ieee80211_recalc_txpower receives a linkEmmanuel Grumbach1-4/+4
2024-09-09wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16