Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-27wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua
2022-07-27wifi: mwifiex: clean up one inconsistent indentingYang Li
2022-07-27wifi: mwifiex: Fix comment typoJason Wang
2022-07-27wifi: mwl8k: use time_after to replace "jiffies > a"Li Qiong
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-07-15wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner
2022-05-30wifi: libertas: use variable-size data in assoc req/resp cmdJohannes Berg
2022-05-04Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-04-27mwifiex: Add SD8997 SDIO-UART firmwareAndrejs Cainikovs
2022-04-27mwifiex: Select firmware based on strappingAndrejs Cainikovs
2022-04-11mac80211: prepare sta handling for MLO supportSriram R
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang
2022-04-06mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche
2022-03-16mwifiex: make read-only array wmm_oui static constColin Ian King
2022-03-06wireless: Marvell: Use netif_rx().Sebastian Andrzej Siewior
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-12-08libertas_tf: Add missing __packed annotationsKees Cook
2021-12-08libertas: Add missing __packed annotation with struct_group()Kees Cook
2021-12-08mwifiex: Fix possible ABBA deadlockBrian Norris
2021-11-29mwl8k: Use named struct for memcpy() regionKees Cook
2021-11-29libertas_tf: Use struct_group() for memcpy() regionKees Cook
2021-11-29libertas: Use struct_group() for memcpy() regionKees Cook
2021-11-26mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler
2021-11-26mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler
2021-11-26mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler
2021-11-26mwifiex: Use a define for firmware version string lengthJonas Dreßler
2021-11-26mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-10-28mwifiex: fix division by zero in fw download pathJohan Hovold
2021-10-27libertas: replace snprintf in show functions with sysfs_emitYe Guojin
2021-10-27libertas: Fix possible memory leak in probe and disconnectWang Hai
2021-10-27libertas_tf: Fix possible memory leak in probe and disconnectWang Hai
2021-10-20wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski
2021-10-20mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler
2021-10-20mwifiex: Send DELBA requests according to specJonas Dreßler
2021-10-20mwifiex: Fix an incorrect commentJonas Dreßler
2021-10-20mwifiex: Log an error on command failure during key-material uploadJonas Dreßler
2021-10-20mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler
2021-10-20mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma
2021-10-18mwifiex: Try waking the firmware until we get an interruptJonas Dreßler
2021-10-18mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski