summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtllib_rx.c
AgeCommit message (Expand)Author
2021-08-10staging: rtl8192e: Avoid field-overflowing memcpy()Kees Cook
2021-05-10staging: rtl8192e: Avoid multiple line dereferenceOjaswin Mujoo
2021-04-05Merge 5.12-rc6 into staging-nextGreg Kroah-Hartman
2021-03-23staging: rtl8192e: Fix incorrect source in memcpy()Atul Gopinathan
2021-03-10staging: rtl8192e: rename RxLastFragNum to rx_last_frag_num in rx_ts_record s...William Durand
2021-03-10staging: rtl8192e: rename RxLastSeqNum to rx_last_seq_num in rx_ts_record structWilliam Durand
2021-03-10staging: rtl8192e: rename RxPktPendingTimer to rx_pkt_pending_timer in rx_ts_...William Durand
2021-03-10staging: rtl8192e: rename RxPendingPktList to rx_pending_pkt_list in rx_ts_re...William Durand
2021-03-10staging: rtl8192e: rename RxTimeoutIndicateSeq to rx_timeout_indicate_seq in ...William Durand
2021-03-10staging: rtl8192e: rename RxIndicateSeq to rx_indicate_seq in rx_ts_record st...William Durand
2021-03-10staging: rtl8192e: rename bdHT1R to bd_ht_1r in bss_ht structWilliam Durand
2021-03-10staging: rtl8192e: rename RT2RT_HT_Mode to rt2rt_ht_mode in bss_ht structWilliam Durand
2021-03-10staging: rtl8192e: rename bdRT2RTLongSlotTime to bd_rt2rt_long_slot_time in b...William Durand
2021-03-10staging: rtl8192e: rename bdRT2RTAggregation to bd_rt2rt_aggregation in bss_h...William Durand
2021-03-10staging: rtl8192e: rename bdBandWidth to bd_bandwidth in bss_ht structWilliam Durand
2021-03-10staging: rtl8192e: rename bdHTSpecVer to bd_ht_spec_ver in bss_ht structWilliam Durand
2021-03-10staging: rtl8192e: rename bdHTInfoLen to bd_ht_info_len in bss_ht structWilliam Durand
2021-03-10staging: rtl8192e: rename bdHTInfoBuf to bd_ht_info_buf in bss_ht structWilliam Durand
2021-03-10staging: rtl8192e: rename bdHTCapLen to bd_ht_cap_len in bss_ht structWilliam Durand
2021-03-10staging: rtl8192e: rename bdHTCapBuf to bd_ht_cap_buf in bss_ht structWilliam Durand
2021-03-10staging: rtl8192e: rename bdSupportHT to bd_support_ht in bss_ht structWilliam Durand
2020-12-28staging: rtl8192e: fix bool comparison in expressionsAditya Srivastava
2020-03-12staging: rtl8192e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-07-25staging: rtl8192e: remove set but not used variable 'payload 'YueHaibing
2019-04-03staging: rtl8192e: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2019-02-11staging: rtl8192e: rename function Dot11d_UpdateCountryIe to dot11d_update_co...Himadri Pandya
2019-01-15staging: rtl8192e: fix various indentation issuesColin Ian King
2018-03-01staging: rtl8192e: move logical continuation to previous lineSantha Meena Ramamoorthy
2018-01-22staging: rtl8192e: remove two redundant assignmentsColin Ian King
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: rtl8192e: Remove RX: IEEE802.1X EAPOL frame! warning.Malcolm Priestley
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2016-11-15staging: rtl8192e: Added new line after declarationYamanappagouda Patil
2016-10-30staging: rtl8192e: Standardize test for NULL.Elise Lennion
2016-10-25staging: rtl8192x: fix bogus maybe-uninitialized warningArnd Bergmann
2016-03-11drivers: staging: rtl8192e: rtllib_rx.c: Fix blank lines before a close braceTapan Prakash T
2016-03-11drivers: staging: rtl8192e: rtllib_rx.c: Fix code indent for conditional stat...Tapan Prakash T
2016-02-20staging: rtl8192e: Drop useless initialisationBhaktipriya Shridhar
2015-09-29staging: rtl8192e: Fix CONSTANT_COMPARISON warningsMateusz Kulikowski
2015-09-29staging: rtl8192e: Fix SUSPECT_CODE_INDENT warningsMateusz Kulikowski
2015-07-24staging: rtl8192e: rtllib: fix macro style issueIoan-Adrian Ratiu
2015-07-14staging: rtl8192e: Make rtllib_rx_mgt() staticMateusz Kulikowski
2015-07-14staging: rtl8192e: Remove rtllib_stats structureMateusz Kulikowski
2015-06-17staging: rtl8192e: Remove rtllib_device::agregationMateusz Kulikowski
2015-06-17staging: rtl8192e: Remove rtllib_network::last_associateMateusz Kulikowski
2015-06-08staging: rtl8192e: fix some confusing indentingDan Carpenter
2015-06-01staging: rtl8192e: Fix trivial LONG_LINE errorsMateusz Kulikowski
2015-06-01staging: rtl8192e: Replace ?: with max_tMateusz Kulikowski