| Commit message (Expand) | Author | Age | Files | Lines |
* | mwifiex: move under marvell vendor directory | Kalle Valo | 2015-11-18 | 1 | -318/+0 |
* | Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or... | David S. Miller | 2015-10-13 | 1 | -6/+2 |
|\ |
|
| * | mwifiex: complete usb tx data with multi endpoints | Zhaoyang Liu | 2015-09-29 | 1 | -1/+1 |
| * | mwifiex: move usb specific data_sent update to usb.c | Zhaoyang Liu | 2015-09-29 | 1 | -5/+0 |
| * | mwifiex: fix tx data_sent issue for usb interface | Zhaoyang Liu | 2015-09-29 | 1 | -2/+2 |
| * | mwifiex: update amsdu tx packet time stamp | Zhaoyang Liu | 2015-09-29 | 1 | -0/+1 |
* | | mwifiex: use ktime_get_real for timestamping | Arnd Bergmann | 2015-10-05 | 1 | -3/+1 |
|/ |
|
* | mwifiex: change dbg print func to mwifiex_dbg | Zhaoyang Liu | 2015-05-26 | 1 | -4/+3 |
* | mwifiex: preprocess packets from TX queue | Zhaoyang Liu | 2015-03-16 | 1 | -5/+11 |
* | mwifiex: make tx packet 64 byte DMA aligned | Xinming Hu | 2015-01-06 | 1 | -3/+12 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-07-10 | 1 | -0/+1 |
|\ |
|
| * | mwifiex: initialize Tx/Rx info of a packet correctly | Amitkumar Karwar | 2014-07-03 | 1 | -0/+1 |
* | | mwifiex: update Copyright to 2014 | Xinming Hu | 2014-06-25 | 1 | -1/+1 |
|/ |
|
* | mwifiex: set TDLS flags for AMSDU packets | Avinash Patil | 2014-05-22 | 1 | -0/+7 |
* | mwifiex: update timestamp information for aggregation packets | Avinash Patil | 2014-04-22 | 1 | -0/+4 |
* | mwifiex: improve AMSDU packet aggregation for PCIe and SDIO | Amitkumar Karwar | 2014-04-22 | 1 | -12/+5 |
* | mwifiex: declare snap_type as __be16 variable | Amitkumar Karwar | 2013-12-09 | 1 | -3/+3 |
* | mwifiex: fix hang issue for USB chipsets | Amitkumar Karwar | 2013-09-26 | 1 | -1/+2 |
* | mwifiex: break a long line into two lines | Bing Zhao | 2013-08-28 | 1 | -1/+2 |
* | mwifiex: add missing endian conversions | Tobias Waldekranz | 2013-08-26 | 1 | -1/+1 |
* | mwifiex: maintain outstanding packet count for RA list instead of packet size | Avinash Patil | 2013-07-24 | 1 | -2/+2 |
* | mwifiex: rework round robin scheduling of bss nodes. | Andreas Fenkart | 2013-04-23 | 1 | -6/+0 |
* | mwifiex: replace ra_list_curr by list rotation. | Andreas Fenkart | 2013-04-23 | 1 | -7/+1 |
* | mwifiex: use map/unmap APIs in TX and RX to reduce memcpy | Avinash Patil | 2013-01-07 | 1 | -2/+4 |
* | mwifiex: add multi-queue support | Avinash Patil | 2012-11-14 | 1 | -4/+4 |
* | mwifiex: correction in MSDU padding logic | Yogesh Ashok Powar | 2012-08-06 | 1 | -2/+2 |
* | mwifiex: remove extra padding to AMSDU | Yogesh Ashok Powar | 2012-08-06 | 1 | -1/+0 |
* | mwifiex: copy MSDU subframes correctly | Yogesh Ashok Powar | 2012-08-06 | 1 | -6/+3 |
* | mwifiex: add support for Marvell USB8797 chipset | Amitkumar Karwar | 2012-04-23 | 1 | -15/+21 |
* | mwifiex: fix checkpatch --strict warnings/errors Part 1 | Yogesh Ashok Powar | 2012-03-14 | 1 | -8/+7 |
* | mwifiex: use bss_type and bss_num to retrieve priv | Yogesh Ashok Powar | 2012-01-24 | 1 | -1/+2 |
* | mwifiex: add support for Marvell pcie8766 chipset | Amitkumar Karwar | 2011-10-12 | 1 | -2/+1 |
* | mwifiex: correct AMSDU aggregation check | Amitkumar Karwar | 2011-10-03 | 1 | -2/+0 |
* | mwifiex: disable transmission buffer aggregation for AMSDU packets | Yogesh Ashok Powar | 2011-06-07 | 1 | -5/+13 |
* | mwifiex: adding check for enough space before padding | Yogesh Ashok Powar | 2011-06-07 | 1 | -8/+14 |
* | mwifiex: Remove redundant skb_queue_empty checks | Yogesh Ashok Powar | 2011-06-07 | 1 | -10/+5 |
* | mwifiex: remove list traversal in mwifiex_num_pkts_in_txq | Yogesh Ashok Powar | 2011-06-07 | 1 | -1/+4 |
* | mwifiex: reduce CPU usage by tracking tx_pkts_queued | Marc Yang | 2011-05-19 | 1 | -0/+4 |
* | mwifiex: use ieee80211_amsdu_to_8023s routine | Yogesh Ashok Powar | 2011-05-16 | 1 | -125/+0 |
* | mwifiex: fix null derefs, mem leaks and trivia | Christoph Fritz | 2011-05-10 | 1 | -2/+4 |
* | mwifiex: remove unnecessary variable initialization | Yogesh Ashok Powar | 2011-05-05 | 1 | -4/+3 |
* | mwifiex: remove unused function parameters | Amitkumar Karwar | 2011-04-14 | 1 | -3/+2 |
* | wireless: mwifiex: initial commit for Marvell mwifiex driver | Bing Zhao | 2011-03-30 | 1 | -0/+423 |