aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman27-0/+106
2021-03-10staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()Dan Carpenter1-2/+4
2021-03-10staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()Dan Carpenter1-0/+5
2021-03-10staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()Dan Carpenter1-2/+4
2021-03-10staging: comedi: pcl726: Use 16-bit 0 for interrupt dataIan Abbott1-1/+3
2021-03-10staging: comedi: ni_65xx: Use 16-bit 0 for interrupt dataIan Abbott1-1/+2
2021-03-10staging: comedi: ni_6527: Use 16-bit 0 for interrupt dataIan Abbott1-1/+3
2021-03-10staging: comedi: comedi_parport: Use 16-bit 0 for interrupt dataIan Abbott1-1/+2
2021-03-10staging: comedi: amplc_pc236_common: Use 16-bit 0 for interrupt dataIan Abbott1-1/+3
2021-03-10staging: comedi: pcl818: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: pcl711: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: me4000: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: dmm32at: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: das800: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: das6402: Fix endian problem for AI command dataIan Abbott1-1/+1
2021-03-10staging: comedi: adv_pci1710: Fix endian problem for AI command dataIan Abbott1-5/+5
2021-03-10staging: comedi: addi_apci_1500: Fix endian problem for command sampleIan Abbott1-9/+9
2021-03-10staging: comedi: addi_apci_1032: Fix endian problem for COS sampleIan Abbott1-1/+3
2021-03-10staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()Dan Carpenter1-2/+4
2021-03-10staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmdLee Gibson1-2/+4
2021-03-10staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scanLee Gibson1-3/+4
2021-03-10staging: rtl8712: unterminated string leads to read overflowDan Carpenter1-1/+1
2021-03-10staging: rtl8192e: fix kconfig dependency on CRYPTOJulian Braha1-0/+1
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+6
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+1
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-6/+6
2021-02-21Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds38-5615/+790
2021-02-20Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds132-3746/+3219
2021-02-15media: atomisp: Remove unused headerAndy Shevchenko1-1/+0
2021-02-13staging: hikey9xx: Fix alignment of function parametersMukul Mehar1-2/+2
2021-02-13staging: greybus: Fixed a misspelling in hid.cPritthijit Nath1-1/+1
2021-02-13staging: wimax/i2400m: fix some byte order issues found by sparseAnirudh Rayabharam1-5/+10
2021-02-13staging: wimax: i2400m: fix some incorrect type warningsAyush1-4/+4
2021-02-13staging: greybus: minor code style fixManikantan Ravichandran1-2/+2
2021-02-13staging:wlan-ng: use memdup_user instead of kmalloc/copy_from_userIvan Safonov1-15/+13
2021-02-13staging:r8188eu: use IEEE80211_FCTL_* kernel definitionsIvan Safonov1-30/+21
2021-02-13staging: rtl8192e: remove multiple blank linesWilliam Durand1-2/+0
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-13/+21
2021-02-12staging: greybus: Fixed alignment issue in hid.cPritthijit Nath1-2/+2
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum27-106/+0
2021-02-12staging: nvec: minor coding style fixFatih Yildirim1-1/+1
2021-02-12staging: wimax: Fix some coding style problemHemansh Agnihotri1-2/+1
2021-02-12staging: fbtft: add tearing signal detectCarlis1-0/+115
2021-02-12staging: vt6656: Fixed issue with alignment in rf.cPritthijit Nath1-1/+1
2021-02-11staging: qlge: Remove duplicate word in commentTom Seewald1-1/+1
2021-02-11staging: rtl8723bs: remove obsolete commented out codekarthik alapati1-38/+2
2021-02-11staging: rtl8723bs: fix function comments to follow kernel-dockarthik alapati1-112/+73
2021-02-11staging: wfx: avoid defining array of flexible structMuhammad Usama Anjum1-1/+1
2021-02-11staging: rtl8723bs: Replace one-element array with flexible-array member in struct ndis_80211_var_ieGustavo A. R. Silva1-1/+1