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
/
marvell
/
mwifiex
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
Revert "devcoredump: remove the useless gfp_t parameter in dev_coredumpv and ...
Greg Kroah-Hartman
1
-1
/
+2
2022-08-17
devcoredump: remove the useless gfp_t parameter in dev_coredumpv and dev_core...
Duoming Zhou
1
-2
/
+1
2021-11-26
mwifiex: Add quirk to disable deep sleep with certain hardware revision
Jonas Dreßler
1
-0
/
+18
2021-10-20
wireless: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-10-20
mwifiex: Deactive host sleep using HSCFG after it was activated manually
Jonas Dreßler
1
-0
/
+18
2021-10-13
wireless: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-2
/
+0
2021-06-11
mwifiex: bring down link before deleting interface
Brian Norris
1
-3
/
+10
2021-01-26
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
1
-0
/
+7
2020-11-10
mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current state
Tsuchiya Yuto
1
-2
/
+2
2020-11-10
mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure
Tsuchiya Yuto
1
-0
/
+2
2020-09-07
mwifiex: wmm: Fix -Wunused-const-variable warnings
YueHaibing
1
-0
/
+2
2020-07-15
mwifiex: Fix reporting 'operation not supported' error code
Pali Rohár
1
-1
/
+1
2020-02-14
mwifiex: change license text from MARVELL to NXP
Ganapathi Bhat
1
-4
/
+4
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-14
mwifiex: Re-work support for SDIO HW reset
Ulf Hansson
1
-1
/
+4
2019-06-27
mwifiex: don't disable hardirqs; just softirqs
Brian Norris
1
-17
/
+12
2019-06-25
mwifiex: update set_mac_address logic
Sharvari Harisangam
1
-3
/
+3
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-2
/
+1
2018-07-31
mwifiex: use atomic bitops to represent adapter status variables
Ganapathi Bhat
1
-15
/
+18
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-1
/
+2
2018-04-30
mwifiex: keep user configured mac address during changing virtual interface
Xinming Hu
1
-1
/
+4
2018-04-30
mwifiex: always configure firmware mac address during changing virtual interface
Xinming Hu
1
-4
/
+0
2018-04-30
mwifiex: make firmware mac address consistent with host configuration
Xinming Hu
1
-16
/
+22
2018-04-30
mwifiex: fix mwifiex_hard_start_xmit()'s return type
Luc Van Oostenryck
1
-1
/
+1
2018-02-27
mwifiex: set different mac address for interfaces with same bss type
Xinming Hu
1
-5
/
+19
2018-01-08
mwifiex: refactor device dump code to make it generic for usb interface
Xinming Hu
1
-46
/
+51
2017-10-27
mwifiex: Convert timers to use timer_setup()
Kees Cook
1
-2
/
+1
2017-08-08
mwifiex: p2p: use separate device address
Xinming Hu
1
-14
/
+26
2017-07-28
mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"
Colin Ian King
1
-1
/
+1
2017-07-28
mwifiex: uninit wakeup info in the error handling
Jeffy Chen
1
-1
/
+6
2017-07-28
mwifiex: drop num CPU notice
Brian Norris
1
-3
/
+1
2017-07-28
mwifiex: fixup init_channel_scan_gap error case
Brian Norris
1
-1
/
+2
2017-07-28
mwifiex: unregister wiphy before freeing resources
Brian Norris
1
-1
/
+6
2017-07-28
mwifiex: re-register wiphy across reset
Brian Norris
1
-3
/
+4
2017-07-28
mwifiex: reset interrupt status across device reset
Brian Norris
1
-0
/
+1
2017-07-28
mwifiex: reunite copy-and-pasted remove/reset code
Brian Norris
1
-76
/
+28
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-1
/
+1
2017-05-31
mwifiex: usb: transmit aggregation packets
Xinming Hu
1
-0
/
+4
2017-04-28
cfg80211: add request id to cfg80211_sched_scan_*() api
Arend Van Spriel
1
-1
/
+1
2017-04-24
Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...
David S. Miller
1
-8
/
+12
2017-04-20
Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...
David S. Miller
1
-4
/
+3
2017-04-20
mwifiex: don't leak 'chan_stats' on reset
Brian Norris
1
-1
/
+3
2017-04-20
mwifiex: reset timeout flag when resetting device
Brian Norris
1
-0
/
+1
2017-04-20
mwifiex: fall back mwifiex_dbg to pr_info when adapter->dev not set
Xinming Hu
1
-2
/
+5
2017-04-20
mwifiex: remove unnecessary wakeup interrupt number sanity check
Xinming Hu
1
-5
/
+3
2017-04-13
cfg80211: move add/change interface monitor flags into params
Johannes Berg
1
-4
/
+3
2017-04-10
Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...
David S. Miller
1
-12
/
+25
2017-04-05
mwifiex: catch mwifiex_fw_dpc() errors properly in reset
Brian Norris
1
-11
/
+22
2017-04-05
mwifiex: fix use-after-free for FW reinit errors
Brian Norris
1
-1
/
+0
[next]