aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-10staging: rtl8192u: Avoid field-overflowing memcpy()Kees Cook1-35/+14
2021-03-12staging: rtl8192u: ieee80211: Remove braces for single line blocksAtul Gopinathan1-24/+18
2020-08-18staging: rtl8192u: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-05-19staging: rtl8192u: Merge almost duplicate codePascal Terjan1-77/+49
2020-01-15staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211Paulo Miguel Almeida1-32/+30
2019-09-30staging: rtl8192u: ieee80211: Replace snprintf with scnprintfRohit Sarkar1-2/+2
2019-08-28staging: rtl8192u: Fix indentationStephen Brennan1-56/+56
2019-08-21staging: rtl8192u: fix spacing in ieee80211Stephen Brennan1-1/+1
2019-08-21staging: rtl8192u: fix OPEN_BRACE errors in ieee80211Stephen Brennan1-76/+40
2019-08-12staging: rtl8192u: fix spacing errorsStephen Brennan1-255/+200
2019-05-20Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonsPuranjay Mohan1-7/+7
2019-05-20Staging: rtl8192u: ieee80211: Add spaces around '&&' operatorPuranjay Mohan1-7/+7
2019-05-20Staging: rtl8192u: ieee80211: Fix spelling mistakePuranjay Mohan1-2/+2
2019-05-20Staging: rtl8192u: ieee80211: Fix coding style warningPuranjay Mohan1-2/+1
2019-04-03staging: rtl8192u: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-5/+1
2019-04-02staging: rtl8192u: ieee80211: ieee80211_rx.c: Replace bit shifting with BIT macroPayal Kshirsagar1-16/+16
2019-03-29staging: rtl8192u: ieee80211: Use !x in place of NULL comparisonVatsala Narang1-7/+6
2019-03-21staging: rtl8192u: ieee80211: ieee80211_rx.c: Remove unnecessary braces.Sanjana Sanikommu1-2/+1
2019-03-20staging: rtl8192u: ieee80211: ieee80211_rx.c: Fix NULL comparisions.Sanjana Sanikommu1-2/+2
2019-03-18staging: rtl8192u: Adjust 'if' to follow Kernel coding StyleBhanusree Pola1-8/+2
2019-03-18staging: rtl8192u: Remove casts on the return values of list_entryBhanusree Pola1-4/+4
2019-03-18staging: rtl8192u: Remove typedef for struct _RX_REORDER_ENTRYBhanusree Pola1-6/+6
2018-08-27staging:rtl8192u: Rename sHTCLng - StyleJohn Whitmore1-1/+1
2018-08-27staging:rtl8192u: Rename IsLegalChannel - StyleJohn Whitmore1-3/+3
2018-08-27staging:rtl8192u: Rename Dot11d_UpdateCountryIe - StyleJohn Whitmore1-1/+1
2018-08-27staging:rtl8192u: Remove macro cpMacAddr - StyleJohn Whitmore1-1/+1
2018-07-29staging:rtl8192u: Rename RxLastFragNum - StyleJohn Whitmore1-3/+3
2018-07-29staging:rtl8192u: Rename RxLastSeqNum - StyleJohn Whitmore1-3/+3
2018-07-29staging:rtl8192u: Rename RxPktPendingTimer - StyleJohn Whitmore1-5/+5
2018-07-29staging:rtl8192u: Rename RxPendingPktList - StyleJohn Whitmore1-4/+4
2018-07-29staging:rtl8192u: Rename RxTimeoutIndicateSeq _StyleJohn Whitmore1-3/+3
2018-07-29staging:rtl8192u: Rename RxIndicateSeq - StyleJohn Whitmore1-20/+20
2018-07-29staging:rtl8192u: Remove typedef and rename RX_TS_RECORD - StyleJohn Whitmore1-4/+4
2018-07-21staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - StyleJohn Whitmore1-2/+2
2018-06-17staging: rtl8192u: remove redundant variablesKenneth Lu1-2/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2017-12-19staging: rtl8192u: ieee80211: ieee80211_rx.c fix checkpatch space prohibited before that '++'Abdul Rauf1-6/+6
2017-07-16staging: rtl8192u: reduce stack frame size in ieee80211_rx_mgt_rslArnd Bergmann1-36/+42
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-5/+4
2017-04-28staging: rtl8192u: fix incorrect assignmentsJakub Jedelsky1-4/+6
2017-03-09staging: rtl8192e: Indent the codeGeorgiana Rodica Chelu1-1/+1
2017-03-07staging: rtl8192u: Replace "the the " with "the"simran singhal1-1/+1
2017-03-06staging: rtl8192u: Fix endianness warnings in ieee80211_rx.cSebastian Haas1-26/+26
2017-03-06staging: rtl8192u: Fix warnings about endiannessmaomao xu1-3/+1
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-2/+2
2017-02-12staging: rtl8192u: Fixing no new typedef warningsimran singhal1-2/+2
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-4/+0
2016-10-30staging: rtl8192u: Standardize test for NULL.Elise Lennion1-1/+1
2016-10-25staging: rtl8192x: fix bogus maybe-uninitialized warningArnd Bergmann1-1/+1