index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-16
mwifiex: make read-only array wmm_oui static const
Colin Ian King
1
-1
/
+1
2022-03-06
wireless: Marvell: Use netif_rx().
Sebastian Andrzej Siewior
3
-4
/
+4
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2021-12-08
libertas_tf: Add missing __packed annotations
Kees Cook
1
-14
/
+14
2021-12-08
libertas: Add missing __packed annotation with struct_group()
Kees Cook
1
-1
/
+1
2021-12-08
mwifiex: Fix possible ABBA deadlock
Brian Norris
1
-2
/
+6
2021-11-29
mwl8k: Use named struct for memcpy() region
Kees Cook
1
-4
/
+6
2021-11-29
libertas_tf: Use struct_group() for memcpy() region
Kees Cook
2
-5
/
+8
2021-11-29
libertas: Use struct_group() for memcpy() region
Kees Cook
2
-6
/
+9
2021-11-26
mwifiex: Ignore BTCOEX events from the 88W8897 firmware
Jonas Dreßler
3
-0
/
+8
2021-11-26
mwifiex: Ensure the version string from the firmware is 0-terminated
Jonas Dreßler
1
-0
/
+3
2021-11-26
mwifiex: Add quirk to disable deep sleep with certain hardware revision
Jonas Dreßler
3
-0
/
+39
2021-11-26
mwifiex: Use a define for firmware version string length
Jonas Dreßler
3
-4
/
+7
2021-11-26
mwifiex: Fix skb_over_panic in mwifiex_usb_recv()
Zekun Shen
1
-1
/
+2
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-1
/
+1
2021-10-28
mwifiex: fix division by zero in fw download path
Johan Hovold
1
-0
/
+16
2021-10-27
libertas: replace snprintf in show functions with sysfs_emit
Ye Guojin
1
-9
/
+9
2021-10-27
libertas: Fix possible memory leak in probe and disconnect
Wang Hai
1
-0
/
+2
2021-10-27
libertas_tf: Fix possible memory leak in probe and disconnect
Wang Hai
1
-0
/
+2
2021-10-20
wireless: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-10-20
wireless: use eth_hw_addr_set()
Jakub Kicinski
3
-7
/
+5
2021-10-20
mwifiex: Deactive host sleep using HSCFG after it was activated manually
Jonas Dreßler
4
-0
/
+44
2021-10-20
mwifiex: Send DELBA requests according to spec
Jonas Dreßler
1
-2
/
+3
2021-10-20
mwifiex: Fix an incorrect comment
Jonas Dreßler
1
-1
/
+1
2021-10-20
mwifiex: Log an error on command failure during key-material upload
Jonas Dreßler
1
-2
/
+8
2021-10-20
mwifiex: Don't log error on suspend if wake-on-wlan is disabled
Jonas Dreßler
1
-1
/
+1
2021-10-20
mwl8k: Fix use-after-free in mwl8k_fw_state_machine()
Zheyu Ma
1
-1
/
+1
2021-10-18
mwifiex: Try waking the firmware until we get an interrupt
Jonas Dreßler
1
-5
/
+23
2021-10-18
mwifiex: Read a PCI register after writing the TX ring write pointer
Jonas Dreßler
1
-0
/
+8
2021-10-13
wireless: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2
-4
/
+0
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+4
2021-09-28
mwifiex: avoid null-pointer-subtraction warning
Arnd Bergmann
2
-4
/
+4
2021-09-21
mwifiex: Fix copy-paste mistake when creating virtual interface
Jonas Dreßler
1
-1
/
+1
2021-09-21
mwifiex: Properly initialize private structure on interface type changes
Jonas Dreßler
1
-3
/
+7
2021-09-21
mwifiex: Handle interface type changes from AP to STATION
Jonas Dreßler
1
-0
/
+1
2021-09-21
mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GO
Jonas Dreßler
1
-0
/
+36
2021-09-21
mwifiex: Update virtual interface counters right after setting bss_type
Jonas Dreßler
1
-11
/
+14
2021-09-21
mwifiex: Use helper function for counting interface types
Jonas Dreßler
1
-75
/
+35
2021-09-21
mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type
Jonas Dreßler
1
-18
/
+4
2021-09-21
mwifiex: Use function to check whether interface type change is allowed
Jonas Dreßler
1
-47
/
+92
2021-09-21
mwifiex: Small cleanup for handling virtual interface type changes
Jonas Dreßler
1
-25
/
+14
2021-08-29
mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devices
Tsuchiya Yuto
3
-0
/
+133
2021-08-29
mwifiex: pcie: add DMI-based quirk implementation for Surface devices
Jonas Dreßler
5
-0
/
+64
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-29
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
[next]