index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
/
mwifiex
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
wifi: mwifiex: fix comment typos in SDIO module
Dmitry Antipov
1
-2
/
+2
2023-08-21
wifi: mwifiex: cleanup adapter data
Dmitry Antipov
3
-8
/
+0
2023-08-21
wifi: mwifiex: Fix missed return in oob checks failed path
Polaris Pi
2
-0
/
+2
2023-08-21
wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal()
Ruan Jinjie
1
-2
/
+1
2023-08-21
wifi: mwifiex: drop BUG_ON from TX paths
Dmitry Antipov
4
-44
/
+34
2023-08-21
wifi: mwifiex: handle possible mwifiex_write_reg() errors
Dmitry Antipov
1
-10
/
+12
2023-08-21
wifi: mwifiex: handle possible sscanf() errors
Dmitry Antipov
1
-2
/
+8
2023-08-21
wifi: mwifiex: cleanup private data structures
Dmitry Antipov
5
-15
/
+0
2023-08-21
wifi: mwifiex: fix memory leak in mwifiex_histogram_read()
Dmitry Antipov
1
-2
/
+7
2023-08-02
wifi: mwifiex: fix error recovery in PCIE buffer descriptor management
Dmitry Antipov
1
-8
/
+17
2023-08-01
wifi: mwifiex: Fix OOB and integer underflow when rx packets
Polaris Pi
3
-4
/
+36
2023-07-25
wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag
Johannes Wiesboeck
1
-0
/
+1
2023-07-25
wifi: mwifiex: fix fortify warning
Dmitry Antipov
1
-3
/
+6
2023-07-25
wifi: mwifiex: prefer strscpy() over strlcpy()
Dmitry Antipov
1
-8
/
+3
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-24
/
+9
2023-06-19
wifi: cfg80211: make TDLS management link-aware
Mukesh Sisodiya
1
-4
/
+4
2023-05-18
wifi: mwifiex: Use default @max_active for workqueues
Tejun Heo
2
-6
/
+6
2023-05-11
wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()
Christophe JAILLET
1
-3
/
+3
2023-05-05
wifi: mwifiex: Use list_count_nodes()
Christophe JAILLET
2
-17
/
+2
2023-03-31
wifi: mwifiex: remove unused evt_buf variable
Tom Rix
1
-4
/
+0
2023-03-15
wifi: mwifiex: mark OF related data as maybe unused
Krzysztof Kozlowski
2
-2
/
+2
2023-02-14
wifi: mac80211: fix receiving A-MSDU frames on mesh interfaces
Felix Fietkau
1
-1
/
+1
2023-02-14
wifi: cfg80211: include puncturing bitmap in channel switch events
Aloka Dixit
1
-1
/
+1
2023-02-13
wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()
Dan Carpenter
1
-3
/
+3
2023-02-13
wifi: mwifiex: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2023-02-13
wifi: mwifiex: Replace one-element arrays with flexible-array members
Gustavo A. R. Silva
1
-10
/
+10
2023-02-13
wifi: mwifiex: Support firmware hotfix version in GET_HW_SPEC responses
Lukas Wunner
2
-0
/
+6
2023-02-13
wifi: mwifiex: Support SD8978 chipset
Lukas Wunner
3
-4
/
+27
2023-02-13
wifi: mwifiex: Add missing compatible string for SD8787
Lukas Wunner
1
-0
/
+1
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-1
/
+1
2022-11-08
wifi: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2
-1
/
+2
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-2
/
+2
2022-09-22
wifi: mwifiex: fix array of flexible structures warnings
Johannes Berg
2
-4
/
+4
2022-09-22
mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv
Duoming Zhou
3
-8
/
+10
2022-09-07
wifi: mwifiex: fix endian annotations in casts
Johannes Berg
1
-6
/
+6
2022-09-07
wifi: mwifiex: fix endian conversion
Johannes Berg
1
-1
/
+1
2022-09-07
wifi: mwifiex: mark a variable unused
Johannes Berg
1
-1
/
+1
2022-09-07
wifi: mwifiex: Fix comment typo
Jason Wang
1
-1
/
+1
2022-08-26
Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...
David S. Miller
1
-4
/
+6
2022-08-25
wifi: cfg80211: Add link_id parameter to various key operations for MLO
Veerendranath Jakkam
1
-4
/
+6
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
47
-616
/
+49
2022-07-27
wifi: mwifiex: clean up one inconsistent indenting
Yang Li
1
-1
/
+1
2022-07-27
wifi: mwifiex: Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-15
wifi: cfg80211/mac80211: separate link params from station params
Shaul Triebitz
1
-9
/
+11
2022-06-20
wifi: cfg80211: do some rework towards MLO link APIs
Johannes Berg
2
-8
/
+12
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULE
Thomas Gleixner
47
-616
/
+49
2022-05-03
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
3
-1
/
+30
2022-04-27
mwifiex: Add SD8997 SDIO-UART firmware
Andrejs Cainikovs
2
-0
/
+3
2022-04-27
mwifiex: Select firmware based on strapping
Andrejs Cainikovs
2
-1
/
+25
2022-04-08
mmc: core: improve API to make clear mmc_hw_reset is for cards
Wolfram Sang
1
-1
/
+1
[prev]
[next]