summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/p2p.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: brcm80211: replace deprecated strncpy with strscpyJustin Stitt2023-10-301-1/+1
* wifi: brcmfmac: p2p: Introduce generic flexible array frame memberKees Cook2023-02-161-2/+2
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-2/+6
|\
| * wifi: brcmfmac: correctly remove all p2p vifBrian Henriquez2022-11-081-2/+6
* | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* brcmfmac: p2p: Fix spelling mistake "Comback" -> "Comeback"Colin Ian King2022-03-171-4/+4
* brcmfmac: p2p: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2022-02-101-6/+6
* brcmfmac: prepare for const netdev->dev_addrJakub Kicinski2021-10-201-2/+2
* brcmfmac: Demote non-compliant kernel-doc headersYang Shen2021-06-151-1/+1
* brcmfmac: p2p: Fix recently introduced deadlock issueHans de Goede2021-03-231-1/+1
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-4/+8
* brcmfmac: p2p: Fix a couple of function headersLee Jones2020-09-011-3/+2
* brcmfmac: p2p: Fix a bunch of function docsLee Jones2020-09-011-10/+12
* brcmfmac: p2p: Deal with set but unused variablesLee Jones2020-09-011-5/+1
* brcmfmac: initialize the requested dwell timeJoseph Chuang2020-07-141-3/+2
* brcmfmac: remove Comparison to bool in brcmf_p2p_send_action_frame()Jason Yan2020-05-121-1/+1
* brcmfmac: make non-global functions staticChen Zhou2020-05-121-1/+1
* brcmfmac: use actframe_abort to cancel ongoing action frameRyohei Kondo2020-05-121-2/+32
* brcmfmac: Add P2P Action Frame retry delay to fix GAS Comeback Response failu...Justin Li2020-05-061-0/+4
* brcmfmac: Fix P2P Group Formation failure via Go-neg methodJoseph Chuang2020-05-061-2/+26
* brcmfmac: support the second p2p connectionWright Feng2020-05-061-8/+48
* brcmfmac: only generate random p2p address when neededChi-Hsien Lin2020-05-041-2/+16
* brcmfmac: p2p cert 6.1.9-support GOUT handling p2p presence requestMadhan Mohan R2020-05-041-1/+8
* brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()Navid Emamdoost2019-12-181-1/+2
* brcmfmac: switch source files to using SPDX license identifierArend van Spriel2019-05-281-12/+1
* brcmfmac: use bphy_err() in all wiphy-related codeRafał Miłecki2019-02-201-36/+52
* brcmfmac: fix full timeout waiting for action frame on-channel txChung-Hsien Hsu2018-10-051-2/+15
* brcmfmac: reduce timeout for action frame scanChung-Hsien Hsu2018-10-051-5/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* brcmfmac: check p2pdev mac address uniquenessArend Van Spriel2018-04-301-0/+7
* brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel2018-03-271-1/+1
* brcmfmac: fix P2P_DEVICE ethernet address generationArend Van Spriel2018-03-071-13/+11
* brcmfmac: move configuration of probe request IEsArend Van Spriel2017-11-101-4/+2
* brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel2017-11-101-4/+1
* brcmfmac: Avoid possible out-of-bounds readKevin Cernekee2017-10-021-2/+1
* brcmfmac: fix double free upon register_netdevice() failureArend Van Spriel2017-06-271-0/+1
* Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-2/+1
|\
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-2/+1
* | brcmfmac: use local iftype avoiding use-after-free of virtual interfaceArend Van Spriel2017-03-301-3/+5
|/
* brcmfmac: Check rtnl_lock is locked when removing interfacemhiramat@kernel.org2016-08-241-3/+5
* brcmfmac: delete interface directly in code that sent fw requestRafał Miłecki2016-07-081-2/+1
* brcmfmac: add missing break when deleting P2P_DEVICERafał Miłecki2016-06-291-0/+2
* brcmfmac: fix lockup when removing P2P interface after event timeoutRafał Miłecki2016-06-291-2/+2
* brcmfmac: drop unused pm_block vif attributeRafał Miłecki2016-06-161-3/+2
* brcmfmac: print errors if creating interface failsRafał Miłecki2016-06-161-2/+0
* brcmutil: add field storing control channel to the struct brcmu_chanRafał Miłecki2016-06-141-5/+5
* brcmfmac: fix p2p scan abort null pointer exceptionHante Meuleman2016-04-141-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-4/+4