summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2024-12-19wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li1-0/+1
2024-12-19wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma1-1/+1
2024-11-08wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg1-0/+1
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-6/+2
2024-10-10wifi: cfg80211: Set correct chandef when starting CACIssam Hamdi1-1/+14
2024-10-04wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2-2/+4
2024-10-04wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov1-3/+3
2024-09-30Revert "wifi: cfg80211: check wiphy mutex is held for wdev mutex"Ping-Ke Shih1-7/+1
2024-09-08wifi: cfg80211: make hash table duplicates more survivableJohannes Berg1-12/+34
2024-08-29wifi: cfg80211: check wiphy mutex is held for wdev mutexJohannes Berg1-1/+7
2024-08-19wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet1-1/+5
2024-08-14wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-08-14wifi: nl80211: disallow setting special AP channel widthsJohannes Berg1-0/+27
2024-08-11wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_doneVeerendranath Jakkam1-0/+1
2024-08-03wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang1-1/+3
2024-08-03wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang1-2/+2
2024-07-25wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg1-1/+3
2024-07-25wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov1-2/+6
2024-07-25wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg2-17/+36
2024-06-21wifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma1-4/+4
2024-06-21wifi: cfg80211: Lock wiphy in cfg80211_get_stationRemi Pommarel1-1/+6
2024-06-21wifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg2-3/+3
2024-06-12wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook1-7/+7
2024-06-12wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev1-2/+2
2024-05-17wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev1-1/+1
2024-05-17wifi: nl80211: don't free NULL coalescing ruleJohannes Berg1-0/+2
2024-04-13wifi: cfg80211: check A-MSDU format more carefullyJohannes Berg1-4/+10
2024-04-03wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg1-2/+5
2024-03-06wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg1-0/+2
2024-03-01wifi: cfg80211: fix missing interfaces when dumpingMichal Kazior1-0/+1
2024-02-23wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg1-0/+1
2024-02-05wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis1-1/+1
2024-02-05wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg1-0/+4
2024-01-26wifi: cfg80211: parse all ML elements in an ML probe responseBenjamin Berg1-14/+26
2024-01-26wifi: cfg80211: correct comment about MLD IDBenjamin Berg1-2/+5
2024-01-20wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg1-0/+2
2024-01-05wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)Léo Lam1-6/+12
2024-01-05wifi: cfg80211: fix CQM for non-range useJohannes Berg2-19/+32
2024-01-01wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg1-1/+1
2024-01-01wifi: cfg80211: Add my certificateChen-Yu Tsai1-0/+87
2023-12-11Revert "wifi: cfg80211: fix CQM for non-range use"Greg Kroah-Hartman2-32/+19
2023-12-08wifi: cfg80211: fix CQM for non-range useJohannes Berg2-19/+32
2023-11-20wifi: cfg80211: fix off-by-one in element defragJohannes Berg1-2/+2
2023-11-20wifi: cfg80211: add flush functions for wiphy workJohannes Berg3-5/+36
2023-10-23wifi: cfg80211: fix assoc response warning on failed linksJohannes Berg1-1/+2
2023-10-23wifi: cfg80211: pass correct pointer to rdev_inform_bss()Ben Greear1-1/+1
2023-10-11wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg1-1/+1
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg1-1/+1
2023-09-25wifi: cfg80211: Fix 6GHz scan configurationIlan Peer1-0/+4
2023-09-11wifi: cfg80211: fix cqm_config access raceJohannes Berg3-41/+73