aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_recv.c
AgeCommit message (Expand)Author
2020-10-01staging:r8188eu: avoid skb_clone for amsdu to msdu conversionIvan Safonov
2017-11-21staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-05-15staging:r8188eu: trim IV/ICV fields in validate_recv_data_frame()Ivan Safonov
2017-05-15staging:r8188eu: move IV/ICV trimming into decrypt() and also place it after ...Ivan Safonov
2017-04-08staging:r8188eu: remove sw_decrypt member of security_priv structIvan Safonov
2017-03-23staging:r8188eu: add iv length to frame data offsetIvan Safonov
2017-03-06staging:r8188eu: use DIV_ROUND_UP() in rtw_signal_stat_timer_hdl()Ivan Safonov
2017-02-09staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|t...Ivan Safonov
2017-01-16staging: rtl: fix possible NULL pointer dereferenceArnd Bergmann
2017-01-10staging: rtl8188eu: fixed 'braces are not necessary for single statement bloc...Yamanappagouda Patil
2017-01-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov
2017-01-03staging: rtl8188eu: remove unused members from struct recv_privLuca Ceresoli
2017-01-03staging: rtl8188eu: In core directory, fixed 'missing a balnk line after decl...Yamanappagouda Patil
2016-10-16staging:r8188eu: change poiter type from u8 to void for pallocated_frame_buf ...Ivan Safonov
2016-10-16staging:r8188eu: remove precv_frame_buf member of recv_priv structureIvan Safonov
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov
2016-10-16staging:r8188eu: remove free_recvframe_cnt member of recv_priv structureIvan Safonov
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov
2016-10-16staging:r8188eu: remove rtw_os_recv_resource_alloc functionIvan Safonov
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov
2016-09-12staging: rtl8188eu: declare internal function as staticLuca Ceresoli
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann
2016-03-11staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar
2016-03-11staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar
2016-02-20staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar
2016-02-07staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang
2016-02-07staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov
2015-09-18staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki
2015-08-07staging: rtl8188eu: remove multiple blank lineSudip Mukherjee
2015-08-07staging: rtl8188eu: remove unused functionSudip Mukherjee
2015-08-07staging: rtl8188eu: remove exit labelSudip Mukherjee
2015-08-07staging: rtl8188eu: make function voidSudip Mukherjee
2015-08-07staging: rtl8188eu: remove unused argumentSudip Mukherjee
2015-05-08rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He
2014-10-30staging: rtl8188eu: core: Remove useless cast on void pointerTapasweni Pathak
2014-07-09staging: rtl8188eu: Remove mp( mesh point) mode supportnavin patidar
2014-06-26staging: rtl8188eu: Use get_unaligned_be16() instead of RTW_GET_BE16()navin patidar
2014-06-26staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()navin patidar
2014-06-26staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()navin patidar
2014-06-26staging: rtl8188eu: Remove _rtw_init_listhead(), wrapper for INIT_LIST_HEAD()navin patidar
2014-06-26staging: rtl8188eu: Remove rtw_is_list_empty(), wrapper for list_emty()navin patidar