summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712
AgeCommit message (Expand)AuthorFilesLines
2017-06-05staging: rtl: fix possible NULL pointer dereferenceArnd Bergmann1-1/+6
2015-12-13staging: rtl8712: Add device ID for Sitecom WLA2100Larry Finger1-0/+1
2015-07-15staging: rtl8712: prevent buffer overrun in recvbuf2recvframeHaggai Eran1-1/+2
2015-05-28staging: rtl8712, rtl8712: avoid lots of build warningsArnd Bergmann1-2/+2
2014-05-27staging: rtl8712: return -ENOMEM instead of -1Vitaly Osipov1-1/+1
2014-05-27staging: rtl8712: fix kmalloc parametersVitaly Osipov1-2/+2
2014-05-25staging: rtl8712: remove _malloc()Vitaly Osipov13-138/+102
2014-05-23staging: r8712u: Remove useless return variablesPeter Senna Tschudin7-51/+26
2014-05-23staging: rtl8712: usb_intf.c: Fix for possible null pointer dereferenceRickard Strandqvist1-1/+1
2014-05-23staging: rtl8712: fix unnecessary line continuationsMarcus Farkas1-1/+1
2014-05-23staging: rtl8712: fix unnecessary parenthesesMarcus Farkas1-2/+2
2014-05-23staging: rtl8712: fix missing blank lines after declarationsMarcus Farkas1-0/+3
2014-05-23staging: rtl8712: fix potential leaks in r8712_set_key()Christian Engelmayer1-8/+20
2014-05-23staging: rtl8712: fix potential leak in r871x_wx_set_enc_ext()Christian Engelmayer1-7/+9
2014-04-17staging: r8712u: Fix case where ethtype was never obtained and always be chec...Larry Finger1-7/+6
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+0
2014-03-18staging: rtl8712: Fix multiple spaces after return typeGulsah Kose1-1/+1
2014-03-18staging/rtl8712/osdep_service.h Fix line over 80 characters.Aybuke Ozdemir1-1/+2
2014-03-14staging: rtl8712: Delete space before semicolonAndreea-Cristina Bernat1-1/+1
2014-03-14staging: rtl8712: Remove unnecessary parentheses.Gulsah Kose1-2/+2
2014-03-08staging:rtl8712: Fix sparse warning incorrect type in assignmentHimangi Saraogi1-4/+3
2014-03-06Staging: rtl8712: fix an error test in start_drv_threads()Dan Carpenter1-1/+1
2014-03-06staging: rtl8712: fix some confusing indentingDan Carpenter2-9/+10
2014-02-20Merge branch 'master' into for-nextJiri Kosina7-8/+5
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-2/+0
2014-02-16staging: r8712u: delete unnecessary field initializationJulia Lawall1-2/+0
2014-01-09staging: r8712u: Set device type to wlanLarry Finger1-0/+5
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2013-11-25staging r8712u: Remove useless netdev_info slowly polluting dmesgAlexandre Demers1-3/+0
2013-10-04Staging: rtl8712: fix spaces before semicolonsThomas Cort12-27/+27
2013-10-01staging: rtl8712: remove unneeded NULL checkDan Carpenter1-5/+3
2013-09-17staging: rtl8712: re-use native mac_pton() helperAndy Shevchenko1-15/+1
2013-07-24staging: rtl8712: return MAC in standard formAndy Shevchenko1-6/+2
2013-07-04drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-03-11rtl8712: remove redundant if statementNiklas Söderlund1-6/+2
2013-03-11rtl8712: remove unused definitions from rtl871x_recv.hNiklas Söderlund1-3/+0
2013-03-11rtl8712: remove dead function prototypes from rtl871x_recv.hNiklas Söderlund1-31/+0
2013-03-11rtl8712: remove unused functions from rtl871x_recv.hNiklas Söderlund1-74/+0
2013-01-12rtl8712: remove unused definitions from ethernet.hPrzemo Firszt1-7/+0
2013-01-12rtl8712: remove all NDIS_* definitions and use rndis.h insteadPrzemo Firszt3-342/+288
2013-01-12rtl8712: remove unused macrosPrzemo Firszt1-3/+0
2013-01-12rtl8712: replace min with min_tPrzemo Firszt1-4/+2
2013-01-12rtl8712: replace printk with better solutionsPrzemo Firszt8-77/+61
2013-01-12rtl8712: remove unused macros from rtl8712/wifi.hPrzemo Firszt1-4/+0
2013-01-12rtl8712: code clean upPrzemo Firszt5-100/+79
2013-01-12rtl8712: remove useless calls to memset().Cyril Roelandt4-10/+0
2013-01-08Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman1-0/+2
2013-01-08staging: rtl8712: avoid a useless call to memset().Cyril Roelandt1-4/+4
2013-01-07staging: r8712u: Add new device IDLarry Finger1-0/+2
2012-11-28staging: r8712u: Fix possible buffer overrunLarry Finger1-1/+1