aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14staging:r8188eu: Use lib80211 to support TKIPIvan Safonov1-114/+47
2018-03-08staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy1-22/+22
2018-03-06staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy1-10/+10
2018-02-19staging:r8188eu: Use lib80211 to decrypt WEP-framesIvan Safonov1-1/+1
2017-11-02staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede1-33/+50
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook1-8/+9
2017-10-03Staging: rtl8188eu: core: Use list_entry instead of container_ofSrishti Sharma1-7/+7
2017-09-29Staging: rtl8188eu: core: Fix line over 80 charactersGeorgiana Chelu1-8/+16
2017-09-29Staging: rtl8188eu: core: Add spaces around '+'Georgiana Chelu1-1/+1
2017-09-29Staging: rtl8188eu: core: Use __func__ instead of function nameGeorgiana Chelu1-10/+10
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-05-15staging:r8188eu: trim IV/ICV fields in validate_recv_data_frame()Ivan Safonov1-7/+10
2017-05-15staging:r8188eu: move IV/ICV trimming into decrypt() and also place it after rtl88eu_mon_recv_hook()Ivan Safonov1-50/+30
2017-04-08staging:r8188eu: remove sw_decrypt member of security_priv structIvan Safonov1-2/+2
2017-03-23staging:r8188eu: add iv length to frame data offsetIvan Safonov1-1/+1
2017-03-06staging:r8188eu: use DIV_ROUND_UP() in rtw_signal_stat_timer_hdl()Ivan Safonov1-8/+2
2017-02-09staging:r8188eu: replace recv_frame->rx_(data|len|tail) with pkt->(data|len|tail) and remove unused recvframe_(put|pull|pull_tail)()Ivan Safonov1-48/+44
2017-01-16staging: rtl: fix possible NULL pointer dereferenceArnd Bergmann1-0/+2
2017-01-10staging: rtl8188eu: fixed 'braces are not necessary for single statement blocks'.Yamanappagouda Patil1-5/+4
2017-01-05staging:r8188eu: remove unused WIFI_MP_*STATE and WIFI_MP_CTX* definitionsIvan Safonov1-41/+1
2017-01-03staging: rtl8188eu: remove unused members from struct recv_privLuca Ceresoli1-36/+39
2017-01-03staging: rtl8188eu: In core directory, fixed 'missing a balnk line after declarations' warnings.Yamanappagouda Patil1-1/+8
2016-10-16staging:r8188eu: change poiter type from u8 to void for pallocated_frame_buf member of recv_priv structureIvan Safonov1-1/+1
2016-10-16staging:r8188eu: remove precv_frame_buf member of recv_priv structureIvan Safonov1-3/+1
2016-10-16staging:r8188eu: remove rx_pending_cnt member of recv_priv structureIvan Safonov1-2/+0
2016-10-16staging:r8188eu: remove free_recvframe_cnt member of recv_priv structureIvan Safonov1-31/+2
2016-10-16staging:r8188eu: remove wrappers for LedControl8188eu functionIvan Safonov1-2/+2
2016-10-16staging:r8188eu: remove rtw_os_recv_resource_alloc functionIvan Safonov1-2/+1
2016-09-20staging: r8188eu: replace N_BYTE_ALIGMENT macro with PTR_ALIGNIvan Safonov1-1/+1
2016-09-12staging: rtl8188eu: declare internal function as staticLuca Ceresoli1-2/+2
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-03-11staging: rtl8188eu: core: Remove NULL test before vfreeBhaktipriya Shridhar1-2/+1
2016-03-11staging: rtl8188eu: core: Remove casts of pointer to same typeBhaktipriya Shridhar1-5/+5
2016-02-20staging: rtl8188eu: core: Remove unnecessary bracesBhaktipriya Shridhar1-8/+4
2016-02-07staging: rtl8188eu: use list_first_entry_or_null()Geliang Tang1-11/+4
2016-02-07staging: rtl8188eu: replace open-coded print_hex_dump()Andy Shevchenko1-23/+16
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov1-3/+3
2015-09-18staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki1-0/+14
2015-08-07staging: rtl8188eu: remove multiple blank lineSudip Mukherjee1-26/+0
2015-08-07staging: rtl8188eu: remove unused functionSudip Mukherjee1-8/+0
2015-08-07staging: rtl8188eu: remove exit labelSudip Mukherjee1-6/+2
2015-08-07staging: rtl8188eu: make function voidSudip Mukherjee1-1/+1
2015-08-07staging: rtl8188eu: remove unused argumentSudip Mukherjee1-1/+1
2015-05-08rtl8188eu: don't duplicate ieee80211 constants for status/reasonPaul Gortmaker1-0/+2
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed1-2/+2
2015-03-16Staging: rtl8188eu: Eliminate use of _init_timerVaishali Thakkar1-6/+8
2015-03-16Staging: rtl8188eu: Eliminate use of _set_timerVaishali Thakkar1-2/+4
2014-11-07staging: rtl8188eu: unneeded return variableSudip Mukherjee1-4/+2