aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09staging: rtl8712: Fix return type for implementation of ndo_start_xmitGUO Zihua2-4/+4
2022-09-09staging: rtl8712: fix camelcase in UserPriorityAsif Khan1-6/+6
2022-08-30staging: rtl8712: fix use after free bugsDan Carpenter1-36/+0
2022-05-19staging: rtl8712: fix uninit-value in r871xu_drv_init()Wang Cheng1-3/+3
2022-05-19staging: rtl8712: fix uninit-value in usb_read8() and friendsWang Cheng1-9/+18
2022-05-19staging: rtl8712: add error handler in r8712_usbctrl_vendorreq()Wang Cheng1-7/+14
2022-04-20staging: rtl8712: Remove unnecessary int typecastSolomon Tan1-2/+2
2022-04-14staging: rtl8712: Remove unnecessary parenthesesAliya Rahmani1-1/+1
2022-04-14staging: rtl8712: cmd: remove redundant space after castAliya Rahmani1-1/+1
2022-04-12staging/rtl8712: remove event_taskletDavidlohr Bueso1-1/+0
2022-04-12staging: rtl8712: efuse: code style - avoid macro argument precedence issuesAliya Rahmani1-2/+2
2022-04-07staging: rtl8712: fix camel case in function r8712_generate_ieMahak Gupta1-2/+2
2022-04-07staging: rtl8712: remove unnecessary parenthesesAlaa Mohamed1-10/+10
2022-04-05staging: rtl8712: fix a potential memory leak in r871xu_drv_init()Xiaoke Wang2-4/+3
2022-04-05staging: rtl8712: simplify control flowSevinj Aghayeva1-19/+6
2022-04-05staging: rtl8712: remove Unnecessary parenthesesAlaa Mohamed1-8/+8
2022-04-05staging: rtl8712: Fix multiple line dereferenceAlaa Mohamed1-52/+25
2022-04-04staging: rtl8712: Fix multiple blank lines warning from .c filesSathish Kumar4-4/+0
2022-04-04staging: rtl8712: Fix multiple blank lines warning from .h filesSathish Kumar16-28/+0
2022-04-04staging: rtl8712: Use completions for signalingSathish Kumar4-11/+4
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-10/+2
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-4/+4
2022-01-25staging: rtl8712: Drop get_recvframe_data()Kees Cook2-10/+2
2021-12-09staging: rtl8712: Fix alignment checks with flipped conditionNgo Tak Fong1-15/+13
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-2/+1
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-15/+16
2021-10-29exit/rtl8712: Replace the macro thread_exit with a simple return 0Eric W. Biederman2-2/+1
2021-10-26staging: r8712u: fix control-message timeoutJohan Hovold1-1/+1
2021-10-20staging: rtl8712: fix use-after-free in rtl8712_dl_fwPavel Skripkin1-2/+2
2021-10-20staging: rtl8712: prepare for const netdev->dev_addrJakub Kicinski3-3/+4
2021-10-20staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-2/+2
2021-10-20staging: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-10-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook1-2/+2
2021-10-05staging: rtl8712: Statements should start on a tabstopDawid Esterhuizen1-5/+5
2021-08-09Merge 5.14-rc5 into staging-nextGreg Kroah-Hartman6-38/+61
2021-07-30Staging: rt18712: hal_init: removed filename from beginning comment blockAgam Kohli1-1/+0
2021-07-27staging: rtl8712: error handling refactoringPavel Skripkin2-39/+43
2021-07-27staging: rtl8712: get rid of flush_scheduled_workPavel Skripkin5-1/+20
2021-07-21staging/rtl8712: Remove all strcpy() uses in favor of strscpy()Len Baker1-1/+1
2021-07-21staging: rtl8712: Fix alignmentAlexander Greyling1-1/+1
2021-07-21staging: rtl8712: Remove some unused #define and enumChristophe JAILLET1-48/+0
2021-06-14staging: rtl8712: fix memory leak in rtl871x_load_fw_cbPavel Skripkin1-0/+3
2021-06-14staging: rtl8712: fix error handling in r871xu_drv_initPavel Skripkin2-13/+13
2021-06-14staging: rtl8712: remove redundant check in r871xu_drv_initPavel Skripkin1-6/+4
2021-06-12staging: rtl8712: Replace printk() with netdev_dbg()Fabio M. De Francesco1-1/+1
2021-06-09staging: rtl8712: Remove unnecessary alias of printk()Fabio M. De Francesco2-24/+1
2021-06-03Staging: rtl8712: Cleanup coding style warningKhoa Tran Minh1-3/+3
2021-05-25staging: rtl8712: Removed unnecessary blank linesHriday Hegde4-4/+0
2021-05-19staging: rtl8712: fix the bssid in mp_start_test()Dan Carpenter1-1/+1
2021-05-10staging: rtl8712: Fix some tests against some 'data' subtype framesChristophe JAILLET2-7/+7