summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core/rtw_recv.c
AgeCommit message (Expand)Author
2018-11-26staging: rtl8188eu: cleanup remaining comparsions to trueMichael Straube
2018-11-22staging: rtl8188eu: rename LedControl8188eu to avoid CamelCaseMichael Straube
2018-10-15staging: rtl8188eu: cleanup comparsions to falseMichael Straube
2018-10-02staging: rtl8188eu: cleanup inconsistent indentingMichael Straube
2018-09-28staging: rtl8188eu: Simplify memcmp logical checksNathan Chancellor
2018-08-27staging: rtl8188eu: use is_multicast_ether_addr in rtw_recv.cMichael Straube
2018-07-30Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman
2018-07-21staging: rtl8188eu: use is_multicast_ether_addrMichael Straube
2018-07-21staging: rtl8188eu: remove MacAddr_isBcst macroMichael Straube
2018-07-16staging: rtl8188eu: remove is_{multicast,broadcast}_mac_addrMichael Straube
2018-07-16Revert "staging:r8188eu: Use lib80211 to support TKIP"Hans de Goede
2018-06-28staging: rtl8188eu: remove blank linesMichael Straube
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube
2018-03-14staging:r8188eu: Use lib80211 to support TKIPIvan Safonov
2018-03-08staging: rtl8188eu: use __func__ instead of function nameSantha Meena Ramamoorthy
2018-03-06staging: rtl8188eu: replace NULL comparison with variableSantha Meena Ramamoorthy
2018-02-19staging:r8188eu: Use lib80211 to decrypt WEP-framesIvan Safonov
2017-11-02staging: rtl8188eu: Revert 4 commits breaking ARPHans de Goede
2017-10-18staging: rtl8188eu: Convert timers to use timer_setup()Kees Cook
2017-10-03Staging: rtl8188eu: core: Use list_entry instead of container_ofSrishti Sharma
2017-09-29Staging: rtl8188eu: core: Fix line over 80 charactersGeorgiana Chelu
2017-09-29Staging: rtl8188eu: core: Add spaces around '+'Georgiana Chelu
2017-09-29Staging: rtl8188eu: core: Use __func__ instead of function nameGeorgiana Chelu
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