index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
Age
Commit message (
Expand
)
Author
Files
Lines
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-09
mwifiex: fix setting of multicast filter
Daniel Drake
1
-15
/
+6
2013-05-09
mwifiex: fix memory leak issue when driver unload
Amitkumar Karwar
2
-3
/
+1
2013-05-09
mwifiex: clear is_suspended flag when interrupt is received early
Bing Zhao
1
-0
/
+1
2013-05-08
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-02
mwifiex: use separate AMPDU tx/rx window sizes in 11ac networks
Avinash Patil
5
-0
/
+55
2013-04-02
mwifiex: change default tx/rx win_size for BA setup
Avinash Patil
4
-6
/
+29
2013-04-02
mwifiex: limit channel number not to overflow memory
Stone Piao
1
-1
/
+2
2013-03-30
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-26
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
2013-03-19
mwifiex: cleanup VHT cap
Yogesh Ashok Powar
2
-85
/
+1
2013-03-18
mwifiex: cancel cmd timer and free curr_cmd in shutdown process
Bing Zhao
1
-0
/
+8
2013-03-18
mwifiex: skip pending commands after function shutdown
Bing Zhao
1
-3
/
+14
2013-03-18
mwifiex: fix race when queuing commands
Amitkumar Karwar
4
-17
/
+10
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-5
/
+4
2013-03-09
mwifiex: fix potential null dereference 'mef_entry'
Bing Zhao
1
-1
/
+4
2013-03-09
mwifiex: Trigger a card reset on reaching tx_timeout threshold
Ashok Nagarajan
3
-3
/
+19
2013-03-09
mwifiex: fix potential out-of-boundary access to ibss rate table
Bing Zhao
1
-4
/
+3
2013-03-07
mwifiex: add WOWLAN support
Amitkumar Karwar
6
-0
/
+292
2013-03-07
mwifiex: add "ethtool wol" command support
Amitkumar Karwar
5
-0
/
+78
2013-03-07
mwifiex: shorten the host sleep configuration macro names
Amitkumar Karwar
5
-14
/
+14
2013-03-07
mwifiex: modify skb->truesize for PCIE Rx
Avinash Patil
1
-2
/
+3
2013-03-07
mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c
Bing Zhao
1
-2
/
+2
2013-03-07
mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume
Bing Zhao
1
-0
/
+2
[next]