index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-06
mwifiex: fix wrong 11ac bits setting in fw_cap_info
Bing Zhao
1
-1
/
+1
2014-02-06
mwifiex: add missing endian conversion for fw_tsf
Amitkumar Karwar
1
-2
/
+2
2013-12-20
mwifiex: fix memory leak issue for ibss join
Ujjal Roy
1
-2
/
+2
2013-12-04
mwifiex: fix wrong eth_hdr usage for bridged packets in AP mode
Ujjal Roy
1
-3
/
+26
2013-12-04
mwifiex: correct packet length for packets from SDIO interface
Avinash Patil
1
-0
/
+3
2013-11-13
mwifiex: fix SDIO interrupt lost issue
Amitkumar Karwar
1
-2
/
+4
2013-10-13
mwifiex: fix PCIe hs_cfg cancel cmd timeout
Bing Zhao
1
-3
/
+2
2013-10-13
mwifiex: fix hang issue for USB chipsets
Amitkumar Karwar
3
-4
/
+4
2013-10-13
mwifiex: fix NULL pointer dereference in usb suspend handler
Bing Zhao
1
-7
/
+0
2013-10-13
mwifiex: fix memory corruption when unsetting multicast list
Daniel Drake
2
-13
/
+10
2013-09-14
mwifiex: do not create AP and P2P interfaces upon driver loading
Bing Zhao
1
-14
/
+0
2013-08-11
mwifiex: fix wrong data rates in P2P client
Avinash Patil
1
-1
/
+2
2013-08-11
mwifiex: check for bss_role instead of bss_mode for STA operations
Avinash Patil
2
-4
/
+6
2013-08-11
mwifiex: Add missing endian conversion.
Tomasz Moń
1
-2
/
+2
2013-06-12
mwifiex: debugfs: Fix out of bounds array access
Mark A. Greer
1
-5
/
+17
2013-05-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-18
/
+8
2013-05-08
mwifiex: fix setting of multicast filter
Daniel Drake
1
-15
/
+6
2013-05-08
mwifiex: fix memory leak issue when driver unload
Amitkumar Karwar
2
-3
/
+1
2013-05-08
mwifiex: clear is_suspended flag when interrupt is received early
Bing Zhao
1
-0
/
+1
2013-05-07
drivers/net: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-04-26
mwifiex: Correct pci_unmap_single's size
Yogesh Ashok Powar
1
-2
/
+2
2013-04-26
mwifiex: Do not kfree cmd buf while unregistering PCIe
Yogesh Ashok Powar
1
-1
/
+0
2013-04-26
mwifiex: Call pci_release_region after calling pci_disable_device
Yogesh Ashok Powar
1
-1
/
+1
2013-04-26
mwifiex: Use pci_release_region() instead of a pci_release_regions()
Yogesh Ashok Powar
1
-2
/
+2
2013-04-23
mwifiex: rework round robin scheduling of bss nodes.
Andreas Fenkart
3
-77
/
+29
2013-04-23
mwifiex: replace ra_list_curr by list rotation.
Andreas Fenkart
4
-69
/
+40
2013-04-22
mwifiex: remove redundant initialization for bss_descriptor
Bing Zhao
2
-29
/
+5
2013-04-22
mwifiex: fix use-after-free in beacon_ie processing
Bing Zhao
2
-5
/
+17
2013-04-22
mwifiex: don't try to associate when bss_mode is not STA
Bing Zhao
1
-11
/
+6
2013-04-22
mwifiex: make use of msecs_to_jiffies()
Bing Zhao
2
-2
/
+2
2013-04-22
mwifiex: correct bss_mode check while appending vht operation IE
Bing Zhao
1
-1
/
+1
2013-04-22
mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init
Avinash Patil
1
-2
/
+2
2013-04-22
mwifiex: configure p2p interface during initialization
Bing Zhao
1
-0
/
+3
2013-04-22
mwifiex: Start P2P devices in P2P mode
Paul Stewart
1
-3
/
+2
2013-04-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-3
/
+11
2013-04-08
mwifiex: hold proper locks when accessing ra_list / bss_prio lists
Andreas Fenkart
1
-26
/
+29
2013-04-08
mwifiex: fix infinite loop by removing NO_PKT_PRIO_TID
Andreas Fenkart
2
-8
/
+6
2013-04-08
mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tbl
Andreas Fenkart
3
-9
/
+5
2013-04-08
mwifiex: correct wrong list in list_empty check
Andreas Fenkart
1
-2
/
+1
2013-04-08
mwifiex: fix negative cmd_pending count
Bing Zhao
6
-16
/
+29
2013-04-03
mwifiex: complete last internal scan
Bing Zhao
1
-2
/
+9
2013-04-01
mwifiex: use separate AMPDU tx/rx window sizes in 11ac networks
Avinash Patil
5
-0
/
+55
2013-04-01
mwifiex: change default tx/rx win_size for BA setup
Avinash Patil
4
-6
/
+29
2013-04-01
mwifiex: limit channel number not to overflow memory
Stone Piao
1
-1
/
+2
2013-03-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-20
/
+33
2013-03-27
mwifiex: use fw_status register to wake up PCIe card
Avinash Patil
1
-13
/
+24
2013-03-27
mwifiex: avoid waking up device in awake state
Avinash Patil
1
-3
/
+4
2013-03-27
mwifiex: do not enable PCIe interrupt in Power Save sleep state
Avinash Patil
1
-1
/
+2
2013-03-25
mwifiex: add support to configure VHT for AP mode
Yogesh Ashok Powar
9
-0
/
+129
2013-03-25
mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose
Avinash Patil
1
-0
/
+1
[next]