summaryrefslogtreecommitdiff
path: root/net/wireless/scan.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis1-1/+1
2024-02-23wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg1-0/+4
2023-07-27wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg1-89/+124
2022-12-08wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg1-1/+2
2022-11-25wifi: cfg80211: silence a sparse RCU warningJohannes Berg1-1/+3
2022-10-15wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg1-11/+20
2022-10-15wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg1-0/+9
2022-10-15wifi: cfg80211: fix BSS refcounting bugsJohannes Berg1-13/+14
2022-10-15wifi: cfg80211: ensure length byte is present before accessJohannes Berg1-2/+4
2022-10-15wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg1-0/+2
2022-10-15wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg1-1/+1
2022-04-20cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram1-0/+2
2021-11-02cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()Johannes Berg1-2/+5
2021-08-04cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi1-4/+2
2021-05-14cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg1-0/+2
2020-04-17cfg80211: Do not warn on same channel at the end of CSAIlan Peer1-1/+5
2019-10-07cfg80211: fix a bunch of RCU issues in multi-bssid codeSara Sharon1-10/+13
2019-10-01cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg1-1/+6
2019-07-29cfg80211: fix duplicated scan entries after channel switchSergey Matyukevich1-0/+79
2019-07-29cfg80211: refactor cfg80211_bss_updateSergey Matyukevich1-82/+89
2019-07-26cfg80211: give all multi-BSSID BSS entries the same timestampJohannes Berg1-2/+5
2019-07-26cfg80211: don't parse MBSSID if transmitting BSS isn't createdJohannes Berg1-1/+3
2019-07-26cfg80211: clean up cfg80211_inform_single_bss_frame_data()Johannes Berg1-7/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-06-14cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho1-2/+2
2019-06-14cfg80211: Add a function to iterate all BSS entriesIlan Peer1-0/+21
2019-05-28cfg80211: Handle bss expiry during connectionChaitanya Tata1-5/+7
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller1-9/+164
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter1-4/+4
2019-04-26cfg80211: support profile split between elementsSara Sharon1-6/+103
2019-04-26cfg80211: support non-inheritance elementSara Sharon1-1/+60
2019-04-26cfg80211: don't skip multi-bssid index elementSara Sharon1-2/+1
2019-03-29cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing1-2/+1
2019-02-08cfg80211: fix memory leak of new_ieSara Sharon1-4/+5
2019-02-08cfg80211: fix the IE inheritance of extension IEsSara Sharon1-7/+13
2019-02-08cfg80211: save multi-bssid propertiesSara Sharon1-21/+48
2019-02-08cfg80211: make BSSID generation function inlineSara Sharon1-16/+0
2019-02-08cfg80211: parse multi-bssid only if HW supports itSara Sharon1-1/+10
2019-02-08cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon1-41/+39
2019-02-08cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon1-2/+34
2019-02-08cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg1-32/+15
2019-02-08cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu1-38/+470
2019-02-08cfg80211: add various struct element finding helpersJohannes Berg1-22/+17
2019-02-08cfg80211: add and use strongly typed element iteration macrosJohannes Berg1-8/+6
2018-12-18cfg80211: add some missing fall through annotationsLuca Coelho1-1/+1
2018-09-10cfg80211: Address some corner cases in scan result channel updatingJouni Malinen1-9/+49
2017-12-19cfg80211: Scan results to also report the per chain signal strengthSunil Dutt1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-23cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel1-4/+4
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-32/+31