summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: rtl_pci: Fix -Wcast-function-typePhong Tran2020-02-281-4/+6
* rtl8xxxu: fix interface sanity checkJohan Hovold2020-02-051-1/+1
* rtlwifi: Remove unnecessary NULL check in rtl_regd_initNathan Chancellor2020-01-231-1/+1
* rtl8xxxu: prevent leaking urbNavid Emamdoost2020-01-141-0/+1
* rtlwifi: fix memory leak in rtl92c_set_fw_rsvdpagepkt()Ping-Ke Shih2020-01-041-0/+2
* rtl8xxxu: fix RTL8723BU connection failure issue after warm rebootChris Chiu2020-01-043-0/+5
* rtlwifi: prevent memory leak in rtl_usb_probeNavid Emamdoost2020-01-041-1/+4
* rtlwifi: rtl8192de: Fix missing enable interrupt flagLarry Finger2019-12-211-4/+5
* rtlwifi: rtl8192de: Fix missing callback that tests for hw release of bufferLarry Finger2019-12-213-0/+20
* rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer addressLarry Finger2019-12-211-3/+5
* rtl818x: fix potential use after freePan Bian2019-12-051-1/+2
* rtlwifi: rtl8192de: Fix misleading REG_MCUFWDL informationShaokun Zhang2019-11-281-1/+1
* rtl8xxxu: Fix missing break in switchGustavo A. R. Silva2019-11-281-0/+1
* rtl8187: Fix warning generated when strncpy() destination length matches the ...Larry Finger2019-11-251-1/+1
* rtlwifi: Fix potential overflow on P2P codeLaura Abbott2019-11-061-0/+6
* rtlwifi: fix a potential NULL pointer dereferenceKangjie Lu2019-05-311-0/+5
* rtlwifi: rtl8723ae: Fix missing break in switch statementGustavo A. R. Silva2019-05-161-0/+1
* rtlwifi: rtl8821ae: fix firmware is not ready to runPing-Ke Shih2018-07-221-1/+0
* rtlwifi: rtl8192cu: Remove variable self-assignment in rf.cMatthias Kaehlcke2018-06-061-3/+0
* rtl8187: Fix NULL pointer dereference in priv->conf_mutexSudhir Sreedharan2018-04-201-1/+1
* rtlwifi: rtl8723be: Fix loss of signalLarry Finger2018-03-281-1/+2
* rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.Tsang-Shian Lin2018-03-241-0/+7
* rtlwifi: rtl8821ae: Fix connection lost problem correctlyLarry Finger2018-02-222-2/+4
* rtlwifi: fix uninitialized rtlhal->last_suspend_sec timeArnd Bergmann2017-11-301-0/+1
* rtlwifi: rtl8192ee: Fix memory leak when loading firmwareLarry Finger2017-11-301-2/+4
* rtlwifi: rtl8821ae: Fix connection lost problemLarry Finger2017-10-271-1/+1
* rtl8xxxu: Add additional USB IDs for rtl8192eu devicesAxel Köllhofer2017-10-081-0/+7
* rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapterMalcolm Priestley2017-09-091-2/+2
* rtlwifi: rtl8821ae: setup 8812ae RFE according to device typeLarry Finger2017-05-252-16/+107
* rtlwifi: rtl8192c-common: Fix "BUG: KASAN:Larry Finger2017-03-122-3/+4
* rtlwifi: Fix alignment issuesPing-Ke Shih2017-03-122-2/+2
* rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/downMichael Schenk2017-02-261-0/+18
* rtlwifi: rtl8192ce: Fix loading of incorrect firmwareJurij Smakov2017-02-141-2/+7
* rtlwifi: rtl_usb: Fix missing entry in USB driver's private dataLarry Finger2017-01-151-0/+1
* rtlwifi: Fix enter/exit power_saveLarry Finger2017-01-154-27/+40
* Revert "rtlwifi: Fix enter/exit power_save"Greg Kroah-Hartman2017-01-124-40/+27
* rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnectingJes Sorensen2017-01-091-0/+8
* rtlwifi: Fix enter/exit power_saveLarry Finger2017-01-094-27/+40
* rtlwifi: Fix regression caused by commit d86e64768859Larry Finger2016-10-1311-51/+45
* rtl8xxxu: Fix rtl8192eu driver reload issueJes Sorensen2016-10-071-1/+7
* rtl8xxxu: Fix rtl8723bu driver reload issueJes Sorensen2016-10-071-0/+4
* rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen2016-10-072-4/+4
* rtl8xxxu: Fix memory leak in handling rxdesc16 packetsJes Sorensen2016-10-071-1/+6
* rtlwifi: Add explicit values to hw_variables enumLarry Finger2016-09-271-104/+104
* rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routinesLarry Finger2016-09-277-0/+14
* rtlwifi: Add switch variable to 'switch case not processed' messagesJoe Perches2016-09-2738-123/+128
* rtl8xxxu: Stop log spam from each successful interruptLarry Finger2016-09-262-1/+3
* rtl8xxxu: Use a struct rtl8xxxu_fileops * in rtl8xxxu_init_device()Jes Sorensen2016-09-261-18/+19
* rtl8xxxu: Clean up llt_init() APIJes Sorensen2016-09-262-6/+9
* rtl8xxxu: Fix off by one error calculating pubqJes Sorensen2016-09-261-1/+1