summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-2553-43/+173
|\
| * Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-213-4/+4
| |\
| | * staging: vt665x: fix alignment constraintsEdmundo Carmona Antoranz2021-03-181-2/+2
| | * staging: comedi: cb_pcidas64: fix request_irq() warnTong Zhang2021-03-161-1/+1
| | * staging: comedi: cb_pcidas: fix request_irq() warnTong Zhang2021-03-161-1/+1
| * | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
| |/
| * Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-1027-0/+106
| * staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()Dan Carpenter2021-03-101-2/+4
| * staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()Dan Carpenter2021-03-101-0/+5
| * staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan()Dan Carpenter2021-03-101-2/+4
| * staging: comedi: pcl726: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| * staging: comedi: ni_65xx: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+2
| * staging: comedi: ni_6527: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| * staging: comedi: comedi_parport: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+2
| * staging: comedi: amplc_pc236_common: Use 16-bit 0 for interrupt dataIan Abbott2021-03-101-1/+3
| * staging: comedi: pcl818: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: pcl711: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: me4000: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: dmm32at: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: das800: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: das6402: Fix endian problem for AI command dataIan Abbott2021-03-101-1/+1
| * staging: comedi: adv_pci1710: Fix endian problem for AI command dataIan Abbott2021-03-101-5/+5
| * staging: comedi: addi_apci_1500: Fix endian problem for command sampleIan Abbott2021-03-101-9/+9
| * staging: comedi: addi_apci_1032: Fix endian problem for COS sampleIan Abbott2021-03-101-1/+3
| * staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()Dan Carpenter2021-03-101-2/+4
| * staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmdLee Gibson2021-03-101-2/+4
| * staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scanLee Gibson2021-03-101-3/+4
| * staging: rtl8712: unterminated string leads to read overflowDan Carpenter2021-03-101-1/+1
| * staging: rtl8192e: fix kconfig dependency on CRYPTOJulian Braha2021-03-101-0/+1
* | staging: dpaa2-switch: move the driver out of stagingIoana Ciornei2021-03-1013-6121/+0
* | staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are presentIoana Ciornei2021-03-101-1/+29
* | staging: dpaa2-switch: add fast-ageing on bridge leaveIoana Ciornei2021-03-102-16/+63
* | staging: dpaa2-switch: accept only vlan-aware upper devicesIoana Ciornei2021-03-103-19/+76
* | staging: dpaa2-switch: move the notifier register to module_init()Ioana Ciornei2021-03-102-87/+95
* | staging: dpaa2-switch: properly setup switching domainsIoana Ciornei2021-03-105-41/+514
* | staging: dpaa2-switch: enable the control interfaceIoana Ciornei2021-03-104-0/+53
* | staging: dpaa2-switch: add .ndo_start_xmit() callbackIoana Ciornei2021-03-105-16/+245
* | staging: dpaa2-switch: handle Rx path on control interfaceIoana Ciornei2021-03-102-12/+460
* | staging: dpaa2-switch: setup dpioIoana Ciornei2021-03-105-0/+137
* | staging: dpaa2-switch: setup buffer pool and RX path ringsIoana Ciornei2021-03-105-0/+209
* | staging: dpaa2-switch: get control interface attributesIoana Ciornei2021-03-105-11/+136
* | staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacksIoana Ciornei2021-03-101-27/+0
* | staging: dpaa2-switch: fix up initial forwarding configuration done by firmwareIoana Ciornei2021-03-101-29/+51
* | staging: dpaa2-switch: remove broken learning and flooding supportIoana Ciornei2021-03-105-259/+0
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-6/+6
|\
| * whack-a-mole: don't open-code iminor/imajorAl Viro2021-02-231-6/+6
* | Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-1/+0
|\ \
| * | media: atomisp: Remove unused headerAndy Shevchenko2021-02-151-1/+0
* | | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-3/+1
|\ \ \
| * | | vme: make remove callback return voidUwe Kleine-König2021-02-091-3/+1