aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2023-06-14wifi: mac80211: Fix permissions for valid_links debugfs entryGravatar Ilan Peer 1-1/+1
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateGravatar Ilan Peer 9-51/+52
2023-06-14wifi: mac80211: allow disabling SMPS debugfs controlsGravatar Miri Korenblit 1-1/+4
2023-06-14wifi: mac80211: don't update rx_stats.last_rate for NDPGravatar Johannes Berg 1-3/+3
2023-06-14wifi: mac80211: fix CSA processing while scanningGravatar Benjamin Berg 1-3/+4
2023-06-14wifi: mac80211: mlme: clarify WMM messagesGravatar Johannes Berg 1-9/+9
2023-06-14wifi: mac80211: pass roc->sdata to drv_cancel_remain_on_channel()Gravatar Anjaneyulu 1-2/+2
2023-06-14wifi: mac80211: include key action/command in tracingGravatar Johannes Berg 1-3/+5
2023-06-14wifi: mac80211: add helpers to access sband iftype dataGravatar Johannes Berg 4-32/+17
2023-06-12wifi: mac80211: fragment per STA profile correctlyGravatar Benjamin Berg 3-5/+6
2023-06-10net: move gso declarations and functions to their own filesGravatar Eric Dumazet 1-0/+1
2023-06-09wifi: mac80211: Use active_links instead of valid_links in TxGravatar Ilan Peer 1-3/+3
2023-06-09wifi: mac80211: take lock before setting vif linksGravatar Benjamin Berg 1-1/+8
2023-06-09wifi: mac80211: fix link activation settings orderGravatar Johannes Berg 1-2/+2
2023-06-07wifi: mac80211: mlme: move disconnects to wiphy workGravatar Johannes Berg 4-26/+32
2023-06-07wifi: mac80211: ibss: move disconnect to wiphy workGravatar Johannes Berg 2-7/+9
2023-06-07wifi: mac80211: use wiphy work for channel switchGravatar Johannes Berg 3-27/+20
2023-06-07wifi: mac80211: use wiphy work for SMPSGravatar Johannes Berg 4-9/+12
2023-06-07wifi: mac80211: unregister netdevs through cfg80211Gravatar Johannes Berg 1-13/+7
2023-06-07wifi: mac80211: use wiphy work for sdata->workGravatar Johannes Berg 11-30/+30
2023-06-07Merge wireless into wireless-nextGravatar Johannes Berg 9-42/+77
2023-06-06wifi: mac80211: stop warning after reconfig failuresGravatar Johannes Berg 4-4/+13
2023-06-06wifi: mac80211: consistently use u64 for BSS changesGravatar Anjaneyulu 12-111/+119
2023-06-06wifi: mac80211: batch recalc during STA flushGravatar Johannes Berg 1-14/+34
2023-06-06wifi: mac80211: move sta_info_move_state() upGravatar Johannes Berg 1-101/+100
2023-06-06wifi: mac80211: recalc min chandef for new STA linksGravatar Johannes Berg 1-0/+2
2023-06-06wifi: mac80211: provide a helper to fetch the medium synchronization delayGravatar Emmanuel Grumbach 1-1/+4
2023-06-06wifi: mac80211: refactor ieee80211_select_link_key()Gravatar Mukesh Sisodiya 1-22/+6
2023-06-06wifi: mac80211: use u64 to hold enum ieee80211_bss_change flagsGravatar Mukesh Sisodiya 1-2/+2
2023-06-06wifi: mac80211: implement proper AP MLD HW restartGravatar Johannes Berg 1-1/+43
2023-06-06wifi: mac80211: fetch and store the EML capability informationGravatar Emmanuel Grumbach 1-0/+11
2023-06-06wifi: mac80211: skip EHT BSS membership selectorGravatar Johannes Berg 1-2/+3
2023-06-06wifi: mac80211: remove element scratch_lenGravatar Johannes Berg 2-4/+1
2023-06-06wifi: mac80211: HW restart for MLOGravatar Johannes Berg 1-34/+73
2023-06-06wifi: mac80211: fix switch count in EMA beaconsGravatar Aditya Kumar Singh 1-1/+1
2023-06-06wifi: mac80211: don't translate beacon/presp addrsGravatar Johannes Berg 1-1/+3
2023-06-06wifi: mac80211: mlme: fix non-inheritence elementGravatar Johannes Berg 1-1/+7
2023-06-06wifi: mac80211: use correct iftype HE capGravatar Johannes Berg 1-5/+10
2023-05-25leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-valueGravatar Hans de Goede 2-7/+3
2023-05-16wifi: mac80211: recalc chanctx mindef before assigningGravatar Johannes Berg 1-0/+3
2023-05-16wifi: mac80211: consider reserved chanctx for mindefGravatar Johannes Berg 3-30/+47
2023-05-16wifi: mac80211: simplify chanctx allocationGravatar Johannes Berg 1-1/+1
2023-05-16wifi: mac80211: Abort running color change when stopping the APGravatar Michael Lee 1-1/+2
2023-05-16wifi: mac80211: fix min center freq offset tracingGravatar Johannes Berg 1-1/+1
2023-05-16wifi: mac80211: Fix puncturing bitmap handling in __ieee80211_csa_finalize()Gravatar Christophe JAILLET 1-2/+2
2023-05-16wifi: mac80211: fortify the spinlock against deadlock by interruptGravatar Mirsad Goran Todorovac 1-2/+3
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Jakub Kicinski 7-30/+40
2023-04-20mac80211: use the new drop reasons infrastructureGravatar Johannes Berg 5-48/+126
2023-04-20wifi: mac80211: remove return value check of debugfs_create_dir()Gravatar Yingsha Xu 1-4/+0
2023-04-18wifi: mac80211: remove ieee80211_tx_status_8023Gravatar Felix Fietkau 1-24/+0