aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-05-31Staging:rtl888eu:include Fix CamelCase issueJanani Sankara Babu10-165/+165
2018-05-11staging:r8188eu: Remove rx_handler_data unnecessary readIvan Safonov2-9/+0
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+1
2018-03-14staging:r8188eu: Use lib80211 to support TKIPIvan Safonov3-160/+94
2018-03-08staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy8-82/+82
2018-03-08staging: rtl8188eu: fix typo in commentSantha Meena Ramamoorthy1-2/+2
2018-03-06staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy7-53/+53
2018-03-06staging: rtl8188eu: place constant on the right side of testSantha Meena Ramamoorthy4-7/+7
2018-03-01staging:r8188eu: use lib80211 CCMP decryptIvan Safonov2-216/+51
2018-02-22staging: rtl8188eu: Remove unneeded castChristopher Diaz Riveros1-1/+1
2018-02-19staging:r8188eu: Use lib80211 to decrypt WEP-framesIvan Safonov4-37/+49
2018-02-19staging: rtl8188eu: Replace function name in string with __func__Dafna Hirschfeld1-1/+2
2018-02-16staging:r8188eu: Remove unused struct pkt_fileIvan Safonov2-50/+0
2018-02-16staging:r8188eu: Remove struct pkt_file from rtw_xmitframe_coalesce()Ivan Safonov1-12/+5
2018-02-16staging:r8188eu: Remove struct pkt_file from update_attrib()Ivan Safonov1-9/+7
2018-02-16staging:r8188eu: Remove struct pkt_file from set_qos()Ivan Safonov1-16/+10
2018-02-16staging: rtl8188eu: Move a blank lineDafna Hirschfeld1-1/+1
2018-01-25staging: rtl8188eu: remove redundant initialization of 'pwrcfgcmd'Colin Ian King1-1/+1
2017-12-13rtl8188eu: Fix a possible sleep-in-atomic bug in set_tx_beacon_cmdJia-Ju Bai1-2/+2
2017-11-28staging: rtl8188eu: Fix incorrect response to SIOCGIWESSIDLarry Finger1-10/+4
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds48-707/+844
2017-11-03staging: rtl8188eu: avoid a null dereference on pmlmeprivColin Ian King1-3/+3
2017-11-02staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede2-62/+55
2017-11-02staging: rtl8188eu: Fix bug introduced by convert timers to use timer_setup()Hans de Goede1-1/+1
2017-11-02staging: rtl8188eu: Revert part of "staging: rtl8188eu: fix comments with lines over 80 characters"Hans de Goede1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-20staging: rtl8188eu: use pr_cont()Aastha Gupta1-2/+2
2017-10-20staging: rtl8188eu: add spaces around '|'Aastha Gupta1-3/+3
2017-10-20staging: rtl8188eu: prefer using BIT macroAastha Gupta1-39/+39
2017-10-18staging: rtl8188eu: usb_ops_linux: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18staging: rtl8188eu: usb_halinit: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-18rtl8188eu: Fix a possible sleep-in-atomic bug in _rtw_pwr_wakeupJia-Ju Bai1-1/+1
2017-10-18rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_createbss_cmdJia-Ju Bai1-1/+1
2017-10-18rtl8188eu: Fix a possible sleep-in-atomic bug in rtw_disassoc_cmdJia-Ju Bai1-1/+1
2017-10-18staging: rtl8188eu: add spaces around algebric and boolean operatorsAastha Gupta1-18/+18
2017-10-18staging: rtl8188eu: fix spaces before tabsAastha Gupta2-6/+6
2017-10-18staging: rtl8188eu: fix space between function name and '('Aastha Gupta1-1/+1
2017-10-18staging: rtl8188eu: fix block comment styling in rtl8188eu filesAastha Gupta27-395/+514
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook11-52/+51
2017-10-03Staging: rtl8188eu: core: Use list_entry instead of container_ofSrishti Sharma1-7/+7
2017-10-03staging: rtl8188eu: Place the constant on the right side in comparisonsMihaela Muraru1-7/+7
2017-10-03staging: rtl8188eu: Remove braces from single statement blocksMihaela Muraru1-8/+7
2017-09-29Staging: rtl8188eu: core: Fix line over 80 charactersGeorgiana Chelu1-8/+16
2017-09-29Staging: rtl8188eu: core: Add spaces around '+'Georgiana Chelu1-1/+1
2017-09-29Staging: rtl8188eu: core: Use __func__ instead of function nameGeorgiana Chelu1-10/+10
2017-09-29staging: rtl8188eu: wrap lines in 80 charactersAishwarya Pant1-17/+34
2017-09-29staging: rtl8188eu: remove implicit bool->int conversionsAishwarya Pant1-3/+3
2017-09-29staging: rtl8188eu: remove unneeded conversions to boolAishwarya Pant1-4/+4
2017-09-22staging:rtl8188eu:hal Fix wrong comparison to FalseJanani Sankara Babu1-1/+1