index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
broadcom
/
brcm80211
/
brcmfmac
/
p2p.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-23
brcmfmac: p2p: Fix recently introduced deadlock issue
Hans de Goede
1
-1
/
+1
2021-01-26
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
1
-4
/
+8
2020-09-01
brcmfmac: p2p: Fix a couple of function headers
Lee Jones
1
-3
/
+2
2020-09-01
brcmfmac: p2p: Fix a bunch of function docs
Lee Jones
1
-10
/
+12
2020-09-01
brcmfmac: p2p: Deal with set but unused variables
Lee Jones
1
-5
/
+1
2020-07-14
brcmfmac: initialize the requested dwell time
Joseph Chuang
1
-3
/
+2
2020-05-12
brcmfmac: remove Comparison to bool in brcmf_p2p_send_action_frame()
Jason Yan
1
-1
/
+1
2020-05-12
brcmfmac: make non-global functions static
Chen Zhou
1
-1
/
+1
2020-05-12
brcmfmac: use actframe_abort to cancel ongoing action frame
Ryohei Kondo
1
-2
/
+32
2020-05-06
brcmfmac: Add P2P Action Frame retry delay to fix GAS Comeback Response failu...
Justin Li
1
-0
/
+4
2020-05-06
brcmfmac: Fix P2P Group Formation failure via Go-neg method
Joseph Chuang
1
-2
/
+26
2020-05-06
brcmfmac: support the second p2p connection
Wright Feng
1
-8
/
+48
2020-05-04
brcmfmac: only generate random p2p address when needed
Chi-Hsien Lin
1
-2
/
+16
2020-05-04
brcmfmac: p2p cert 6.1.9-support GOUT handling p2p presence request
Madhan Mohan R
1
-1
/
+8
2019-12-18
brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()
Navid Emamdoost
1
-1
/
+2
2019-05-28
brcmfmac: switch source files to using SPDX license identifier
Arend van Spriel
1
-12
/
+1
2019-02-20
brcmfmac: use bphy_err() in all wiphy-related code
Rafał Miłecki
1
-36
/
+52
2018-10-05
brcmfmac: fix full timeout waiting for action frame on-channel tx
Chung-Hsien Hsu
1
-2
/
+15
2018-10-05
brcmfmac: reduce timeout for action frame scan
Chung-Hsien Hsu
1
-5
/
+4
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-04-30
brcmfmac: check p2pdev mac address uniqueness
Arend Van Spriel
1
-0
/
+7
2018-03-27
brcmfmac: allocate struct brcmf_pub instance using wiphy_new()
Arend Van Spriel
1
-1
/
+1
2018-03-07
brcmfmac: fix P2P_DEVICE ethernet address generation
Arend Van Spriel
1
-13
/
+11
2017-11-10
brcmfmac: move configuration of probe request IEs
Arend Van Spriel
1
-4
/
+2
2017-11-10
brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan field
Arend Van Spriel
1
-4
/
+1
2017-10-02
brcmfmac: Avoid possible out-of-bounds read
Kevin Cernekee
1
-2
/
+1
2017-06-27
brcmfmac: fix double free upon register_netdevice() failure
Arend Van Spriel
1
-0
/
+1
2017-04-20
Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...
David S. Miller
1
-2
/
+1
2017-04-13
cfg80211: move add/change interface monitor flags into params
Johannes Berg
1
-2
/
+1
2017-03-30
brcmfmac: use local iftype avoiding use-after-free of virtual interface
Arend Van Spriel
1
-3
/
+5
2016-08-24
brcmfmac: Check rtnl_lock is locked when removing interface
mhiramat@kernel.org
1
-3
/
+5
2016-07-08
brcmfmac: delete interface directly in code that sent fw request
Rafał Miłecki
1
-2
/
+1
2016-06-29
brcmfmac: add missing break when deleting P2P_DEVICE
Rafał Miłecki
1
-0
/
+2
2016-06-29
brcmfmac: fix lockup when removing P2P interface after event timeout
Rafał Miłecki
1
-2
/
+2
2016-06-16
brcmfmac: drop unused pm_block vif attribute
Rafał Miłecki
1
-3
/
+2
2016-06-16
brcmfmac: print errors if creating interface fails
Rafał Miłecki
1
-2
/
+0
2016-06-14
brcmutil: add field storing control channel to the struct brcmu_chan
Rafał Miłecki
1
-5
/
+5
2016-04-14
brcmfmac: fix p2p scan abort null pointer exception
Hante Meuleman
1
-1
/
+1
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-4
/
+4
2016-03-07
brcmfmac: Add length checks on firmware events
Hante Meuleman
1
-0
/
+10
2016-03-07
brcmfmac: change function name for brcmf_cfg80211_wait_vif_event_timeout()
Arend van Spriel
1
-8
/
+8
2016-01-08
brcmfmac: use msecs_to_jiffies() in macro definitions
Arend van Spriel
1
-9
/
+9
2015-11-30
brcmfmac: Remove redundant parameter action from scan.
Hante Meuleman
1
-8
/
+5
2015-11-30
brcmfmac: Cleanup ssid storage.
Hante Meuleman
1
-12
/
+8
2015-11-26
brcmfmac: Use consistent naming for bsscfgidx.
Hante Meuleman
1
-3
/
+3
2015-11-18
brcm80211: move under broadcom vendor directory
Kalle Valo
1
-0
/
+2401