index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mwifiex: process event before command response
Amitkumar Karwar
2014-04-15
1
-6
/
+6
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-03-31
1
-1
/
+2
|
\
|
*
mwifiex: corner case NULL pointer dereference fix
Amitkumar Karwar
2014-03-27
1
-1
/
+2
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-03-13
1
-4
/
+3
|
\
\
|
|
/
|
*
mwifiex: remove global variable cmd_wait_q_required
Bing Zhao
2014-02-28
1
-3
/
+2
|
*
mwifiex: use del_timer_sync instead of del_timer
Avinash Patil
2014-02-24
1
-1
/
+1
*
|
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
2014-02-17
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-14
1
-1
/
+2
|
\
|
*
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2014-01-10
1
-1
/
+2
*
|
cfg80211: Add support for QoS mapping
Kyeyoon Park
2013-12-19
1
-1
/
+1
*
|
mwifiex: remove redundant goto exit_remove statement
Amitkumar Karwar
2013-12-09
1
-6
/
+2
*
|
mwifiex: correct TX byte count statistics
Ujjal Roy
2013-12-09
1
-0
/
+1
|
/
*
mwifiex: fix potential mem leak in .del_virtual_intf
Amitkumar Karwar
2013-11-15
1
-6
/
+0
*
mwifiex: fix NULL pointer dereference in mwifiex_fw_dpc
Amitkumar Karwar
2013-11-15
1
-2
/
+1
*
mwifiex: failure path handling in mwifiex_add_virtual_intf()
Amitkumar Karwar
2013-11-15
1
-11
/
+2
*
mwifiex: use return value of mwifiex_add_virtual_intf() correctly
Amitkumar Karwar
2013-11-15
1
-2
/
+4
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-10-17
1
-1
/
+3
|
\
|
*
mwifiex: use alloc_workqueue() function
Amitkumar Karwar
2013-10-14
1
-1
/
+3
*
|
mwifiex: fix SDIO interrupt lost issue
Amitkumar Karwar
2013-09-30
1
-2
/
+4
|
/
*
mwifiex: do not create AP and P2P interfaces upon driver loading
Bing Zhao
2013-08-22
1
-14
/
+0
*
mwifiex: fix adapter pointer dereference issue
Amitkumar Karwar
2013-08-01
1
-3
/
+10
*
mwifiex: handle driver initialization error paths
Amitkumar Karwar
2013-07-26
1
-28
/
+55
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-07-25
1
-1
/
+12
|
\
|
*
mwifiex: fix IRQ enable/disable
Daniel Drake
2013-07-22
1
-1
/
+12
*
|
mwifiex: move if_ops.cleanup_if() call
Amitkumar Karwar
2013-07-24
1
-0
/
+3
*
|
mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleak
Amitkumar Karwar
2013-07-24
1
-0
/
+1
|
/
*
mwifiex: fix memory corruption when unsetting multicast list
Daniel Drake
2013-06-17
1
-3
/
+2
*
mwifiex: fix regression issue for usb interface
Amitkumar Karwar
2013-06-12
1
-0
/
+82
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...
John W. Linville
2013-05-29
1
-0
/
+1
|
\
|
*
mwifiex: fix memory leak issue when driver unload
Amitkumar Karwar
2013-05-08
1
-0
/
+1
*
|
mwifiex: add calibration data download feature
Amitkumar Karwar
2013-05-22
1
-0
/
+13
*
|
mwifiex: remove global user_scan_cfg variable
Amitkumar Karwar
2013-05-22
1
-0
/
+1
|
/
*
mwifiex: Trigger a card reset on reaching tx_timeout threshold
Ashok Nagarajan
2013-03-08
1
-3
/
+12
*
mwifiex: process RX packets in SDIO IRQ thread directly
Bing Zhao
2012-11-14
1
-0
/
+1
*
mwifiex: add multi-queue support
Avinash Patil
2012-11-14
1
-53
/
+32
*
mwifiex: abort scan upon interface down
Amitkumar Karwar
2012-10-29
1
-0
/
+8
*
mwifiex: add P2P interface
Stone Piao
2012-09-28
1
-0
/
+7
*
mwifiex: implement cfg80211 mgmt_tx handler
Stone Piao
2012-09-28
1
-12
/
+22
*
mwifiex: have same priority for AP and station traffic
Amitkumar Karwar
2012-09-11
1
-1
/
+0
*
mwifiex: improve scan delay logic during Tx traffic
Amitkumar Karwar
2012-08-06
1
-0
/
+3
*
cfg80211: use wireless_dev for interface management
Johannes Berg
2012-07-12
1
-2
/
+2
*
mwifiex: wake up main thread to handle Tx traffic if scan is delayed/aborted
Amitkumar Karwar
2012-06-22
1
-1
/
+2
*
mwifiex: fix simultaneous scan and Tx traffic problem
Amitkumar Karwar
2012-06-11
1
-2
/
+2
*
mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmware
Avinash Patil
2012-05-16
1
-0
/
+4
*
mwifiex: add custom IE framework
Avinash Patil
2012-05-16
1
-0
/
+2
*
mwifiex: support for creation of AP interface
Avinash Patil
2012-05-16
1
-6
/
+12
*
mwifiex: allocate space for one more mwifiex_private structure
Avinash Patil
2012-05-16
1
-15
/
+18
*
mwifiex: add support for Marvell USB8797 chipset
Amitkumar Karwar
2012-04-23
1
-6
/
+20
*
mwifiex: use asynchronous firmware loading
Amitkumar Karwar
2012-04-12
1
-48
/
+55
*
wireless, mwifiex: drop redundant NULL test before call to release_firmware()
Jesper Juhl
2012-04-12
1
-2
/
+1
[next]