index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-21
mwifiex: make arrays static const, makes object smaller
Colin Ian King
1
-2
/
+2
2021-08-21
mwifiex: usb: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2021-08-21
mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()
Tuo Li
1
-1
/
+1
2021-08-01
libertas: Remove unnecessary label of lbs_ethtool_get_eeprom
dingsenjie
1
-6
/
+3
2021-07-02
Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+4
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+10
2021-06-22
mwifiex: Avoid memset() over-write of WEP key_material
Kees Cook
2
-5
/
+12
2021-06-22
mwl8k: Avoid memcpy() over-reading of mcs.rx_mask
Kees Cook
1
-2
/
+2
2021-06-21
Merge tag 'wireless-drivers-2021-06-19' of git://git.kernel.org/pub/scm/linux...
David S. Miller
1
-3
/
+10
2021-06-15
libertas: use DEVICE_ATTR_RW macro
YueHaibing
1
-71
/
+78
2021-06-15
libertas: remove leading spaces before tabs
Hui Tang
1
-1
/
+1
2021-06-15
libertas_tf: Fix wrong function name in comments
Yang Shen
1
-1
/
+1
2021-06-11
mwifiex: bring down link before deleting interface
Brian Norris
1
-3
/
+10
2021-05-17
mwifiex: re-fix for unaligned accesses
Arnd Bergmann
1
-6
/
+4
2021-05-13
libertas: register sysfs groups properly
Greg Kroah-Hartman
1
-24
/
+4
2021-05-13
Revert "libertas: add checks for the return value of sysfs_create_group"
Greg Kroah-Hartman
1
-5
/
+0
2021-04-21
libertas_tf: Remove duplicate struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-18
mwl8k: Fix a double Free in mwl8k_probe_hw
Lv Yunlong
1
-0
/
+1
2021-04-18
libertas: struct lbs_private is declared duplicately
Wan Jiabing
1
-1
/
+0
2021-04-17
libertas: avoid -Wempty-body warning
Arnd Bergmann
1
-6
/
+6
2021-04-17
mwifiex: Remove unneeded variable: "ret"
zuoqilin
1
-2
/
+1
2021-04-17
mwifiex: don't print SSID to logs
Brian Norris
1
-7
/
+4
2021-02-08
mwl8k: fix alignment constraints
Arnd Bergmann
1
-1
/
+1
2021-02-08
mwl8k: assign value when defining variables
wengjianfeng
1
-2
/
+1
2021-02-08
mwifiex: Report connected BSS with cfg80211_connect_bss()
Yen-lin Lai
1
-9
/
+26
2021-02-08
libertas: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-02-06
Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
1
-1
/
+1
2021-01-26
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
2
-3
/
+10
2021-01-22
cfg80211: change netdev registration/unregistration semantics
Johannes Berg
1
-2
/
+2
2021-01-14
mwifiex: pcie: Drop bogus __refdata annotation
Geert Uytterhoeven
1
-1
/
+1
2020-12-08
mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
Zhang Xiaohui
1
-0
/
+2
2020-12-07
mwifiex: change license text of Makefile and README from MARVELL to NXP
Ganapathi Bhat
2
-6
/
+7
2020-12-07
mwl8k: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-33
/
+39
2020-11-24
mwifiex: Remove duplicated REG_PORT definition
Jisheng Zhang
1
-2
/
+0
2020-11-24
mwifiex: Fix fall-through warnings for Clang
Gustavo A. R. Silva
4
-0
/
+5
2020-11-10
mwifiex: pcie: skip cancel_work_sync() on reset failure path
Tsuchiya Yuto
2
-1
/
+19
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-11-07
mwifiex: pcie: Remove a couple of unchecked 'ret's
Lee Jones
1
-4
/
+2
2020-10-08
mwifiex: fix double free
Tom Rix
1
-0
/
+2
2020-09-30
net: libertas: Use netif_rx_any_context()
Sebastian Andrzej Siewior
1
-9
/
+2
2020-09-30
net: libertas libertas_tf: Remove in_interrupt() from debug macro.
Sebastian Andrzej Siewior
2
-4
/
+2
2020-09-30
net: mwifiex: Use netif_rx_any_context().
Sebastian Andrzej Siewior
2
-10
/
+2
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+3
2020-09-09
mwifiex: remove function pointer check
Tom Rix
1
-8
/
+6
2020-09-07
mwifiex: sdio: Fix -Wunused-const-variable warnings
YueHaibing
2
-427
/
+427
2020-09-07
mwifiex: wmm: Fix -Wunused-const-variable warnings
YueHaibing
3
-16
/
+19
2020-09-07
mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFO
Nathan Chancellor
2
-6
/
+6
2020-09-01
libertas_tf: Remove unused macro QOS_CONTROL_LEN
YueHaibing
1
-1
/
+0
2020-09-01
mwifiex: pcie: Move tables to the only place they're used
Lee Jones
2
-149
/
+149
[prev]
[next]