summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192u: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
* staging: rtl8192u: Fix signedness bug in ieee80211_check_auth_response()Haowen Bai2022-04-221-5/+10
* staging: rtl8192u: change get_key functions to return 0 instead of -1Rebecca Mckeever2022-04-223-3/+3
* drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou2022-04-201-1/+1
* staging: rtl8192u: compare strcmp result to zeroRebecca Mckeever2022-04-201-2/+2
* staging: rtl8192u: make read-only array EWC11NHTCap static constColin Ian King2022-04-141-1/+1
* staging/rtl8192e,ieee80211: replace ps tasklet with workDavidlohr Bueso2022-04-122-7/+10
* staging: rtl8192u: use min_t/max_t macros instead of if elseRebecca Mckeever2022-04-081-8/+5
* staging: rtl8192u: replace ternary statement with if and assignmentRebecca Mckeever2022-04-081-1/+3
* staging: rtl8192u: rework init and exit functionTong Zhang2022-02-255-5/+5
* staging: rtl8192u: add empty debug functionsTong Zhang2022-02-251-0/+5
* staging: rtl8192u: fix broken debug macroTong Zhang2022-02-251-2/+2
* staging: rtl8192u: remove some repeated words in some commentsJason Wang2021-12-201-2/+2
* staging: rtl8192u: Avoid field-overflowing memcpy()Kees Cook2021-08-103-38/+19
* staging/rtl8192u: Remove all strcpy() uses in favor of strscpy()Len Baker2021-07-271-1/+2
* staging: rtl8192u: remove the repeated declarationShaokun Zhang2021-06-031-2/+0
* staging: rtl8192u: Fix shadowed variable nameThomas Bracht Laumann Jespersen2021-06-031-1/+1
* staging: rtl8192u: fix typos in commentsIain Craig2021-05-101-8/+8
* staging: rtl8192u: ieee80211_softmac: Move a large data struct onto the heapLee Jones2021-05-101-3/+6
* Staging: rtl8192u: ieee80211: remove odd backslash.Dmitrii Wolf2021-04-121-1/+1
* staging: rt8192u: change constants to be on rightVardhan H G2021-04-071-2/+2
* staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan2021-03-123-30/+22
* staging: rtl8192u: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-1/+1
* staging: rtl8192u/ieee80211: fix switch case indentationAnirudh Rayabharam2021-01-311-14/+14
* staging/rtl8192u/ieee80211: remove debugging lineElena Afanasova2020-10-261-2/+0
* staging/rtl8192u/ieee80211: use __func__ macroElena Afanasova2020-10-261-6/+6
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-252-2/+2
* Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-152-4/+4
|\
| * staging: rtl8192: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-161-3/+3
| * staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET2020-08-181-1/+1
* | staging/rtl8192u: switch to RC4 library interfaceArd Biesheuvel2020-09-112-119/+26
|/
* staging: rtl8192u: remove GPL boiler plate textMichael Straube2020-07-101-16/+0
* staging: rtl8192u: Merge almost duplicate codePascal Terjan2020-05-191-77/+49
* staging: rtl8192u: Using comparison to true is error proneJohn Oldman2020-05-191-2/+2
* Staging: rtl8192u: ieee80211: Use netdev_alert().Sam Muhammed2020-03-261-1/+1
* Staging: rtl8192u: ieee80211: Use netdev_info() with network devices.Sam Muhammed2020-03-263-16/+20
* Staging: rtl8192u: ieee80211: Use netdev_warn() for network devices.Sam Muhammed2020-03-263-15/+10
* Staging: rtl8192u: ieee80211: Use netdev_dbg() for debug messages.Sam Muhammed2020-03-263-14/+12
* staging: rtl8192u: ieee80211: Correct a typo in a commentR Veera Kumar2020-03-191-1/+1
* staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-14/+14
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+7
* staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211Paulo Miguel Almeida2020-01-151-32/+30
* staging: rtl8192u: remove unused MakefileMasahiro Yamada2020-01-101-27/+0
* staging: rtl*: Remove tasklet callback castsKees Cook2019-11-161-4/+3
* staging: rtl8192u: Fix typo in commentXianting Tian2019-11-111-1/+1
* staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar2019-09-302-6/+6
* staging: rtl8192u: Fix indentationStephen Brennan2019-08-284-62/+62
* staging: rtl8192u: remove code under TO_DO_LISTStephen Brennan2019-08-254-31/+0
* staging: rtl8192u: remove redundant assignment to pointer cryptColin Ian King2019-08-251-1/+0
* staging: rtl8192u: fix spacing in ieee80211Stephen Brennan2019-08-2112-86/+86