summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-18wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong2-0/+26
2023-09-13wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih1-0/+4
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit2-2/+3
2023-09-13wifi: cfg80211: export DFS CAC time and usable state helper functionsAditya Kumar Singh2-17/+2
2023-09-13wifi: cfg80211: call reg_call_notifier on beacon hintsAbhishek Kumar1-8/+12
2023-09-13wifi: cfg80211: allow reg update by driver even if wiphy->regd is setRaj Kumar Bhagat1-5/+4
2023-09-13wifi: mac80211: additions to change_beacon()Aloka Dixit1-0/+13
2023-09-13wifi: nl80211: additions to NL80211_CMD_SET_BEACONAloka Dixit1-0/+15
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit4-50/+56
2023-09-13wifi: mac80211: fixes in FILS discovery updatesAloka Dixit1-37/+40
2023-09-13wifi: nl80211: fixes to FILS discovery updatesAloka Dixit1-1/+15
2023-09-13wifi: lib80211: remove unused variables iv32 and iv16Tom Rix1-6/+6
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg9-151/+53
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg9-125/+33
2023-09-13wifi: wext: avoid extra calls to strlen() in ieee80211_bss()Dmitry Antipov1-22/+25
2023-09-11wifi: mac80211: fix channel switch link dataJohannes Berg2-5/+7
2023-09-11wifi: mac80211: Do not force off-channel for management Tx with MLOIlan Peer1-1/+6
2023-09-11wifi: mac80211: take MBSSID/EHT data also from probe respJohannes Berg1-10/+15
2023-09-11wifi: mac80211: Print local link address during authenticationIlan Peer1-2/+14
2023-09-11wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg1-1/+1
2023-09-11wifi: cfg80211: reg: fix various kernel-doc issuesJohannes Berg1-8/+8
2023-09-11wifi: mac80211: fix various kernel-doc issuesJohannes Berg2-10/+12
2023-09-11wifi: mac80211: remove unnecessary struct forward declarationJohannes Berg1-1/+0
2023-09-11wifi: mac80211: add more warnings about inserting sta infoBenjamin Berg1-2/+6
2023-09-11wifi: cfg80211: add ieee80211_fragment_element to public APIBenjamin Berg3-31/+29
2023-09-11wifi: mac80211: add an element parsing unit testJohannes Berg6-0/+130
2023-09-11wifi: cfg80211: add first kunit tests, for element defragJohannes Berg5-0/+182
2023-09-11wifi: cfg80211: fix off-by-one in element defragJohannes Berg1-2/+2
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach4-31/+48
2023-09-11wifi: mac80211: fix RCU usage warning in mesh fast-xmitJohannes Berg1-1/+1
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg4-16/+10
2023-09-11wifi: mac80211: fix BA session teardown raceJohannes Berg3-8/+15
2023-09-11wifi: mac80211: fix TXQ error path and cleanupJohannes Berg2-2/+3
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg30-949/+287
2023-09-11wifi: mac80211: set wiphy for virtual monitorsJohannes Berg1-0/+1
2023-09-11wifi: mac80211: reduce iflist_mtxJohannes Berg7-42/+29
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg14-269/+135
2023-09-11wifi: mac80211: remove ampdu_mlme.mtxJohannes Berg7-117/+60
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg9-142/+113
2023-09-11wifi: mac80211: remove key_mtxJohannes Berg9-132/+90
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg18-214/+112
2023-09-11wifi: mac80211: take wiphy lock for MAC addr changeJohannes Berg1-3/+16
2023-09-11wifi: mac80211: extend wiphy lock in interface removalJohannes Berg1-1/+2
2023-09-11wifi: mac80211: hold wiphy_lock around concurrency checksJohannes Berg1-2/+3
2023-09-11wifi: mac80211: ethtool: hold wiphy mutexJohannes Berg1-2/+6
2023-09-11wifi: cfg80211: check wiphy mutex is held for wdev mutexJohannes Berg1-1/+7
2023-09-11wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan()Johannes Berg1-3/+7
2023-09-11wifi: cfg80211: sme: hold wiphy lock for wdev iterationJohannes Berg1-0/+2
2023-09-11wifi: cfg80211: reg: hold wiphy mutex for wdev iterationJohannes Berg1-0/+3
2023-09-11wifi: mac80211: check wiphy mutex in opsJohannes Berg2-0/+95