aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/rsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-12rsi: fix null pointer dereference during rsi_shutdown()Martin Kepplinger1-3/+6
2019-12-18rsi_91x_usb: fix interface sanity checkJohan Hovold1-1/+1
2019-12-18rsi: add missing endpoint sanity checksJohan Hovold1-2/+10
2019-12-18rsi: fix non-atomic allocation in completion handlerJohan Hovold1-6/+7
2019-12-18rsi: fix memory leak on failed URB submissionJohan Hovold1-1/+3
2019-12-18rsi: fix use-after-free on probe errorsJohan Hovold1-6/+6
2019-12-18rsi: fix use-after-free on failed probe and unbindJohan Hovold1-1/+17
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller2-2/+3
2019-10-09rsi: drop bogus device-id checks from probeJohan Hovold1-2/+2
2019-10-09Revert "rsi: fix potential null dereference in rsi_probe()"Johan Hovold1-1/+1
2019-10-04rsi: fix potential null dereference in rsi_probe()Denis Efremov1-1/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-10-01rsi: release skb if rsi_prepare_beacon failsNavid Emamdoost1-0/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2019-09-03rsi: fix a double free bug in rsi_91x_deinit()Hui Peng1-1/+0
2019-08-19Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-17/+14
2019-08-06rsi: fix for sdio reset card issueGanapathi Kondraju1-10/+7
2019-08-06rsi: fix for sdio interface setup in 9116Ganapathi Kondraju1-4/+4
2019-07-26mac80211: pass the vif to cancel_remain_on_channelEmmanuel Grumbach1-1/+2
2019-07-24rsi: return explicit error valuesEnrico Weigelt1-3/+3
2019-05-28rsi: Properly initialize data in rsi_sdio_ta_resetNathan Chancellor1-7/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-25rsi: miscallaneous changes for 9116 and commonSiva Rebbagondla2-17/+30
2019-04-25rsi: reset device changes for 9116Siva Rebbagondla3-30/+91
2019-04-25rsi: send new tx command frame wlan9116 featuresSiva Rebbagondla3-0/+84
2019-04-25rsi: new bootup parameters for 9116Siva Rebbagondla3-3/+181
2019-04-25rsi: change in device init frame sequence for 9116Siva Rebbagondla1-8/+30
2019-04-25rsi: add firmware loading for 9116 deviceSiva Rebbagondla5-1/+239
2019-04-25rsi: move common part of firmware load to separate functionSiva Rebbagondla2-20/+36
2019-04-25rsi: add new device model for 9116Siva Rebbagondla5-7/+41
2019-04-25rsi: Fix NULL pointer dereference in kmallocAditya Pakki1-12/+18
2019-02-28rsi: fix missing null pointer check from a failed ieee80211_probereq_get callColin Ian King1-0/+4
2019-02-19rsi: remove set but not used variables 'info, vif'YueHaibing1-6/+0
2019-02-19rsi: fix spelling mistakesSiva Rebbagondla5-12/+12
2019-02-19rsi: fix a typo in a debug messageDan Carpenter1-1/+1
2019-02-08rsi: fix indentation issue with a code blockColin Ian King1-8/+8
2019-02-08rsi: fix for wowlan wakeup failureSiva Rebbagondla1-0/+4
2019-02-08rsi: resolve power save issue after S4 resumeSiva Rebbagondla3-1/+10
2019-02-08rsi: fix wowlan wakeup issue for hibernate(S4)Siva Rebbagondla2-3/+6
2019-02-08rsi: add hci detach for hibernation and poweroffSiva Rebbagondla2-0/+25
2019-02-08rsi: Add debug support for wowlan wakeup confirmationSiva Rebbagondla1-0/+29
2019-02-01rsi: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2019-02-01rsi: Suppress sdhci warnings in mmcSiva Rebbagondla1-6/+9
2019-01-10rsi: add support for hardware scan offloadPrameela Rani Garnepudi6-0/+261
2018-11-06rsi: fix spelling mistake "Initialzing" -> "Initializing"Colin Ian King1-2/+2
2018-10-01rsi: Remove unnecessary boolean conditionNathan Chancellor1-1/+1
2018-09-04rsi: remove set but not used variables 'header_size' and 'tx_params'YueHaibing1-4/+0
2018-08-31rsi: improve kernel thread handling to fix kernel panicSiva Rebbagondla1-1/+0
2018-08-31rsi: fix memory alignment issue in ARM32 platformsSiva Rebbagondla1-4/+7
2018-08-09rsi: remove redundant variables bss, wh and temp_flash_contentColin Ian King1-9/+1