aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/marvell
AgeCommit message (Expand)AuthorFilesLines
2026-08-06Merge tag 'wireless-next-2026-08-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski3-13/+23
2026-08-02wifi: cfg80211: convert cookie output to input parameterArend van Spriel1-9/+9
2026-08-02wifi: mwifiex: use pre-assigned cookie for remain_on_channel and mgmt_txArend van Spriel1-2/+0
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-07-28wifi: mwifiex: Remove WQ_HIGHPRI from main workqueueFabio Estevam1-2/+2
2026-07-28wifi: mwifiex: Detach sync cmd buffer on interrupted waitFabio Estevam1-0/+12
2026-07-28wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS framesZhao Li1-1/+1
2026-07-27Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski3-62/+47
2026-07-21wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-operDoruk Tan Ozturk1-1/+1
2026-07-21wifi: mwifiex: replace one-element arrays with flexible array membersGeorgi Valkov3-14/+14
2026-07-21wifi: mwifiex: bound uAP association event IEs to the event bufferHE WEI (ギカク)1-2/+22
2026-07-21wifi: mwifiex: fix freeze for 60 seconds caused by request_firmwareGeorgi Valkov1-6/+8
2026-07-06wifi: libertas: reject short monitor TX framesPengpeng Hou1-0/+7
2026-07-06wifi: libertas: fix memory leak in helper_firmware_cb()Dawei Feng1-0/+1
2026-07-06wifi: libertas_tf: fix use-after-free in lbtf_free_adapter()Maoyi Xie1-1/+1
2026-07-06wifi: mwifiex: debugfs: use kzalloc() to allocate formatting buffersMike Rapoport (Microsoft)1-35/+27
2026-07-06wifi: libertas: debugfs: use kzalloc() to allocate formatting buffersMike Rapoport (Microsoft)1-23/+16
2026-07-06wifi: nl80211/cfg80211: rename probe_client to probe_peerPriyansha Tiwari1-4/+4
2026-07-06wifi: mwifiex: fix permanently busy scans after multiple roam iterationsRafael Beims1-1/+0
2026-07-06wifi: mwifiex: fix roaming to different channel in host_mlme modeRafael Beims1-1/+1
2026-05-28wifi: mwifiex: remove an unnecessary checkDan Carpenter1-20/+15
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2026-05-05wifi: cfg80211: Add MAC address filter to remain_on_channelPeddolla Harshavardhan Reddy1-1/+2
2026-05-05wifi: libertas: notify firmware load wait on disconnectJakov Novak1-0/+1
2026-04-27wifi: libertas: fix integer underflow in process_cmdrequest()Amir Mohammad Jahangirzad1-2/+3
2026-04-08wifi: libertas_tf: refactor endpoint lookupJohan Hovold1-24/+20
2026-04-08wifi: libertas: refactor endpoint lookupJohan Hovold1-17/+16
2026-03-19wifi: libertas: don't kill URBs in interrupt contextHeitor Alves de Siqueira1-1/+6
2026-03-19wifi: libertas: use USB anchors for tracking in-flight URBsHeitor Alves de Siqueira2-10/+20
2026-03-06wifi: mwifiex: drop redundant device referenceJohan Hovold1-4/+0
2026-03-06wifi: libertas_tf: drop redundant device referenceJohan Hovold1-2/+0
2026-03-06wifi: libertas: drop redundant device referenceJohan Hovold1-3/+0
2026-03-06wifi: move action code from per-type frame structsJohannes Berg2-10/+6
2026-03-02wifi: cfg80211: support key installation on non-netdev wdevsAvraham Stern2-9/+9
2026-03-02wifi: nl80211/cfg80211: support stations of non-netdev interfacesMiri Korenblit3-15/+18
2026-03-02wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()Daniel Hodges1-1/+1
2026-03-02wifi: mwifiex: Fix memory leak in mwifiex_11n_aggregate_pkt()Zilin Guan1-0/+1
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+3
2026-02-23wifi: libertas: fix use-after-free in lbs_free_adapter()Daniel Hodges1-2/+2
2026-02-23wifi: mwifiex: Fix dev_alloc_name() return value checkChen-Yu Tsai1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-4/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds17-76/+76
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook23-97/+93
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2026-01-12wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()Dan Carpenter1-3/+3
2026-01-08wifi: libertas: fix WARNING in usb_tx_blockSzymon Wilczek1-0/+2
2026-01-08wifi: mwifiex: Allocate dev name earlier for interface workqueue nameChen-Yu Tsai1-4/+9
2025-11-11wifi: mwl8k: inject DSSS Parameter Set element into beacons if missingPawel Dembicki1-5/+66