index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
Commit message (
Expand
)
Author
Age
Files
Lines
*
mwifiex: avoid null-pointer-subtraction warning
Arnd Bergmann
2021-09-28
2
-4
/
+4
*
mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devices
Tsuchiya Yuto
2021-08-29
3
-0
/
+133
*
mwifiex: pcie: add DMI-based quirk implementation for Surface devices
Jonas Dreßler
2021-08-29
5
-0
/
+64
*
mwifiex: make arrays static const, makes object smaller
Colin Ian King
2021-08-21
1
-2
/
+2
*
mwifiex: usb: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-08-21
1
-1
/
+1
*
mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()
Tuo Li
2021-08-21
1
-1
/
+1
*
libertas: Remove unnecessary label of lbs_ethtool_get_eeprom
dingsenjie
2021-08-01
1
-6
/
+3
*
Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-07-02
1
-6
/
+4
|
\
|
*
mwifiex: re-fix for unaligned accesses
Arnd Bergmann
2021-05-17
1
-6
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-29
1
-3
/
+10
|
\
\
|
*
\
Merge tag 'wireless-drivers-2021-06-19' of git://git.kernel.org/pub/scm/linux...
David S. Miller
2021-06-21
1
-3
/
+10
|
|
\
\
|
|
*
|
mwifiex: bring down link before deleting interface
Brian Norris
2021-06-11
1
-3
/
+10
|
|
|
/
*
|
|
mwifiex: Avoid memset() over-write of WEP key_material
Kees Cook
2021-06-22
2
-5
/
+12
*
|
|
mwl8k: Avoid memcpy() over-reading of mcs.rx_mask
Kees Cook
2021-06-22
1
-2
/
+2
*
|
|
libertas: use DEVICE_ATTR_RW macro
YueHaibing
2021-06-15
1
-71
/
+78
*
|
|
libertas: remove leading spaces before tabs
Hui Tang
2021-06-15
1
-1
/
+1
*
|
|
libertas_tf: Fix wrong function name in comments
Yang Shen
2021-06-15
1
-1
/
+1
|
/
/
*
|
libertas: register sysfs groups properly
Greg Kroah-Hartman
2021-05-13
1
-24
/
+4
*
|
Revert "libertas: add checks for the return value of sysfs_create_group"
Greg Kroah-Hartman
2021-05-13
1
-5
/
+0
|
/
*
libertas_tf: Remove duplicate struct declaration
Wan Jiabing
2021-04-21
1
-1
/
+0
*
mwl8k: Fix a double Free in mwl8k_probe_hw
Lv Yunlong
2021-04-18
1
-0
/
+1
*
libertas: struct lbs_private is declared duplicately
Wan Jiabing
2021-04-18
1
-1
/
+0
*
libertas: avoid -Wempty-body warning
Arnd Bergmann
2021-04-17
1
-6
/
+6
*
mwifiex: Remove unneeded variable: "ret"
zuoqilin
2021-04-17
1
-2
/
+1
*
mwifiex: don't print SSID to logs
Brian Norris
2021-04-17
1
-7
/
+4
*
mwl8k: fix alignment constraints
Arnd Bergmann
2021-02-08
1
-1
/
+1
*
mwl8k: assign value when defining variables
wengjianfeng
2021-02-08
1
-2
/
+1
*
mwifiex: Report connected BSS with cfg80211_connect_bss()
Yen-lin Lai
2021-02-08
1
-9
/
+26
*
libertas: remove redundant initialization of variable ret
Colin Ian King
2021-02-08
1
-1
/
+1
*
Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2021-02-06
1
-1
/
+1
|
\
|
*
mwifiex: pcie: Drop bogus __refdata annotation
Geert Uytterhoeven
2021-01-14
1
-1
/
+1
*
|
cfg80211: avoid holding the RTNL when calling the driver
Johannes Berg
2021-01-26
2
-3
/
+10
*
|
cfg80211: change netdev registration/unregistration semantics
Johannes Berg
2021-01-22
1
-2
/
+2
|
/
*
mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
Zhang Xiaohui
2020-12-08
1
-0
/
+2
*
mwifiex: change license text of Makefile and README from MARVELL to NXP
Ganapathi Bhat
2020-12-07
2
-6
/
+7
*
mwl8k: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-12-07
1
-33
/
+39
*
mwifiex: Remove duplicated REG_PORT definition
Jisheng Zhang
2020-11-24
1
-2
/
+0
*
mwifiex: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-24
4
-0
/
+5
*
mwifiex: pcie: skip cancel_work_sync() on reset failure path
Tsuchiya Yuto
2020-11-10
2
-1
/
+19
*
mwifiex: update comment for shutdown_sw()/reinit_sw() to reflect current state
Tsuchiya Yuto
2020-11-10
1
-2
/
+2
*
mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure
Tsuchiya Yuto
2020-11-10
1
-0
/
+2
*
mwifiex: pcie: Remove a couple of unchecked 'ret's
Lee Jones
2020-11-07
1
-4
/
+2
*
mwifiex: fix double free
Tom Rix
2020-10-08
1
-0
/
+2
*
net: libertas: Use netif_rx_any_context()
Sebastian Andrzej Siewior
2020-09-29
1
-9
/
+2
*
net: libertas libertas_tf: Remove in_interrupt() from debug macro.
Sebastian Andrzej Siewior
2020-09-29
2
-4
/
+2
*
net: mwifiex: Use netif_rx_any_context().
Sebastian Andrzej Siewior
2020-09-29
2
-10
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
2
-3
/
+3
|
\
|
*
mwifiex: Increase AES key storage size to 256 bits
Maximilian Luz
2020-08-27
2
-3
/
+3
*
|
mwifiex: remove function pointer check
Tom Rix
2020-09-09
1
-8
/
+6
*
|
mwifiex: sdio: Fix -Wunused-const-variable warnings
YueHaibing
2020-09-07
2
-427
/
+427
[next]