Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7bb9f731d1026bd48b84cee7853cba7f5678193c
/
drivers
/
net
/
wireless
/
broadcom
d3532ea
brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_ap
by Arnd Bergmann
· 8 years ago
687ee0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
9929780
Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
7f00ee2
brcmfmac: use correct skb freeing helper when deleting flowring
by Rafał Miłecki
· 8 years ago
2f0e56f
brcmfmac: replace WARNING on timeout with a simple error message
by Rafał Miłecki
· 8 years ago
2df86ad
brcmfmac: drop unused fields from struct brcmf_pub
by Rafał Miłecki
· 8 years ago
23e9c12
brcmfmac: fix memory leak in brcmf_fill_bss_param
by Rafał Miłecki
· 8 years ago
92c3136
brcmfmac: simplify mapping of auth type
by Hante Meuleman
· 8 years ago
a7ed782
brcmfmac: fix out of bound access on clearing wowl wake indicator
by Hante Meuleman
· 8 years ago
2b7425f
brcmfmac: fix clearing entry IPv6 address
by Hante Meuleman
· 8 years ago
835680b
brcmfmac: remove unnecessary null pointer check
by Hante Meuleman
· 8 years ago
8fa5fde
brcmfmac: remove worker from .ndo_set_mac_address() callback
by Arend Van Spriel
· 8 years ago
26305d3
brcmfmac: initialize variable in brcmf_sdiod_regrl()
by Arend Van Spriel
· 8 years ago
bc98164
brcmfmac: fix memory leak in brcmf_flowring_add_tdls_peer()
by Arend Van Spriel
· 8 years ago
704d1c6
brcmfmac: rework pointer trickery in brcmf_proto_bcdc_query_dcmd()
by Arend Van Spriel
· 8 years ago
b3589df
brcmfmac: ignore 11d configuration errors
by Hante Meuleman
· 8 years ago
9c4a45b
b43legacy: fix debugfs crash
by Christian Lamparter
· 8 years ago
51b275a
b43: fix debugfs crash
by Christian Lamparter
· 8 years ago
e812bd9
Merge tag 'wireless-drivers-next-for-davem-2016-09-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 8 years ago
b20b378
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
5251b6b
brcmfmac: sdio: shorten retry loop in brcmf_sdio_kso_control()
by Arend Van Spriel
· 8 years ago
634faf3
brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339
by Arend Van Spriel
· 8 years ago
ded8991
brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()
by Arend Van Spriel
· 8 years ago
7703773ef
brcmfmac: fix pmksa->bssid usage
by Nicolas Iooss
· 8 years ago
bccf3ff
brcmfmac: Add USB ID for Cisco Linksys AE1200
by Ismael Luceno
· 8 years ago
8af92af
brcmfmac: add missing header dependencies
by Baoyou Xie
· 8 years ago
b64abcb
brcmfmac: Change vif_event_lock to spinlock
by mhiramat@kernel.org
· 8 years ago
15dacf8
brcmfmac: Check rtnl_lock is locked when removing interface
by mhiramat@kernel.org
· 8 years ago
938f89e
net: wireless: broadcom: brcm80211: brcmfmac: usb: don't print error when allocating urb fails
by Wolfram Sang
· 8 years ago
f823a2a
brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get()
by Florian Fainelli
· 9 years ago
5c5fa1f
brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill
by Florian Fainelli
· 9 years ago
3bdae81
brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain
by Florian Fainelli
· 9 years ago
fd3ed33
brcmfmac: defer DPC processing during probe
by Arend Van Spriel
· 9 years ago
82bc9ab
brcmfmac: restore stopping netdev queue when bus clogs up
by Arend Van Spriel
· 9 years ago
c940de1
brcmfmac: respect hidden_ssid for AP interfaces
by Rafał Miłecki
· 9 years ago
88b3ec5
Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 9 years ago
dba8fbc
brcmfmac: support removing AP interfaces with "interface_remove"
by Rafał Miłecki
· 9 years ago
a63b098
brcmfmac: delete interface directly in code that sent fw request
by Rafał Miłecki
· 9 years ago
1d76250
nl80211: support beacon report scanning
by Avraham Stern
· 9 years ago
20856ad
brcmfmac: add missing break when deleting P2P_DEVICE
by Rafał Miłecki
· 9 years ago
bda9d01
brcmfmac: include also core.h header in cfg80211.h
by Rafał Miłecki
· 9 years ago
54264e7
brcmfmac: use const char * for interface name in brcmf_add_if
by Rafał Miłecki
· 9 years ago
b50ddfa
brcmfmac: fix lockup when removing P2P interface after event timeout
by Rafał Miłecki
· 9 years ago
2a06383
wireless: brcmsmac: fix old-style declaration
by Arnd Bergmann
· 9 years ago
f568ada
brcmfmac: slightly simplify building interface combinations
by Rafał Miłecki
· 9 years ago
dc14341
Merge tag 'wireless-drivers-next-for-davem-2016-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 9 years ago
2947726
brcmfmac: include required headers in cfg80211.h
by Rafał Miłecki
· 9 years ago
2607233
brcmfmac: drop unused pm_block vif attribute
by Rafał Miłecki
· 9 years ago
afdfdc4
b43: Completely remove support for phy_a
by Guenter Roeck
· 9 years ago
9791333
b43: Remove unused phy_a code
by Guenter Roeck
· 9 years ago
98aff6c
brcmfmac: change rx_seq check log from error print to debug print
by Wright Feng
· 9 years ago
4381992
brcmfmac: add support for the PCIE devices 43525 and 43465
by Hante Meuleman
· 9 years ago
cb39288f
brcmfmac: use ndev->needed_headroom to reserve additional header space
by Wright Feng
· 9 years ago
d922dfa
brcmfmac: revise SDIO error message in brcmf_sdio_drivestrengthinit
by Wright Feng
· 9 years ago
10d096f
brcmfmac: fix skb priority handling
by Hante Meuleman
· 9 years ago
508f122
b43: only hardcode LED behavior if SPROM doesn't encode any
by Lucas Stach
· 9 years ago
fd3667a
brcmfmac: don't remove interface on link down firmware event
by Rafał Miłecki
· 9 years ago
8707e08
brcmfmac: fix setting AP channel with new firmwares
by Rafał Miłecki
· 9 years ago
0cd33c2
brcmfmac: print errors if creating interface fails
by Rafał Miłecki
· 9 years ago
ee6e7aa
brcmfmac: support get_channel cfg80211 callback
by Rafał Miłecki
· 9 years ago
4712d88
brcmutil: add field storing control channel to the struct brcmu_chan
by Rafał Miłecki
· 9 years ago
d464fd8
brcmfmac: use kmemdup
by Muhammad Falak R Wani
· 9 years ago
6b128a0
brcm80211: simplify assignment
by Heinrich Schuchardt
· 9 years ago
d02fb8f
brcmfmac: rework function picking free BSS index
by Rafał Miłecki
· 9 years ago
d0b03439
b43: don't unconditionally fall back to CCK if the rate is 6MB OFDM.
by Adrian Chadd
· 9 years ago
b746740
brcmfmac: Fix 'did not remove int handler' warning
by Christian Daudt
· 9 years ago
b88a2e8
brcmfmac: Fix kernel oops in failed chip_attach
by Christian Daudt
· 9 years ago
31143e2
brcmfmac: add eth_type_trans back for PCIe full dongle
by Franky Lin
· 9 years ago
94abd77
brcmfmac: add fallback for devices that do not report per-chain values
by Jaap Jan Meijer
· 9 years ago
56025ca
Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 9 years ago
496aec5
brcmfmac: Add 4356 sdio support
by Christian Daudt
· 9 years ago
8caf115
brcm80211: correct speed testing
by Oliver Neukum
· 9 years ago
81542fa
brcmfmac: testing the wrong variable in brcmf_rx_hdrpull()
by Dan Carpenter
· 9 years ago
53985dc
brcmf: Fix null pointer exception in bcdc_hdrpull
by Per Forlin
· 9 years ago
7705ba6
brcmfmac: add support for nl80211 BSS_SELECT feature
by Arend van Spriel
· 9 years ago
c462ebc
brcmfmac: create common function for handling brcmf_proto_hdrpull()
by Arend van Spriel
· 9 years ago
9c34989
brcmfmac: revise handling events in receive path
by Arend van Spriel
· 9 years ago
bbd1f93
brcmfmac: cleanup ampdu-rx host reorder code
by Arend van Spriel
· 9 years ago
c56caa9d
brcmfmac: screening firmware event packet
by Franky Lin
· 9 years ago
2aec2c9
brcmfmac: fix p2p scan abort null pointer exception
by Hante Meuleman
· 9 years ago
46f2b38
brcmfmac: insert default boardrev in nvram data if missing
by Hante Meuleman
· 9 years ago
28b285a
brcmfmac: fix clearing wowl wake indicators
by Hante Meuleman
· 9 years ago
7fde010
brcmfmac: clear eventmask array before using it
by Hante Meuleman
· 9 years ago
57fbcce
cfg80211: remove enum ieee80211_band
by Johannes Berg
· 9 years ago
96838d6
b43: Fix memory leaks in b43_bus_dev_ssb_init and b43_bus_dev_bcma_init
by Jia-Ju Bai
· 9 years ago
9e12904
brcmfmac: Delete unnecessary variable initialisation
by Markus Elfring
· 9 years ago
3d43e03
brcmfmac: sdio: remove unused variable retry_limit
by Colin Ian King
· 9 years ago
977bc52
brcmfmac: uninitialized "ret" variable
by Dan Carpenter
· 9 years ago
107b871
brcmfmac: Remove waitqueue_active check
by Hui Wang
· 9 years ago
240d61a
brcmfmac: add 802.11w management frame protection support
by Hante Meuleman
· 9 years ago
219e0f7
brcmfmac: integrate add_keyext in add_key
by Hante Meuleman
· 9 years ago
af5b5e6
brcmfmac: merge platform data and module paramaters
by Hante Meuleman
· 9 years ago
4d79289
brcmfmac: switch to new platform data
by Hante Meuleman
· 9 years ago
73ef9e6
brcmfmac: keep ARP and ND offload enabled during WOWL
by Hante Meuleman
· 9 years ago
8ea56be
brcmfmac: move platform data retrieval code to common
by Hante Meuleman
· 9 years ago
5c22fb8
brcmfmac: add wowl gtk rekeying offload support
by Hante Meuleman
· 9 years ago
d84d99e
brcmfmac: move module init and exit to common
by Hante Meuleman
· 9 years ago
e9217b4
brcmfmac: increase timeout for tx eapol
by Hante Meuleman
· 9 years ago
d457a44
brcmfmac: remove pcie gen1 support
by Hante Meuleman
· 9 years ago
bc86fdb
brcmfmac: add support for the PCIE 4366c0 chip
by Hante Meuleman
· 9 years ago
Next »