summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)Author
4 hoursMerge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
3 dayswifi: libertas: fix use-after-free in lbs_free_adapter()Daniel Hodges
3 dayswifi: mwifiex: Fix dev_alloc_name() return value checkChen-Yu Tsai
4 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
5 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
5 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
5 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-12wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()Dan Carpenter
2026-01-08wifi: libertas: fix WARNING in usb_tx_blockSzymon Wilczek
2026-01-08wifi: mwifiex: Allocate dev name earlier for interface workqueue nameChen-Yu Tsai
2025-11-11wifi: mwl8k: inject DSSS Parameter Set element into beacons if missingPawel Dembicki
2025-09-24wifi: libertas: add WQ_UNBOUND to alloc_workqueue usersMarco Crivellari
2025-09-24Revert "wifi: libertas: WQ_PERCPU added to alloc_workqueue users"Johannes Berg
2025-09-23wifi: libertas: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-09-11wifi: mwifiex: fix endianness handling in mwifiex_send_rgpower_tableStefan Kerkmann
2025-09-05wifi: mwifiex: fix double free in mwifiex_send_rgpower_table()Dan Carpenter
2025-09-03wifi: mwifiex: send world regulatory domain to driverStefan Kerkmann
2025-09-03wifi: mwifiex: add rgpower table loading supportStefan Kerkmann
2025-09-03wifi: libertas: cap SSID len in lbs_associate()Dan Carpenter
2025-08-28wifi: mwifiex: Initialize the chan_stats array to zeroQianfeng Rong
2025-07-24wifi: Fix typosBjorn Helgaas
2025-07-18wifi: mwifiex: Use max_t() to improve codeQianfeng Rong
2025-07-15mwl8k: Add missing check after DMA mapThomas Fourier
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-07wifi: mwifiex: discard erroneous disassoc frames on STA interfaceVitor Soares
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan
2025-06-20wifi: mwifiex: enable host mlme on sdio W8997 chipsetsRafael Beims
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-11Revert "wifi: mwifiex: Fix HT40 bandwidth issue."Francesco Dolcini
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-21wifi: check if socket flags are validBert Karwatzki
2025-04-23wifi: mwifiex: remove mwifiex_sta_init_cmd() last argumentSascha Hauer
2025-04-23wifi: mwifiex: drop asynchronous init waiting codeSascha Hauer
2025-04-23wifi: mwifiex: let mwifiex_init_fw() return 0 for successSascha Hauer
2025-04-23wifi: mwifiex: remove unnecessary queue empty checkSascha Hauer
2025-04-23wifi: mwifiex: Don't use %pK through printkThomas Weißschuh
2025-04-23wifi: mwifiex: move common settings out of switch/caseSascha Hauer
2025-04-23wifi: mwifiex: make locally used function staticSascha Hauer
2025-04-23wifi: mwifiex: fix indentionSascha Hauer
2025-04-23wifi: mwifiex: simplify mwifiex_setup_ht_caps()Sascha Hauer
2025-04-23wifi: mwifiex: pass adapter to mwifiex_dnld_cmd_to_fw()Sascha Hauer
2025-04-23wifi: mwifiex: make region_code_mapping_t constSascha Hauer
2025-04-23wifi: mwifiex: drop unnecessary initializationSascha Hauer
2025-04-23wifi: mwifiex: use adapter as context pointer for mwifiex_hs_activated_event()Sascha Hauer
2025-04-23wifi: mwifiex: deduplicate code in mwifiex_cmd_tx_rate_cfg()Sascha Hauer
2025-04-23wifi: free SKBTX_WIFI_STATUS skb tx_flags flagJohannes Berg
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner