summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi
Commit message (Expand)AuthorAgeFilesLines
* staging: rtlwifi: Use proper enum for return in halmac_parse_psd_data_88xxNathan Chancellor2020-01-271-1/+1
* staging: r8822be: check kzalloc return or bailNicholas Mc Guire2020-01-271-1/+4
* staging: rtlwifi: Fix potential NULL pointer dereference of kzallocAditya Pakki2019-05-041-0/+2
* staging: rtlwifi: rtl8822b: fix to avoid potential NULL pointer dereferenceAditya Pakki2019-05-041-0/+2
* staging: r8822be: Fix RTL8822be can't find any wireless APPing-Ke Shih2018-07-172-1/+2
* staging: rtl8822be: fix missing null check on dev_alloc_skb returnColin Ian King2018-03-191-0/+2
* staging: rtl8822be: Keep array subscript no lower than zeroLarry Finger2017-12-101-0/+2
* staging: rtl8822be: fix wrong dma unmap lenStanislaw Gruszka2017-12-101-1/+1
* staging: r8822be: fix null pointer dereferences with a null driver_adapterColin Ian King2017-09-182-8/+9
* staging: r8822be: Simplify deinit_priv()Larry Finger2017-08-311-7/+1
* staging: r8822be: Remove some dead codeLarry Finger2017-08-311-20/+0
* staging: rtlwifi: remove memset before memcpyHimanshu Jha2017-08-291-1/+0
* staging: r8822be: remove some dead codeDan Carpenter2017-08-281-7/+0
* staging: r8822be: fix null pointer dereference with a null driver_adapterColin Ian King2017-08-281-2/+1
* staging: r8822be: fix memory leak of eeprom_map on error exit returnColin Ian King2017-08-281-1/+3
* staging: rtlwifi: Improve debugging by using debugfsLarry Finger2017-08-281-91/+135
* staging: rtlwifi: check for array overflowDan Carpenter2017-08-281-0/+4
* staging: r8822be: remove unnecessary call to memsetHimanshu Jha2017-08-272-7/+0
* staging: rtlwifi: add MAC80211 dependencyArnd Bergmann2017-08-231-1/+1
* staging: rtlwifi: simplify logical operationArnd Bergmann2017-08-231-3/+1
* staging: rtlwifi: shut up -Wmaybe-uninitialized warningArnd Bergmann2017-08-231-10/+7
* staging: r8822be: fix a couple of spelling mistakesColin Ian King2017-08-222-9/+9
* staging: rtlwifi: fix multiple build errorsRandy Dunlap2017-08-221-1/+1
* staging: rtlwifi: Reviewers fixesLarry Finger2017-08-204-21/+17
* staging: r8822be: Add Makefiles and Kconfig for new driverLarry Finger2017-08-207-246/+134
* staging: r8822be: Add the driver codePing-Ke Shih2017-08-2014-0/+9647
* staging: r8822be: Add phydm mini driverPing-Ke Shih2017-08-2076-0/+33395
* staging: r8822be: Add code for halmac sub-driverPing-Ke Shih2017-08-2054-0/+51508
* staging: r8822be: Add r8822be btcoexist routines to stagingPing-Ke Shih2017-08-206-0/+11513
* staging: r8822be: Copy existing btcoexist code into stagingLarry Finger2017-08-205-0/+3602
* staging: r8822be: Add existing rtlwifi and rtl_pci parts for new driverPing-Ke Shih2017-08-2022-0/+16379