Age | Commit message (Expand) | Author |
2022-05-19 | staging: rtl8712: fix uninit-value in r871xu_drv_init() | Wang Cheng |
2022-05-19 | staging: rtl8712: fix uninit-value in usb_read8() and friends | Wang Cheng |
2022-05-19 | staging: rtl8712: add error handler in r8712_usbctrl_vendorreq() | Wang Cheng |
2022-04-20 | staging: rtl8712: Remove unnecessary int typecast | Solomon Tan |
2022-04-14 | staging: rtl8712: Remove unnecessary parentheses | Aliya Rahmani |
2022-04-14 | staging: rtl8712: cmd: remove redundant space after cast | Aliya Rahmani |
2022-04-12 | staging/rtl8712: remove event_tasklet | Davidlohr Bueso |
2022-04-12 | staging: rtl8712: efuse: code style - avoid macro argument precedence issues | Aliya Rahmani |
2022-04-07 | staging: rtl8712: fix camel case in function r8712_generate_ie | Mahak Gupta |
2022-04-07 | staging: rtl8712: remove unnecessary parentheses | Alaa Mohamed |
2022-04-05 | staging: rtl8712: fix a potential memory leak in r871xu_drv_init() | Xiaoke Wang |
2022-04-05 | staging: rtl8712: simplify control flow | Sevinj Aghayeva |
2022-04-05 | staging: rtl8712: remove Unnecessary parentheses | Alaa Mohamed |
2022-04-05 | staging: rtl8712: Fix multiple line dereference | Alaa Mohamed |
2022-04-04 | staging: rtl8712: Fix multiple blank lines warning from .c files | Sathish Kumar |
2022-04-04 | staging: rtl8712: Fix multiple blank lines warning from .h files | Sathish Kumar |
2022-04-04 | staging: rtl8712: Use completions for signaling | Sathish Kumar |
2022-03-28 | Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva |
2022-01-25 | staging: rtl8712: Drop get_recvframe_data() | Kees Cook |
2021-12-09 | staging: rtl8712: Fix alignment checks with flipped condition | Ngo Tak Fong |
2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2021-11-04 | Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-10-29 | exit/rtl8712: Replace the macro thread_exit with a simple return 0 | Eric W. Biederman |
2021-10-26 | staging: r8712u: fix control-message timeout | Johan Hovold |
2021-10-20 | staging: rtl8712: fix use-after-free in rtl8712_dl_fw | Pavel Skripkin |
2021-10-20 | staging: rtl8712: prepare for const netdev->dev_addr | Jakub Kicinski |
2021-10-20 | staging: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski |
2021-10-20 | staging: use eth_hw_addr_set() | Jakub Kicinski |
2021-10-18 | treewide: Replace 0-element memcpy() destinations with flexible arrays | Kees Cook |
2021-10-05 | staging: rtl8712: Statements should start on a tabstop | Dawid Esterhuizen |
2021-08-09 | Merge 5.14-rc5 into staging-next | Greg Kroah-Hartman |
2021-07-30 | Staging: rt18712: hal_init: removed filename from beginning comment block | Agam Kohli |
2021-07-27 | staging: rtl8712: error handling refactoring | Pavel Skripkin |
2021-07-27 | staging: rtl8712: get rid of flush_scheduled_work | Pavel Skripkin |
2021-07-21 | staging/rtl8712: Remove all strcpy() uses in favor of strscpy() | Len Baker |
2021-07-21 | staging: rtl8712: Fix alignment | Alexander Greyling |
2021-07-21 | staging: rtl8712: Remove some unused #define and enum | Christophe JAILLET |
2021-06-14 | staging: rtl8712: fix memory leak in rtl871x_load_fw_cb | Pavel Skripkin |
2021-06-14 | staging: rtl8712: fix error handling in r871xu_drv_init | Pavel Skripkin |
2021-06-14 | staging: rtl8712: remove redundant check in r871xu_drv_init | Pavel Skripkin |
2021-06-12 | staging: rtl8712: Replace printk() with netdev_dbg() | Fabio M. De Francesco |
2021-06-09 | staging: rtl8712: Remove unnecessary alias of printk() | Fabio M. De Francesco |
2021-06-03 | Staging: rtl8712: Cleanup coding style warning | Khoa Tran Minh |
2021-05-25 | staging: rtl8712: Removed unnecessary blank lines | Hriday Hegde |
2021-05-19 | staging: rtl8712: fix the bssid in mp_start_test() | Dan Carpenter |
2021-05-10 | staging: rtl8712: Fix some tests against some 'data' subtype frames | Christophe JAILLET |
2021-05-10 | staging: rtl8712: remove multiple multiple assignments | Alexander Vorwerk |
2021-05-10 | staging: rtl8712: Use list iterators and helpers | Guenter Roeck |
2021-05-10 | staging: rtl8712: rtl871x_mp_ioctl: Move a large data struct onto the heap | Lee Jones |