index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
marvell
Age
Commit message (
Expand
)
Author
Lines
2023-04-27
Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
-1
/
+1
2023-03-31
wifi: mwifiex: remove unused evt_buf variable
Tom Rix
-4
/
+0
2023-03-15
wifi: mwifiex: mark OF related data as maybe unused
Krzysztof Kozlowski
-2
/
+2
2023-03-11
net: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra
-1
/
+1
2023-02-14
wifi: mac80211: fix receiving A-MSDU frames on mesh interfaces
Felix Fietkau
-1
/
+1
2023-02-14
wifi: cfg80211: include puncturing bitmap in channel switch events
Aloka Dixit
-1
/
+1
2023-02-13
wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()
Dan Carpenter
-3
/
+3
2023-02-13
wifi: mwifiex: Replace one-element array with flexible-array member
Gustavo A. R. Silva
-1
/
+1
2023-02-13
wifi: mwifiex: Replace one-element arrays with flexible-array members
Gustavo A. R. Silva
-10
/
+10
2023-02-13
wifi: mwifiex: Support firmware hotfix version in GET_HW_SPEC responses
Lukas Wunner
-0
/
+6
2023-02-13
wifi: mwifiex: Support SD8978 chipset
Lukas Wunner
-4
/
+27
2023-02-13
wifi: mwifiex: Add missing compatible string for SD8787
Lukas Wunner
-0
/
+1
2023-02-13
wifi: libertas: add support for WPS enrollee IE in probe requests
Doug Brown
-3
/
+45
2023-02-13
wifi: libertas: add new TLV type for WPS enrollee IE
Doug Brown
-0
/
+1
2023-02-13
wifi: libertas: only add RSN/WPA IE in lbs_add_wpa_tlv
Doug Brown
-10
/
+18
2023-02-13
wifi: libertas: fix code style in Marvell structs
Doug Brown
-10
/
+10
2023-01-17
Merge wireless into wireless-next
Kalle Valo
-1
/
+1
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
-1
/
+1
2022-12-22
wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
-1
/
+1
2022-12-22
wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
-1
/
+1
2022-12-22
wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
-1
/
+1
2022-12-22
wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
-1
/
+1
2022-12-14
wifi: libertas: fix memory leak in lbs_init_adapter()
Zhengchao Shao
-0
/
+1
2022-11-08
wifi: Use kstrtobool() instead of strtobool()
Christophe JAILLET
-1
/
+2
2022-10-28
Kalle Valo says:
Jakub Kicinski
-0
/
+2
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
-2
/
+2
2022-10-10
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
-0
/
+2
2022-09-22
wifi: mwifiex: fix array of flexible structures warnings
Johannes Berg
-4
/
+4
2022-09-22
mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv
Duoming Zhou
-8
/
+10
2022-09-07
wifi: mwifiex: fix endian annotations in casts
Johannes Berg
-6
/
+6
2022-09-07
wifi: mwifiex: fix endian conversion
Johannes Berg
-1
/
+1
2022-09-07
wifi: mwifiex: mark a variable unused
Johannes Berg
-1
/
+1
2022-09-07
wifi: libertas: fix a couple of sparse warnings
Johannes Berg
-3
/
+2
2022-09-07
wifi: mwifiex: Fix comment typo
Jason Wang
-1
/
+1
2022-09-02
wifi: move from strlcpy with unused retval to strscpy
Wolfram Sang
-2
/
+2
2022-08-26
Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...
David S. Miller
-8
/
+11
2022-08-25
wifi: cfg80211: Add link_id parameter to various key operations for MLO
Veerendranath Jakkam
-8
/
+11
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-616
/
+49
2022-07-27
wifi: libertas: Fix possible refcount leak in if_usb_probe()
Hangyu Hua
-0
/
+1
2022-07-27
wifi: mwifiex: clean up one inconsistent indenting
Yang Li
-1
/
+1
2022-07-27
wifi: mwifiex: Fix comment typo
Jason Wang
-1
/
+1
2022-07-27
wifi: mwl8k: use time_after to replace "jiffies > a"
Li Qiong
-1
/
+1
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
-2
/
+3
2022-07-15
wifi: cfg80211/mac80211: separate link params from station params
Shaul Triebitz
-9
/
+11
2022-06-20
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
-3
/
+3
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
-2
/
+2
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
-5
/
+5
2022-06-20
wifi: cfg80211: do some rework towards MLO link APIs
Johannes Berg
-13
/
+17
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULE
Thomas Gleixner
-616
/
+49
2022-05-30
wifi: libertas: use variable-size data in assoc req/resp cmd
Johannes Berg
-5
/
+5
[next]