summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
AgeCommit message (Expand)Author
2021-03-17staging: rtl8712: unterminated string leads to read overflowDan Carpenter
2019-07-25staging: rtl8712: r8712_set_802_11_add_wep(): Change return valuesNishka Dasgupta
2019-07-01staging: rtl8712: r8712_parse_wpa2_ie(): Change return valuesNishka Dasgupta
2019-07-01staging: rtl8712: r8712_parse_wpa_ie(): Change return valuesNishka Dasgupta
2019-06-28staging: rtl8712: reduce stack usage, againArnd Bergmann
2019-06-13staging: rtl8712: Change return values of r8712_setdatarate_cmd()Nishka Dasgupta
2019-05-30staging: rtl8712: Remove return variable of different typeNishka Dasgupta
2019-03-18staging: rtl8712 - fix up non-kerneldoc commentsValdis Klētnieks
2019-03-18staging: rtl8712: rename bDriverStopped to driver_stoppedHimadri Pandya
2018-10-03staging: rtl8712: add SPDX identifiersMichael Straube
2018-09-10staging: rtl8712u: Fix compiler warning about strncpyLarry Finger
2018-08-27staging: rtl8712: remove unused array iw_operation_modeColin Ian King
2017-12-21staging: rtl8712: style fix multiple line dereferencesMartin Homuth
2017-12-19staging: rtl8712: style fix returned error codeMartin Homuth
2017-12-19staging: rtl8712: style fix indentationMartin Homuth
2017-03-23staging: rtl8712: Invert comparison to reduce indentationNarcisa Ana Maria Vasile
2017-03-23staging: rtl8712: Restructure code for clarityNarcisa Ana Maria Vasile
2017-03-23staging: rtl8712: Invert the test on check_fwstate() to reduce indentationNarcisa Ana Maria Vasile
2017-03-23staging: rtl8712: Invert if statements to reduce indentation levelNarcisa Ana Maria Vasile
2017-03-06staging: rtl8712: Fix checkpatch.pl warningAlexander Mikhalevich
2017-02-12staging: r8712u: Fix Sparse warnings in rtl871x_ioctl_linux.cLarry Finger
2017-01-25Staging: rtl8712: fix spelling errorsJoseph Wright
2017-01-03staging: rtl8712: fixed little endian problemJannik Becher
2016-11-21Staging: rtl8712: rtl871x_*: Removed unnecessary else statements after a brea...Shiva Kerdel
2016-09-13staging: rtl8712: fix coding style error reported from checkpatchOmri Arad
2016-04-29staging: rtl8712: use container_of() instead of LIST_CONTAINOR()Geliang Tang
2016-03-28staging: rtl8712: rtl871x_ioctl_linux: Clean up tests if NULL returned on fai...Bhaktipriya Shridhar
2016-03-05rtl871x: avoid running off end of bufferAlan
2016-02-20staging: rtl8712: reduce stack usageArnd Bergmann
2016-02-07staging: rtl8712: memory corruption in wpa_set_encryption()Dan Carpenter
2015-10-24staging: rtl8712: spaces preferred around operandsLuis de Bethencourt
2015-10-24staging: rtl8712: braces should be used on all armsLuis de Bethencourt
2015-10-24staging: rtl8712: Remove boolean comparisonsLuis de Bethencourt
2015-10-16Staging: rtl8712: Coding style warnings fix for block commentsPunit Vara
2015-10-16Staging: rtl8712: Use ether_addr_equal() over memcmp()Punit Vara
2015-10-16Staging: rtl8712: Fix warning prefer eth_broadcast_addr() over memset()Punit Vara
2015-10-12staging: rtl8712: fix negative level valueLuis de Bethencourt
2015-10-08staging: rtl8712: Move constant to right of test or replace with "!"Alison Schofield
2015-10-02staging: rtl8712: re-use mac_pton()Andy Shevchenko
2015-08-07staging: rtl8712: change SupportedRates to ratesJoshua Clayton
2015-08-07staging: rtl8712: remove typedefsJoshua Clayton
2015-08-07staging: rtl8712: remove duplicate structJoshua Clayton
2015-06-13staging: rtl8712: fix else after break or return warningDogukan Ergun
2015-05-08staging: rtl8712: freeing an ERR_PTRDan Carpenter
2015-04-03staging: rtl8712: Drop unneeded cast on netdev_privJulia Lawall
2015-04-01Staging: rtl8712: Use memdup_user() instead of copy_from_user()Cristina Opriceana
2015-03-18Staging: rtl8712: replace memcpy with ether_addr_copyHaneen Mohammed
2015-03-06staging: rtl8712: replace memset(x,0,ETH_ALEN)Aya Mahfouz
2015-02-26Staging: rtl8712: Use mod_timerVaishali Thakkar
2015-01-17staging: rtl8712: remove spaces before commasMax Perepelitsyn