summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep
AgeCommit message (Expand)Author
2020-04-02staging: rtl8188eu: Add ASUS USB-N10 Nano B1 to device tableLarry Finger
2020-04-02staging: rtl8188eu: Add device id for MERCUSYS MW150US v2Michael Straube
2020-02-28staging: rtl8188eu: Fix potential overuse of kernel memoryLarry Finger
2020-02-28staging: rtl8188eu: Fix potential security holeLarry Finger
2020-01-14staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21Michael Straube
2019-12-21staging: rtl8188eu: fix interface sanity checkJohan Hovold
2019-11-06staging: rtl8188eu: fix null dereference when kzalloc failsConnor Kuehl
2019-01-31staging: rtl8188eu: Add device code for D-Link DWA-121 rev B1Michael Straube
2018-02-03staging: rtl8188eu: Fix incorrect response to SIOCGIWESSIDLarry Finger
2017-08-30staging: rtl8188eu: add RNX-N150NUB supportCharles Milette
2017-07-27staging: rtl8188eu: add TL-WN722N v2 supportMichael Gugino
2016-10-02staging: rtl8188eu: fix double unlock error in rtw_resume_process()Wei Yongjun
2016-10-02staging:r8188eu: remove pkt_newalloc member of the recv_buf structureIvan Safonov
2016-09-20staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov
2016-09-20staging: r8188eu: remove usb_hal.hIvan Safonov
2016-09-20staging: r8188eu: remove rtl8188eu_set_hal_ops functionIvan Safonov
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov
2016-09-20staging: r8188eu: change last argument type of the usb_write_port functionIvan Safonov
2016-09-12staging: rtl8188eu: remove rtw_proc_{init,remove}_oneLuca Ceresoli
2016-09-12Staging: rtl8188eu: ioctl_linux: Clean up if function returned NULL on failure.Amit Ghadge
2016-09-12staging: r8188eu: remove hal_set_hal_ops macroIvan Safonov
2016-09-12staging: r8188eu: rename usb_read_port_cancel to rtw_hal_inirp_deinitIvan Safonov
2016-09-12staging: r8188eu: remove pxmitbuf parameter of rtl8188eu_xmitframe_complete f...Ivan Safonov
2016-09-12staging: r8188eu: remove sizeof_priv parameter of rtw_alloc_etherdev_with_old...Ivan Safonov
2016-09-12staging: r8188eu: remove sizeof_priv member of rtw_netdev_priv_indicatorIvan Safonov
2016-09-12staging: r8188eu: remove some members of registry_priv structureIvan Safonov
2016-09-12staging: r8188eu: remove nr_endpoint member of dvobj_priv structureIvan Safonov
2016-09-12staging: r8188eu: remove ep_num member of dvobj_priv structureIvan Safonov
2016-09-12staging: r8188eu: remove usb_vendor_req_buf member of dvobj_privIvan Safonov
2016-09-12staging: r8188eu: remove rereg_nd_name_priv member of struct adapterIvan Safonov
2016-09-12staging: r8188eu: remove br_ext_lock and fix_rate members of struct adapterIvan Safonov
2016-09-12staging: r8188eu: remove bNotifyChannelChange member of struct adapterIvan Safonov
2016-09-01staging: r8188eu: replace sizeof(struct rtw_ieee80211_ht_cap) with sizeof(str...Ivan Safonov
2016-09-01staging: r8188eu: replace rtw_ieee80211_ht_cap with ieee80211_ht_cap type in ...Ivan Safonov
2016-09-01staging: rtl8188eu: fix missing unlock on error in rtw_resume_process()Wei Yongjun
2016-08-21rtl8188eu: pwrctrl_priv: Replace semaphore 'lock' with mutexBinoy Jayan
2016-08-21rtl8188eu: Replace semaphore terminate_cmdthread_sema with completionBinoy Jayan
2016-08-21rtl8188eu: Replace semaphore cmd_queue_sema with completionBinoy Jayan
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-04-16staging: rtl8188eu: Convert to using IFF_NO_QUEUEPhil Sutter
2016-03-28staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on f...Bhaktipriya Shridhar
2016-03-28staging: rtl8188eu: os_dep: usb_intf: Clean up tests if NULL returned on failureBhaktipriya Shridhar
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann
2016-03-11staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov
2016-03-11staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov
2016-03-11staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov
2016-03-11staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar