summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi
Commit message (Expand)AuthorAgeFilesLines
* staging: rtlwifi: Fix potential NULL pointer dereference of kzallocAditya Pakki2019-05-041-0/+2
* staging: rtlwifi: rtl8822b: fix to avoid potential NULL pointer dereferenceAditya Pakki2019-05-041-0/+2
* Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-187-79/+54Star
|\
| * staging: rtlwifi: refactor rtl_get_tcb_descLuke Triantafyllidis2018-08-081-54/+48Star
| * Staging: rtlwifi: base: Modified the line ending with a parenthesisSohil Ladhani2018-08-051-3/+2Star
| * Merge 4.18-rc5 into staging-nextGreg Kroah-Hartman2018-07-162-1/+2
| |\
| * | staging: rtlwifi: Remove empty halmac_pcie_reg.hBjorn Helgaas2018-07-132-18/+0Star
| * | staging: rtlwifi: Fix a possible sleep-in-atomic-context bug in _is_fw_read_c...Jia-Ju Bai2018-06-281-1/+1
| * | staging: rtlwifi: Fix "Alwyas"->"Always"Sabin Mihai Rapan2018-06-171-1/+1
| * | staging: rtlwifi: Fix "writen"->"written"Sabin Mihai Rapan2018-06-171-1/+1
| * | staging: rtlwifi: Fix "Trafic"->"Traffic"Sabin Mihai Rapan2018-06-171-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-212-1/+2
|\ \ \ | | |/ | |/|
| * | staging: r8822be: Fix RTL8822be can't find any wireless APPing-Ke Shih2018-07-062-1/+2
| |/
* | Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-301-1/+1
|\ \ | |/ |/|
| * ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HEJohannes Berg2018-06-181-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
|/
* staging: rtlwifi: don't check the return value of debugfs_create_fileGreg Kroah-Hartman2018-06-011-6/+3Star
* staging: rtlwifi: use single_open and single_release properlyTiezhu Yang2018-05-311-4/+6
* staging: rtlwifi: fix spelling mistake: "Platfoem" -> "Platform"Colin Ian King2018-05-251-1/+1
* staging: rtlwifi: fix spelling mistake: "traking" -> "tracking"Colin Ian King2018-05-111-1/+1
* staging: r8822be: fix typo in variable name "offest" -> "offset"Colin Ian King2018-05-071-17/+17
* staging: rtlwifi: Replace license boilerplate with SPDX identifiersNathan Chancellor2018-05-07177-2124/+177Star
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-061-1/+0Star
* staging: r8822be: fix typos in header guard macrosColin Ian King2018-03-292-2/+2
* staging: rtlwifi: Remove nonessential semicolonArushi Singhal2018-03-062-4/+3Star
* staging: rtlwifi: remove unneeded semicolonSantha Meena Ramamoorthy2018-03-062-2/+2
* staging: rtlwifi: remove condition where it has no effectSantha Meena Ramamoorthy2018-03-061-6/+2Star
* staging: rtlwifi: add identifier names to function definition argumentsErik Liodden2018-02-161-14/+15
* Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-02-011-1/+1
|\
| * kconfig: use bool instead of boolean for type definition attributes, againMasahiro Yamada2018-01-211-1/+1
* | staging: rtlwifi: remove redundant initialization of 'cfg_cmd'Colin Ian King2018-01-261-1/+1
* | staging: rtlwifi: remove unused RTLHALMAC_ST and RTLPHYDM_STCorentin Labbe2018-01-251-10/+0Star
* | Staging: rtlwifi: Remove unused variable and the codeShreeya Patel2018-01-081-19/+1Star
* | staging: rtl8822be: fix missing null check on dev_alloc_skb returnColin Ian King2017-11-281-0/+2
* | staging: rtlwifi: rtlwifi: use ktime_get_real_seconds() for suspend timeArnd Bergmann2017-11-272-7/+3Star
* | staging: rtlwifi: remove redundant assignments to ul_enc_algoColin Ian King2017-11-271-2/+2
|/
* staging: rtl8822be: fix wrong dma unmap lenStanislaw Gruszka2017-11-031-1/+1
* staging: rtlwifi: Remove unused variableKees Cook2017-11-031-1/+0Star
* Staging: rtlwifi: pci: fixed a coding style issueWoohyung Jeon2017-11-031-1/+1
* staging: r8822be: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+2
* staging: rtlwifi: phydm: Remove useless parenthesesFrank A. Cancio Bello2017-10-185-22/+22
* staging: rtlwifi: Remove unnecessary parenthesesFrank A. Cancio Bello2017-10-184-35/+35
* rtlwifi: Fix typo in if ... else if ... else constructLarry Finger2017-10-181-2/+2
* staging: rtlwifi: halmac: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-1/+1
* staging: rtlwifi: mark expected switch fall-through in rtl_make_smps_actionGustavo A. R. Silva2017-10-181-3/+1Star
* staging: rtlwifi: Convert timers to use timer_setup()Kees Cook2017-10-186-48/+15Star
* staging: rtlwifi: rtl8822be: Align the * in block commentFrank A. Cancio Bello2017-10-181-3/+3
* staging: rtlwifi: rtl8822be: Remove useless parenthesesFrank A. Cancio Bello2017-10-184-17/+17
* staging: rtlwifi: rtl8822be: Use __func__ instead of hardcoded nameFrank A. Cancio Bello2017-10-181-3/+3
* staging: rtlwifi: rtl8822be: Balance braces in else statementFrank A. Cancio Bello2017-10-182-2/+4