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
2017-11-21staging: rtl8712: fixed little endian problemJannik Becher
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
2014-10-29staging: rtl8712: remove unused variablesSudip Mukherjee
2014-10-20staging: rtl8712: Remove unnecessary cast for argument of kfreeTapasweni Pathak
2014-09-28staging: rtl8712: add new line after declarationsTapasweni Pathak
2014-09-23Staging: rtl8712 : Fix line over 80 charactersTapasweni Pathak
2014-09-23Staging: rtl8712: remove break after return statementTapasweni Pathak
2014-06-26staging: rtl8712: remove function get_list_headJames A Shackleford
2014-06-26staging: rtl8712: remove wrapper function get_nextJames A Shackleford
2014-06-19staging: rtl8712: rtl871x_ioctl_linux.c: Cleaning up useless if statementRickard Strandqvist
2014-05-25staging: rtl8712: remove _malloc()Vitaly Osipov
2014-05-24staging: rtl8712: fix potential leak in r871x_wx_set_enc_ext()Christian Engelmayer
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-03Staging: rtl8712: fix spaces before semicolonsThomas Cort
2013-07-23staging: rtl8712: return MAC in standard formAndy Shevchenko
2013-01-11rtl8712: replace min with min_tPrzemo Firszt
2013-01-11rtl8712: replace printk with better solutionsPrzemo Firszt
2013-01-07staging: rtl8712: avoid a useless call to memset().Cyril Roelandt
2012-10-22staging: r8712u: fix potential NULL pointer dereference in r871x_wps_start()Wei Yongjun
2012-09-04staging: r8712u: use is_broadcast_ether_addr() to simplify the codeWei Yongjun
2012-05-09staging: rtl8712: Fix typos.Justin P. Mattock
2012-04-18drivers: staging: rtl8172: Remove unneeded include of version.hMarcos Paulo de Souza
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie
2012-02-29staging: r8712u: Fix regression in signal level after commit c6dc001Larry Finger
2011-09-06staging: r8712u: Most return-values changed from -1 to proper errno macros.Ali Bahar
2011-09-06staging: r8712u: Merging Realtek's latest (v2.6.6). Various fixes.Ali Bahar
2011-09-06staging: r8712u: Merging Realtek's latest (v2.6.6). Use stack, not malloc.Ali Bahar
2011-09-06staging: r8712u: Merging Realtek's latest (v2.6.6). Updated include directives.Ali Bahar
2011-09-06staging: r8712u: Merging Realtek's latest (v2.6.6). Renamed _netdev_priv.Ali Bahar
2011-08-23rtl8712: don't just return -EFAULT in wpa_supplicant_ioctl()Dan Carpenter