summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
* staging: rtl8192e: Remove u16 cast for u16 return valueSolomon Tan2022-04-261-1/+1
* staging: rtl8192e: Remove u16 cast for u32 parameterSolomon Tan2022-04-261-1/+1
* staging: rtl8192e: Remove unnecessary u16 argument castSolomon Tan2022-04-261-1/+1
* staging: rtl8192e: Remove unnecessary u16 assignment castSolomon Tan2022-04-262-4/+3
* staging: rtl8192e: Remove unnecessary u8 cast in comparisonSolomon Tan2022-04-262-2/+2
* staging: rtl8192e: Remove unnecessary u8 argument castSolomon Tan2022-04-264-9/+7
* staging: rtl8192e: Remove unnecessary u8 assignment castSolomon Tan2022-04-264-38/+36
* staging: rtl8192e: Fix signedness bug in rtllib_rx_assoc_resp()Haowen Bai2022-04-221-6/+11
* staging: rtl8192e: Remove space after castSolomon Tan2022-04-209-60/+60
* drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()Duoming Zhou2022-04-201-1/+1
* staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso2022-04-123-6/+10
* staging: rtl8192e: remove multiple blank linesAlaa Mohamed2022-04-071-3/+0
* staging: rtl8192e: Fix spelling mistake "RESQUEST" -> "REQUEST"Colin Ian King2022-03-161-1/+1
* staging: rtl8192e: use BIT macro instead of left shiftingMoses Christopher Bollavarapu2022-02-211-26/+28
* Merge tag 'staging-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-123-8/+17
|\
| * staging: rtl8192e: rtllib_module: remove unnecessary assignmentYang Yingliang2021-12-031-1/+0
| * staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib()Yang Yingliang2021-12-031-4/+12
| * staging: rtl8192e: return error code from rtllib_softmac_init()Yang Yingliang2021-12-032-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+2
|\|
| * staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()Dan Carpenter2021-11-171-1/+2
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-1/+1
|/
* staging: rtl: use eth_hw_addr_set()Jakub Kicinski2021-10-202-3/+6
* staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-202-2/+2
* staging: rtl8192e: remove unused variable ieeeSaurav Girepunje2021-10-051-5/+4
* staging: rtl8192e: rtl_core: Fix possible null-pointer dereference in _rtl92e...Tuo Li2021-08-111-2/+0
* staging: rtl8192e: rtl8192e: rtl_core: remove unused global variableSaurav Girepunje2021-08-101-3/+0
* staging: rtl8192e: Avoid field-overflowing memcpy()Kees Cook2021-08-102-41/+20
* staging/rtl8192e: Remove all strcpy() usesLen Baker2021-07-273-13/+10
* staging: rtl8192e: Fix shadowed variable nameThomas Bracht Laumann Jespersen2021-05-251-1/+1
* staging: rtl8192e: delete extra blank linesWang Qing2021-05-191-5/+0
* staging: rtl8192e: Fix whitespace around conditional statementOjaswin Mujoo2021-05-101-1/+1
* staging: rtl8192e: Add identifier name to function definitionOjaswin Mujoo2021-05-101-2/+2
* staging: rtl8192e: Avoid multiple line dereferenceOjaswin Mujoo2021-05-102-10/+5
* staging: rtl8192e: Remove duplicate declartionSaurav Girepunje2021-05-101-2/+0
* staging: rtl8192e: replace comparison to NULL by boolzhaoxiao2021-05-101-5/+5
* staging: rtl8192e: remove unnecesasry ftrace-like loggingzhaoxiao2021-05-102-5/+0
* staging: rtl8192e: indent statement properlyIan Kewish2021-04-221-1/+1
* staging: rtl8192e: removed multiple blank linesMitali Borkar2021-04-141-7/+0
* staging: rtl8192e: remove unnecessary blank line after close braceMitali Borkar2021-04-141-2/+0
* staging: rtl8192e: remove unnecessary blank line before braceMitali Borkar2021-04-142-4/+0
* staging: rtl8192e: add spaces around binary operatorsMitali Borkar2021-04-142-8/+8
* staging: rtl8192e: remove unnecessary ftrace-like loggingMitali Borkar2021-04-131-4/+0
* staging: rtl8192e: Fix incorrect pointer checkMitali Borkar2021-04-111-1/+1
* staging: rtl8192e: remove unnecesasry f-trace like loggingMitali Borkar2021-04-101-1/+0
* staging: rtl8192e: replace comparison to NULL by boolMitali Borkar2021-04-101-3/+3
* staging: rtl8192e: rtl8192E_dev: remove unused variableJiapeng Chong2021-04-071-3/+3
* staging: rtl8192e: move const after staticDeborah Brouwer2021-04-051-2/+2
* Merge 5.12-rc6 into staging-nextGreg Kroah-Hartman2021-04-052-2/+2
|\
| * staging: rtl8192e: Change state information from u16 to u8Atul Gopinathan2021-03-231-1/+1