summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8723bs: Allocate full pwep structureKees Cook2022-06-101-2/+4
* staging: olpc_dcon: mark driver as brokenJavier Martinez Canillas2022-06-101-1/+1
* staging: r8188eu: Fix warning of array overflow in ioctl_linux.cLarry Finger2022-06-061-1/+1
* staging: r8188eu: fix rtw_alloc_hwxmits error detection for nowPhillip Potter2022-06-061-15/+5
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-032-2/+1
|\
| * Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-05-193-3/+1
| |\
| | * staging: iio: ad2s1210: remove redundant assignment to variable negativeColin Ian King2022-04-281-1/+0
| | * iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-281-1/+1
| | * iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-101-1/+0
* | | Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-03202-9506/+2075
|\ \ \
| * | | staging: r8188eu: remove include/rtw_debug.hPhillip Potter2022-05-204-49/+2
| * | | staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()Denis Efremov2022-05-191-2/+4
| * | | staging: r8188eu: delete rtw_wx_read/write32()Dan Carpenter2022-05-191-84/+2
| * | | staging: r8188eu: Remove multiple assignmentsSoumya Negi2022-05-191-1/+2
| * | | staging: r8188eu: add check for kzallocJiasheng Jiang2022-05-192-3/+12
| * | | staging: r8188eu: fix warnings in rtw_wlan_utilVihas Makwana2022-05-191-1/+1
| * | | staging: r8188eu: fix warnings in rtw_pwrctrlVihas Makwana2022-05-191-6/+6
| * | | staging: r8188eu: fix warnings in rtw_p2pVihas Makwana2022-05-191-4/+4
| * | | staging: rtl8712: fix uninit-value in r871xu_drv_init()Wang Cheng2022-05-191-3/+3
| * | | staging: rtl8712: fix uninit-value in usb_read8() and friendsWang Cheng2022-05-191-9/+18
| * | | staging: rtl8712: add error handler in r8712_usbctrl_vendorreq()Wang Cheng2022-05-191-7/+14
| * | | staging: r8188eu: remove _drv_ defines from include/rtw_debug.hPhillip Potter2022-05-191-10/+0
| * | | staging: vc04_services: remove unused macroGaston Gonzalez2022-05-191-1/+0
| * | | staging: rtl8192u: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
| * | | staging: rtl8192e: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
| * | | staging: ks7010: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
| * | | staging: r8188eu: remove HW_VAR_AC_PARAM_BE from SetHwReg8188EU()Michael Straube2022-05-193-6/+3
| * | | staging: r8188eu: assoc_rsp and assoc_rsp_len are not usedMartin Kaiser2022-05-193-9/+0
| * | | staging: r8188eu: last_rx_mgnt_pkts is set but not usedMartin Kaiser2022-05-191-2/+0
| * | | staging: r8188eu: simplify error handling in recv_func_prehandleMartin Kaiser2022-05-191-4/+1
| * | | staging: r8188eu: remove obsolete commentsMartin Kaiser2022-05-191-22/+0
| * | | staging: r8188eu: use ieee80211 helper to check for beaconMartin Kaiser2022-05-191-3/+1
| * | | staging: r8188eu: use defines for addba response statusMartin Kaiser2022-05-191-1/+2
| * | | staging: r8188eu: use the tid in delba processingMartin Kaiser2022-05-191-3/+4
| * | | staging: r8188eu: check for initiator vs recipientMartin Kaiser2022-05-191-2/+3
| * | | staging: r8188eu: use BIT(tid) instead of manual shiftMartin Kaiser2022-05-191-1/+1
| * | | staging: r8188eu: replace if with ternary operatorMartin Kaiser2022-05-191-4/+2
| * | | staging: r8188eu: merge process_addba_req into OnAction_backMartin Kaiser2022-05-193-25/+5
| * | | staging: r8188eu: read addba resp tid from ieee80211_mgmtMartin Kaiser2022-05-191-1/+2
| * | | staging: r8188eu: get addba resp status from ieee80211_mgmtMartin Kaiser2022-05-191-3/+2
| * | | staging: r8188eu: Fix block comment formatSoumya Negi2022-05-191-32/+28
| * | | staging: rtl8723bs: Fix alignment to match open parenthesisSoumya Negi2022-05-191-11/+13
| * | | staging: vt6655: Replace VNSvOutPortB with iowrite8Philipp Hortmann2022-05-199-64/+48
| * | | staging: vt6655: Replace MACvTransmitBCN with VNSvOutPortBPhilipp Hortmann2022-05-192-4/+1
| * | | staging: vt6655: Replace MACvStart with VNSvOutPortBPhilipp Hortmann2022-05-192-5/+2
| * | | staging: r8188eu: drop redundant if checkVihas Makwana2022-05-191-8/+6
| * | | staging: r8188eu: read back action code from ieee80211_mgmtMartin Kaiser2022-05-191-3/+2
| * | | staging: r8188eu: use back action codes from ieee80211.hMartin Kaiser2022-05-191-5/+5
| * | | staging: r8188eu: read destination address from ieee80211_mgmtMartin Kaiser2022-05-191-1/+1
| * | | staging: r8188eu: don't check the category in OnAction_backMartin Kaiser2022-05-191-39/+37