index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
/
mwifiex
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-11
Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
5
-5
/
+181
2025-09-11
wifi: mwifiex: fix endianness handling in mwifiex_send_rgpower_table
Stefan Kerkmann
1
-1
/
+1
2025-09-05
wifi: mwifiex: fix double free in mwifiex_send_rgpower_table()
Dan Carpenter
1
-3
/
+1
2025-09-03
wifi: mwifiex: send world regulatory domain to driver
Stefan Kerkmann
1
-4
/
+3
2025-09-03
wifi: mwifiex: add rgpower table loading support
Stefan Kerkmann
4
-1
/
+180
2025-08-28
wifi: mwifiex: Initialize the chan_stats array to zero
Qianfeng Rong
2
-4
/
+5
2025-07-24
wifi: Fix typos
Bjorn Helgaas
1
-2
/
+2
2025-07-18
wifi: mwifiex: Use max_t() to improve code
Qianfeng Rong
1
-4
/
+3
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2025-07-07
wifi: mwifiex: discard erroneous disassoc frames on STA interface
Vitor Soares
1
-1
/
+3
2025-06-24
wifi: cfg80211/mac80211: Add support to get radio index
Roopni Devanathan
1
-3
/
+8
2025-06-20
wifi: mwifiex: enable host mlme on sdio W8997 chipsets
Rafael Beims
1
-1
/
+1
2025-06-12
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+2
2025-06-11
Revert "wifi: mwifiex: Fix HT40 bandwidth issue."
Francesco Dolcini
1
-4
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
5
-5
/
+8
2025-05-21
wifi: check if socket flags are valid
Bert Karwatzki
1
-2
/
+1
2025-04-23
wifi: mwifiex: remove mwifiex_sta_init_cmd() last argument
Sascha Hauer
4
-7
/
+7
2025-04-23
wifi: mwifiex: drop asynchronous init waiting code
Sascha Hauer
6
-61
/
+4
2025-04-23
wifi: mwifiex: let mwifiex_init_fw() return 0 for success
Sascha Hauer
3
-10
/
+4
2025-04-23
wifi: mwifiex: remove unnecessary queue empty check
Sascha Hauer
1
-10
/
+3
2025-04-23
wifi: mwifiex: Don't use %pK through printk
Thomas Weißschuh
1
-1
/
+1
2025-04-23
wifi: mwifiex: move common settings out of switch/case
Sascha Hauer
1
-11
/
+5
2025-04-23
wifi: mwifiex: make locally used function static
Sascha Hauer
2
-2
/
+1
2025-04-23
wifi: mwifiex: fix indention
Sascha Hauer
1
-6
/
+6
2025-04-23
wifi: mwifiex: simplify mwifiex_setup_ht_caps()
Sascha Hauer
1
-11
/
+5
2025-04-23
wifi: mwifiex: pass adapter to mwifiex_dnld_cmd_to_fw()
Sascha Hauer
1
-6
/
+2
2025-04-23
wifi: mwifiex: make region_code_mapping_t const
Sascha Hauer
3
-4
/
+4
2025-04-23
wifi: mwifiex: drop unnecessary initialization
Sascha Hauer
2
-6
/
+3
2025-04-23
wifi: mwifiex: use adapter as context pointer for mwifiex_hs_activated_event()
Sascha Hauer
3
-38
/
+23
2025-04-23
wifi: mwifiex: deduplicate code in mwifiex_cmd_tx_rate_cfg()
Sascha Hauer
1
-29
/
+14
2025-04-23
wifi: free SKBTX_WIFI_STATUS skb tx_flags flag
Johannes Berg
1
-1
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
8
-13
/
+13
2025-03-18
wifi: mwifiex: Fix RF calibration data download from file
Jeff Chen
2
-2
/
+24
2025-03-18
wifi: mwifiex: Fix premature release of RF calibration data.
Jeff Chen
2
-5
/
+5
2025-03-18
wifi: mwifiex: Fix HT40 bandwidth issue.
Jeff Chen
1
-2
/
+4
2025-03-12
wifi: mwifiex: Add __nonstring annotations for unterminated strings
Kees Cook
1
-1
/
+1
2025-02-11
wifi: mwifiex: Remove unused mwifiex_uap_del_sta_data
Dr. David Alan Gilbert
2
-18
/
+0
2025-01-28
wifi: mwifiex: Constify struct mwifiex_if_ops
Christophe JAILLET
5
-9
/
+9
2024-12-09
wifi: mwifiex: decrease timeout waiting for host sleep from 10s to 5s
Pin-yen Lin
1
-1
/
+1
2024-12-04
wifi: cfg80211: send MLO links tx power info in GET_INTERFACE
Rameshkumar Sundaram
1
-1
/
+1
2024-10-17
wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_sc...
Alper Nebi Yasak
1
-1
/
+1
2024-10-17
wifi: mwifiex: cleanup struct mwifiex_private
Dmitry Antipov
4
-18
/
+3
2024-10-17
wifi: mwifiex: cleanup struct mwifiex_auto_tdls_peer
Dmitry Antipov
2
-3
/
+0
2024-10-17
wifi: mwifiex: add missing locking for cfg80211 calls
Sascha Hauer
2
-0
/
+4
2024-10-09
Merge net-next/main to resolve conflicts
Johannes Berg
1
-1
/
+1
2024-10-08
wifi: mwifiex: don't include lib80211.h
Johannes Berg
2
-2
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-18
wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
1
-2
/
+2
2024-09-09
wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1...
Gustavo A. R. Silva
2
-3
/
+2
2024-09-06
wifi: cfg80211: handle DFS per link
Aditya Kumar Singh
2
-4
/
+5
[next]