index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
/
11n_rxreorder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mwifiex: move under marvell vendor directory
Kalle Valo
2015-11-18
1
-910
/
+0
*
mwifiex: fix comparison expression
Andrzej Hajda
2015-09-22
1
-2
/
+2
*
mwifiex: handle BT coex event to adjust Rx BA window size
Chunfan Chen
2015-06-15
1
-0
/
+80
*
mwifiex: using right tid for addressing ra_list
Xinming Hu
2015-06-08
1
-1
/
+4
*
mwifiex: change dbg print func to mwifiex_dbg
Zhaoyang Liu
2015-05-26
1
-25
/
+26
*
mwifiex: get rid of BA setup helper functions
Zhaoyang Liu
2015-03-16
1
-1
/
+6
*
mwifiex: do not declare wdev as pointer
Avinash Patil
2015-01-29
1
-1
/
+1
*
mwifiex: do not emit messages while holding spinlock
Avinash Patil
2015-01-23
1
-4
/
+4
*
mwifiex: 11n_rxreorder: Use setup_timer
Julia Lawall
2015-01-07
1
-4
/
+2
*
mwifiex: guard station nodes access by station list lock
Avinash Patil
2014-12-05
1
-0
/
+6
*
mwifiex: restart rxreorder timer correctly
Marc Yang
2014-10-30
1
-12
/
+40
*
mwifiex: add rx workqueue support
Avinash Patil
2014-09-15
1
-0
/
+14
*
mwifiex: access rx_reorder_tbl_ptr only while holding lock
Amitkumar Karwar
2014-07-15
1
-7
/
+20
*
mwifiex: update Copyright to 2014
Xinming Hu
2014-06-25
1
-1
/
+1
*
mwifiex: add AMSDU inside AMPDU support
Amitkumar Karwar
2014-03-14
1
-2
/
+61
*
mwifiex: create separate function mwifiex_11n_dispatch_pkt()
Amitkumar Karwar
2014-03-14
1
-23
/
+24
*
mwifiex: code rearrangement for better readability
Amitkumar Karwar
2014-03-14
1
-19
/
+19
*
mwifiex: remove global variable cmd_wait_q_required
Bing Zhao
2014-02-28
1
-1
/
+1
*
mwifiex: Track BA sequence number reset
Paul Stewart
2014-02-28
1
-6
/
+21
*
mwifiex: remove redundant del_timer
Avinash Patil
2014-02-24
1
-1
/
+0
*
mwifiex: use del_timer_sync instead of del_timer
Avinash Patil
2014-02-24
1
-1
/
+1
*
mwifiex: separate BA params for TDLS link if 11ac is supported
Avinash Patil
2014-02-12
1
-2
/
+19
*
mwifiex: AMPDU support for TDLS link
Avinash Patil
2014-02-12
1
-1
/
+5
*
mwifiex: make use of msecs_to_jiffies()
Bing Zhao
2013-04-22
1
-1
/
+1
*
wireless: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-02-04
1
-4
/
+1
*
mwifiex: rx path enhancement to derive priv only once
Avinash Patil
2012-10-29
1
-5
/
+3
*
mwifiex: enhance RX reordering to avoid packet drop during host sleep
Avinash Patil
2012-09-28
1
-8
/
+41
*
mwifiex: cleanup TX/RX BA tables for uAP
Avinash Patil
2012-08-06
1
-0
/
+25
*
mwifiex: add 11n Block Ack support for uAP
Avinash Patil
2012-08-06
1
-4
/
+11
*
mwifiex: support RX AMSDU aggregation for uAP
Avinash Patil
2012-08-06
1
-6
/
+20
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-28
1
-2
/
+3
|
\
|
*
mwifiex: fix 11n rx packet drop issue
Stone Piao
2012-06-22
1
-2
/
+3
*
|
wireless: Remove casts to same type
Joe Perches
2012-06-06
1
-13
/
+5
|
/
*
mwifiex: fix checkpatch --strict warnings/errors Part 1
Yogesh Ashok Powar
2012-03-14
1
-20
/
+22
*
mwifiex: rename fuctions and variables for better readability
Yogesh Ashok Powar
2012-03-13
1
-87
/
+73
*
mwifiex: rearrange if and else blocks to avoid extra indentation
Yogesh Ashok Powar
2012-03-13
1
-6
/
+9
*
mwifiex: rename long function names to shorter ones
Yogesh Ashok Powar
2012-03-13
1
-3
/
+3
*
mwifiex: change return types to void
Yogesh Ashok Powar
2011-11-11
1
-12
/
+6
*
mwifiex: remove casts of void pointers
Amitkumar Karwar
2011-06-22
1
-3
/
+2
*
mwifiex: remove unnecessary variable initialization
Yogesh Ashok Powar
2011-05-05
1
-8
/
+7
*
mwifiex: remove redundant local variables and comments
Yogesh Ashok Powar
2011-04-19
1
-19
/
+5
*
mwifiex: remove unused function parameters
Amitkumar Karwar
2011-04-14
1
-4
/
+2
*
mwifiex: remove redundant "return" at end of void function
Yogesh Ashok Powar
2011-04-14
1
-4
/
+0
*
mwifiex: cleanup ioctl wait queue and abstraction layer
Amitkumar Karwar
2011-04-14
1
-1
/
+1
*
wireless: mwifiex: initial commit for Marvell mwifiex driver
Bing Zhao
2011-03-30
1
-0
/
+637