| Commit message (Expand) | Author | Age | Files | Lines |
* | staging: rtl8712: Fix alignment checks with flipped condition | Ngo Tak Fong | 2021-12-09 | 1 | -15/+13 |
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2021-11-10 | 2 | -2/+1 |
|\ |
|
| * | exit/rtl8712: Replace the macro thread_exit with a simple return 0 | Eric W. Biederman | 2021-10-29 | 2 | -2/+1 |
* | | Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-11-04 | 6 | -15/+16 |
|\ \ |
|
| * | | staging: r8712u: fix control-message timeout | Johan Hovold | 2021-10-26 | 1 | -1/+1 |
| * | | staging: rtl8712: fix use-after-free in rtl8712_dl_fw | Pavel Skripkin | 2021-10-20 | 1 | -2/+2 |
| * | | staging: rtl8712: prepare for const netdev->dev_addr | Jakub Kicinski | 2021-10-20 | 3 | -3/+4 |
| * | | staging: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 2021-10-20 | 2 | -2/+2 |
| * | | staging: use eth_hw_addr_set() | Jakub Kicinski | 2021-10-20 | 1 | -2/+2 |
| * | | staging: rtl8712: Statements should start on a tabstop | Dawid Esterhuizen | 2021-10-05 | 1 | -5/+5 |
| |/ |
|
* / | treewide: Replace 0-element memcpy() destinations with flexible arrays | Kees Cook | 2021-10-18 | 1 | -2/+2 |
|/ |
|
* | Merge 5.14-rc5 into staging-next | Greg Kroah-Hartman | 2021-08-09 | 6 | -38/+61 |
|\ |
|
| * | staging: rtl8712: error handling refactoring | Pavel Skripkin | 2021-07-27 | 2 | -39/+43 |
| * | staging: rtl8712: get rid of flush_scheduled_work | Pavel Skripkin | 2021-07-27 | 5 | -1/+20 |
* | | Staging: rt18712: hal_init: removed filename from beginning comment block | Agam Kohli | 2021-07-30 | 1 | -1/+0 |
* | | staging/rtl8712: Remove all strcpy() uses in favor of strscpy() | Len Baker | 2021-07-21 | 1 | -1/+1 |
* | | staging: rtl8712: Fix alignment | Alexander Greyling | 2021-07-21 | 1 | -1/+1 |
* | | staging: rtl8712: Remove some unused #define and enum | Christophe JAILLET | 2021-07-21 | 1 | -48/+0 |
|/ |
|
* | staging: rtl8712: fix memory leak in rtl871x_load_fw_cb | Pavel Skripkin | 2021-06-14 | 1 | -0/+3 |
* | staging: rtl8712: fix error handling in r871xu_drv_init | Pavel Skripkin | 2021-06-14 | 2 | -13/+13 |
* | staging: rtl8712: remove redundant check in r871xu_drv_init | Pavel Skripkin | 2021-06-14 | 1 | -6/+4 |
* | staging: rtl8712: Replace printk() with netdev_dbg() | Fabio M. De Francesco | 2021-06-12 | 1 | -1/+1 |
* | staging: rtl8712: Remove unnecessary alias of printk() | Fabio M. De Francesco | 2021-06-09 | 2 | -24/+1 |
* | Staging: rtl8712: Cleanup coding style warning | Khoa Tran Minh | 2021-06-03 | 1 | -3/+3 |
* | staging: rtl8712: Removed unnecessary blank lines | Hriday Hegde | 2021-05-25 | 4 | -4/+0 |
* | staging: rtl8712: fix the bssid in mp_start_test() | Dan Carpenter | 2021-05-19 | 1 | -1/+1 |
* | staging: rtl8712: Fix some tests against some 'data' subtype frames | Christophe JAILLET | 2021-05-10 | 2 | -7/+7 |
* | staging: rtl8712: remove multiple multiple assignments | Alexander Vorwerk | 2021-05-10 | 1 | -2/+3 |
* | staging: rtl8712: Use list iterators and helpers | Guenter Roeck | 2021-05-10 | 1 | -4/+2 |
* | staging: rtl8712: rtl871x_mp_ioctl: Move a large data struct onto the heap | Lee Jones | 2021-05-10 | 1 | -12/+17 |
* | staging: rtl8712: rtl871x_mp_ioctl: Remove a bunch of unused tables | Lee Jones | 2021-05-10 | 1 | -127/+0 |
* | staging: rtl8712: fix wrong function output | Sergei Krainov | 2021-04-09 | 1 | -0/+2 |
* | staging: rtl8712: remove (most of) enum WIFI_FRAME_TYPE | Christophe JAILLET | 2021-04-09 | 3 | -9/+6 |
* | staging: rtl8712: remove enum WIFI_FRAME_SUBTYPE | Christophe JAILLET | 2021-04-09 | 3 | -40/+8 |
* | staging: rtl8712: remove struct rtl_ieee80211_ht_cap and ieee80211_ht_addt_info | Christophe JAILLET | 2021-04-09 | 4 | -44/+9 |
* | staging: rtl8712: add spaces around '+' | Mitali Borkar | 2021-04-09 | 1 | -1/+1 |
* | staging: rtl8712: removed extra blank line | Mitali Borkar | 2021-04-08 | 1 | -1/+0 |
* | staging: rtl8712: matched alignment with open parenthesis | Mitali Borkar | 2021-04-08 | 1 | -3/+3 |
* | staging: rtl8712: Use constants from <linux/ieee80211.h> | Christophe JAILLET | 2021-04-07 | 5 | -31/+17 |
* | staging: rtl8712: Remove extra blank lines | Zhansaya Bagdauletkyzy | 2021-04-06 | 4 | -4/+0 |
* | staging: rtl8712: Rewrite NULL comparisons | Zhansaya Bagdauletkyzy | 2021-04-06 | 1 | -5/+5 |
* | drivers: staging: rtl8712: align arguments with open parenthesis | Beatriz Martins de Carvalho | 2021-04-06 | 1 | -2/+2 |
* | staging: rtl8712: Remove spaces after a cast | Zhansaya Bagdauletkyzy | 2021-04-06 | 1 | -5/+5 |
* | staging: rtl8712: remove extra blank lines | Zhansaya Bagdauletkyzy | 2021-04-06 | 1 | -2/+0 |
* | staging: rtl8712: match parentheses alignment | Zhansaya Bagdauletkyzy | 2021-04-06 | 3 | -16/+16 |
* | staging: rtl8712: add spaces around operators | Zhansaya Bagdauletkyzy | 2021-04-06 | 4 | -10/+10 |
* | staging: rtl8712: add space before binary operator | Deborah Brouwer | 2021-04-06 | 1 | -1/+1 |
* | staging: rtl8712: remove space after cast | Deborah Brouwer | 2021-04-06 | 1 | -3/+3 |
* | staging: rtl8712: remove a blank line | Deborah Brouwer | 2021-04-06 | 1 | -1/+0 |
* | staging: rtl8712: add period within a comment | Deborah Brouwer | 2021-04-06 | 1 | -2/+2 |