summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rsi
AgeCommit message (Expand)AuthorFilesLines
2023-03-11wifi: rsi: Fix memory leak in rsi_coex_attach()Yuan Can1-0/+1
2023-01-18wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control portMarek Vasut2-2/+8
2022-01-27rsi: Fix out-of-bounds read in rsi_read_pkt()Zekun Shen3-1/+6
2022-01-27rsi: Fix use-after-free in rsi_rx_done_handler()Zekun Shen1-1/+7
2021-11-17rsi: stop thread firstly in rsi_91x_init() error handlingZiyang Xuan1-0/+1
2021-11-17rsi: Fix module dev_oper_mode parameter descriptionMarek Vasut3-8/+13
2021-11-17rsi: fix rate mask set leading to P2P failureMartin Fuzzey4-65/+50
2021-11-17rsi: fix key enabled check causing unwanted encryption for vap_id > 0Martin Fuzzey3-1/+4
2021-11-17rsi: fix occasional initialisation failure with BT coexMartin Fuzzey3-3/+18
2021-11-12rsi: fix control-message timeoutJohan Hovold1-1/+1
2021-09-15rsi: fix an error code in rsi_probe()Dan Carpenter1-0/+1
2021-09-15rsi: fix error code in rsi_load_9116_firmware()Dan Carpenter1-1/+3
2021-07-14rsi: fix AP mode with WPA failure due to encrypted EAPOLMartin Fuzzey4-7/+2
2021-07-14rsi: Assign beacon rate settings to the correct rate_info descriptor fieldMarek Vasut1-2/+2
2021-05-11rsi: Use resume_noirq for SDIOMarek Vasut1-1/+1
2021-03-07rsi: Move card interrupt handling to RX threadMarek Vasut3-51/+15
2021-03-07rsi: Fix TX EAPOL packet handling against iwlwifi APMarek Vasut1-1/+2
2020-12-30rsi: fix error return code in rsi_reset_card()Zhang Changzhong1-15/+15
2020-02-06Revert "rsi: fix potential null dereference in rsi_probe()"Johan Hovold1-1/+1
2020-02-01rsi: fix non-atomic allocation in completion handlerJohan Hovold1-6/+7
2020-02-01rsi: fix memory leak on failed URB submissionJohan Hovold1-1/+3
2020-02-01rsi: fix use-after-free on probe errorsJohan Hovold1-6/+6
2020-02-01rsi: fix use-after-free on failed probe and unbindJohan Hovold1-1/+17
2020-02-01rsi_91x_usb: fix interface sanity checkJohan Hovold1-1/+1
2020-01-17rsi: fix potential null dereference in rsi_probe()Denis Efremov1-1/+1
2019-12-13rsi: 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-20Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.or...David 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