summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorLines
2021-10-17Merge tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2021-10-05staging: r8188eu: prevent array underflow in rtw_hal_update_ra_mask()Dan Carpenter-1/+1
2021-10-05staging: vc04_services: shut up out-of-range warningArnd Bergmann-1/+1
2021-10-04Merge tag 'media/v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-0/+2
2021-10-04media: atomisp: restore missing 'return' statementArnd Bergmann-0/+2
2021-09-27Merge tag 'media/v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-2/+2
2021-09-20staging: r8188eu: fix -Wrestrict warningsArnd Bergmann-4/+4
2021-09-14staging: greybus: uart: fix tty use after freeJohan Hovold-30/+32
2021-09-06media: cedrus: Fix SUNXI tile size calculationNicolas Dufresne-1/+1
2021-09-06media: hantro: Fix check for single irqJernej Skrabec-1/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+4
2021-09-01Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-503/+1883
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+12
2021-09-01Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-36881/+65749
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+2
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-85/+62
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2021-08-28staging: vt6655: Remove filenames in filesAldas Taraškevičius-22/+0
2021-08-28staging: r8188eu: add extra TODO entriesPhillip Potter-0/+3
2021-08-28staging: vt6656: Remove filenames in filesAldas Taraškevičius-45/+0
2021-08-28staging: wlan-ng: fix invalid assignment warningAakash Hemadri-1/+1
2021-08-27staging: r8188eu: rename fields of struct rtl_psMichael Straube-38/+41
2021-08-27staging: r8188eu: remove ODM_DynamicPrimaryCCA_DupRTS()Michael Straube-9/+0
2021-08-27staging: r8188eu: rename fields of struct dyn_primary_ccaMichael Straube-7/+7
2021-08-27staging: r8188eu: rename struct field Wifi_Error_StatusMichael Straube-12/+12
2021-08-27staging: r8188eu: Provide a TODO file for this driverFabio M. De Francesco-0/+13
2021-08-27staging: r8188eu: remove unneeded variableJing Yangyang-6/+3
2021-08-27staging: r8188eu: remove unneeded conversions to boolJing Yangyang-5/+5
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-506/+3
2021-08-26staging: r8188eu: remove {read,write}_macregPavel Skripkin-41/+0
2021-08-26staging: r8188eu: core: remove condition with no effectSaurav Girepunje-4/+1
2021-08-26staging: r8188eu: remove ethernet.h header fileMichael Straube-28/+3
2021-08-26staging: r8188eu: remove ip.h header fileMichael Straube-113/+0
2021-08-26staging: r8188eu: remove if_ether.h header fileMichael Straube-97/+0
2021-08-26staging: r8188eu: make rtw_deinit_intf_priv return voidPavel Skripkin-4/+1
2021-08-26staging: r8188eu: use is_multicast_ether_addr in os_dep/recv_linux.cMichael Straube-1/+1
2021-08-26staging: r8188eu: use is_multicast_ether_addr in hal/rtl8188eu_xmit.cMichael Straube-2/+1
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_xmit.cMichael Straube-9/+6
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_security.cMichael Straube-4/+4
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_recv.cMichael Straube-10/+10
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_mp.cMichael Straube-2/+2
2021-08-26staging: r8188eu: use is_multicast_ether_addr in core/rtw_mlme.cMichael Straube-2/+2
2021-08-26staging: r8188eu: ensure proper alignment for eth address buffersMichael Straube-9/+9
2021-08-26staging: r8188eu: remove unnecessary parenthesesMichael Straube-2/+2
2021-08-26staging: r8188eu: remove dead codeMichael Straube-4/+1
2021-08-26staging: r8188eu: remove 5 GHz codeMichael Straube-22/+8
2021-08-26staging: r8188eu: remove cmd_osdep.h header fileMichael Straube-23/+5
2021-08-26staging: r8188eu: Make mult-byte entities in dhcp header be big endianLarry Finger-7/+7
2021-08-26staging: r8188eu: change declaration of Efuse_Read1ByteFromFakeContentPhillip Potter-11/+3
2021-08-26staging: r8188eu: Fix a resource leak in update_bcn_wps_ieXiangyang Zhang-1/+2