public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2021-08-28 10:56:39 to 2021-09-02 09:29:40 UTC [more...]

[PATCH] staging: rtl8723bs: remove possible deadlock when disconnect
 2021-09-02  9:29 UTC  (3+ messages)

[PATCH v5 0/3] staging: r8188eu: fix sparse warnings
 2021-09-02  9:28 UTC  (10+ messages)
` [PATCH v5 1/3] staging: r8188eu: restricted __be16 degrades to int
` [PATCH v5 2/3] staging: r8188eu: incorrect type in csum_ipv6_magic
` [PATCH v5 3/3] staging: r8188eu: incorrect type in assignment

[PATCH 1/2] staging: r8188eu: remove unused constants from wifi.h
 2021-09-02  9:23 UTC  (6+ messages)
` [PATCH 2/2] staging: r8188eu: remove commented "

[PATCH] staging: r8188eu: os_dep: use kmemdup instead of kzalloc and memcpy
 2021-09-02  9:20 UTC  (2+ messages)

[PATCH v2 0/3] MIPS: ralink: properly handle pci IO resources
 2021-09-02  9:15 UTC  (5+ messages)
` [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'

[PATCH v3] staging: greybus: Convert uart.c from IDR to XArray
 2021-09-02  9:15 UTC  (4+ messages)
` [greybus-dev] "

[PATCH] Fix formatting for file "hsdma-mt7621.c"
 2021-09-02 11:13 UTC  (2+ messages)

[PATCH] Use BIT macro instead of (1 << HSDMA_GLO_BT_SHIFT)
 2021-09-02 11:52 UTC  (5+ messages)

[PATCH] Fix formatting for file "hsdma-mt7621.c"
 2021-09-02 11:11 UTC  (2+ messages)

[GIT PULL] Staging / IIO driver changes for 5.15-rc1
 2021-09-01 21:28 UTC  (5+ messages)

[PATCH] Fix formatting for file "hsdma-mt7621.c" by fixing formatting of lines ending with "("
 2021-09-01 21:14 UTC  (2+ messages)

[PATCH] Declare the file_operations struct as const
 2021-09-01 20:29 UTC  (22+ messages)

[PATCH v4] staging: greybus: Convert uart.c from IDR to XArray
 2021-09-01 15:39 UTC  (19+ messages)
          ` [greybus-dev] "

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-09-01 13:46 UTC  (3+ messages)
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()

[PATCH] media: hantro: Trace hevc hw cycles performance register
 2021-09-01 11:33 UTC  (3+ messages)

[PATCH] ANDROID: staging: add userpanic-dev driver
 2021-09-01  8:56 UTC  (7+ messages)

[PATCH 0/2] media: HEVC: RPS clean up
 2021-08-31 19:19 UTC  (7+ messages)
` [PATCH 1/2] media: hevc: Remove RPS named flags
` [PATCH 2/2] media: hevc: Embedded indexes in RPS

staging: r8188eu: Switching encryption to use lib80211
 2021-08-31  9:08 UTC  (2+ messages)

[PATCH v2 0/8] staging: r8188eu: refactor rtw_macaddr_cfg()
 2021-08-30 12:15 UTC  (9+ messages)
` [PATCH v2 1/8] staging: r8188eu: use mac_pton() in rtw_macaddr_cfg()
` [PATCH v2 2/8] staging: r8188eu: ensure mac address buffer is properly aligned
` [PATCH v2 3/8] staging: r8188eu: use ETH_ALEN
` [PATCH v2 4/8] staging: r8188eu: use is_*_ether_addr() in rtw_macaddr_cfg()
` [PATCH v2 5/8] staging: r8188eu: use random default mac address
` [PATCH v2 6/8] staging: r8188eu: use ether_addr_copy() in rtw_macaddr_cfg()
` [PATCH v2 7/8] staging: r8188eu: add missing blank line after declarations
` [PATCH v2 8/8] staging: r8188eu: remove unnecessary parentheses

[PATCH v4] staging: r8188eu: core: remove null check before vfree
 2021-08-30 12:09 UTC  (5+ messages)

[PATCH 0/8] staging: r8188eu: refactor rtw_macaddr_cfg()
 2021-08-30 12:04 UTC  (9+ messages)
` [PATCH 1/8] staging: r8188eu use mac_pton() in rtw_macaddr_cfg()
` [PATCH 2/8] staging: r8188eu: ensure mac address buffer is properly aligned
` [PATCH 3/8] staging: r8188eu: use ETH_ALEN
` [PATCH 4/8] staging: r8188eu: use is_*_ether_addr() in rtw_macaddr_cfg()
` [PATCH 5/8] staging: r8188eu: use random default mac address
` [PATCH 6/8] staging: r8188eu: use ether_addr_copy() in rtw_macaddr_cfg()
` [PATCH 7/8] staging: r8188eu: add missing blank line after declarations
` [PATCH 8/8] staging: r8188eu: remove unnecessary parentheses

[PATCH] staging: iio: cdc: remove braces from single line if blocks
 2021-08-30 11:30 UTC  (2+ messages)

[PATCH v3 3/6] staging: r8188eu: add error handling of rtw_read8
 2021-08-30 11:21 UTC  (2+ messages)

[PATCH 0/4] staging: r8188eu: remove code for other chips
 2021-08-30  9:21 UTC  (5+ messages)
` [PATCH 1/4] staging: r8188eu: remove Hal_MPT_CCKTxPowerAdjustbyIndex()
` [PATCH 2/4] staging: r8188eu: remove set but unused variable
` [PATCH 3/4] staging: r8188eu: remove ICType from struct HAL_VERSION
` [PATCH 4/4] staging: r8188eu: remove unused function SetBcnCtrlReg()

[PATCH 0/3] staging: rtl8723bs: remove lockdep warning
 2021-08-30  8:14 UTC  (6+ messages)
` [PATCH 1/3] staging: rtl8723bs: unwrap initialization of queues
` [PATCH 2/3] staging: rtl8723bs: remove unnecessary parentheses
` [PATCH 3/3] staging: rtl8723bs: remove unused _rtw_init_queue() function

[PATCH v2 0/3] staging: r8188eu: cleanup c2h_handler code
 2021-08-30  8:07 UTC  (5+ messages)
` [PATCH v2 1/3] staging: r8188eu: remove c2h_handler field from struct hal_ops
` [PATCH v2 2/3] staging: r8188eu: simplify c2h_evt_hdl function
` [PATCH v2 3/3] staging: r8188eu: remove rtw_hal_c2h_handler function

[PATCH 0/3] staging: r8188eu: cleanup c2h_handler code
 2021-08-30  8:06 UTC  (14+ messages)
` [PATCH 1/3] staging: r8188eu: remove c2h_handler field from struct hal_ops
` [PATCH 2/3] staging: r8188eu: simplify c2h_evt_hdl function
` [PATCH 3/3] staging: r8188eu: remove rtw_hal_c2h_handler function

[PATCH linux-next] staging: r8118eu: remove useless parts of judgements from os_dep/ioctl_linux
 2021-08-30  1:28 UTC 

[PATCH 1/2] staging: r8188eu: remove local variable Indexforchannel
 2021-08-30  0:19 UTC  (4+ messages)
` [PATCH 2/2] staging: r8188eu: refactor field of struct odm_rf_cal

[PATCH 0/3] staging: r8188eu: clean up unnecessary type casts
 2021-08-30  0:16 UTC  (5+ messages)
` [PATCH 1/3] staging: r8188eu: convert type of second parameter of rtw_*_encrypt()
` [PATCH 2/3] staging: r8188eu: convert type of second parameter of rtw_*_decrypt()
` [PATCH 3/3] staging: r8188eu: remove unnecessary type casts

[PATCH 0/6] staging: r8188eu: remove unused functions
 2021-08-30  0:10 UTC  (8+ messages)
` [PATCH 1/6] staging: r8188eu: remove rtw_get_oper_bw()
` [PATCH 2/6] staging: r8188eu: remove rtw_get_oper_choffset()
` [PATCH 3/6] staging: r8188eu: remove get_bsstype()
` [PATCH 4/6] staging: r8188eu: remove CAM_empty_entry()
` [PATCH 5/6] staging: r8188eu: remove is_ap_in_wep()
` [PATCH 6/6] staging: r8188eu: remove should_forbid_n_rate()

[PATCH] staging: rtl8723bs: clean up comparsions to NULL
 2021-08-29 15:45 UTC 

[PATCH] staging: r8188eu: core: remove condition with no effect
 2021-08-29 12:48 UTC  (3+ messages)

[PATCH] Declare the file_operations struct as const
 2021-08-29  9:39 UTC  (12+ messages)

[PATCH v3] staging: r8188eu: core: remove null check before vfree
 2021-08-29  8:10 UTC  (2+ messages)

[PATCH v2] staging: r8188eu: core: remove null check before vfree
 2021-08-29  6:32 UTC  (2+ messages)

[PATCH] staging: r8188eu: core: remove null check before vfree
 2021-08-28 19:56 UTC  (6+ messages)

[PATCH] staging: wlan-ng: Remove filenames from files
 2021-08-28 19:53 UTC 

[PATCH 1/2] staging: r8188eu: remove rtl8188e_PHY_ConfigRFWithHeaderFile()
 2021-08-28 17:08 UTC  (2+ messages)
` [PATCH 2/2] staging: r8188eu: remove rtl8188e_PHY_ConfigRFWithParaFile()

[PATCH] staging: r8188eu: core: remove unused function
 2021-08-28 16:22 UTC  (2+ messages)

[PATCH] staging: r8188eu: os_dep: remove unused static variable
 2021-08-28 13:54 UTC  (2+ messages)

[PATCH] staging: r8188eu: core: remove condition with no effect
 2021-08-28 12:24 UTC  (6+ messages)

[PATCH v5] staging: r8188eu: Remove _enter/_exit_critical_mutex()
 2021-08-28 11:36 UTC 

[PATCHi v4] staging: r8188eu: Remove _enter/_exit_critical_mutex()
 2021-08-28 11:32 UTC  (3+ messages)

[PATCH v2] staging: pi433: fix docs typos and references to previous struct names
 2021-08-28 10:56 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox