summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/st
AgeCommit message (Expand)Author
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-06-15cw1200: Revert unnecessary patches that fix unreal use-after-free bugsHang Zhang
2021-06-15cw1200: add missing MODULE_DEVICE_TABLEZou Wei
2021-04-17cw1200: Remove unused function pointer typedef wsm_*Chen Lin
2021-04-17cw1200: Remove unused function pointer typedef cw1200_wsm_handlerChen Lin
2020-12-10cw1200: txrx: convert comma to semicolonZheng Yongjun
2020-11-24cw1200: fix missing destroy_workqueue() on error in cw1200_init_commonQinglang Miao
2020-11-24cw1200: replace a set of atomic_add()Yejune Deng
2020-09-01cw1200: wsm: Remove 'dummy' variablesLee Jones
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-29cw1200: Remove local sdio VENDOR and DEVICE id definitionsPali Rohár
2020-04-15cw1200: make cw1200_spi_irq_unsubscribe() voidJason Yan
2020-03-23cw1200: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-26cw1200: use true,false for bool variablezhengbin
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk...Markus Elfring
2019-10-02cw1200: Fix a signedness bug in cw1200_load_firmware()Dan Carpenter
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-25net: cw1200: fix a NULL pointer dereferenceKangjie Lu
2019-02-01cw1200: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01cw1200: fix indentation issuesColin Ian King
2019-01-10cw1200: drop useless LIST_HEADJulia Lawall
2019-01-10cw1200: fix missing unlock on error in cw1200_hw_scan()Wei Yongjun
2018-12-20cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()Jia-Ju Bai
2018-12-20cw1200: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-11-06cw1200: fix small typoYangtao Li
2018-08-31cw1200: Remove extra parenthesesVarsha Rao
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-24cw1200: fix spelling mistake: "Mailformed" -> "Malformed"Colin Ian King
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27cw1200: Convert timers to use timer_setup()Kees Cook
2017-10-18net/cw1200: Convert timers to use timer_setup()Kees Cook
2017-06-28cw1200: add const to hwbus_ops structuresBhumika Goyal
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski
2016-11-17cw1200: fix bogus maybe-uninitialized warningArnd Bergmann
2016-11-09cw1200: Don't leak memory if krealloc failesJohannes Thumshirn
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2016-03-08wireless: cw1200: use __maybe_unused to hide pm functions_Arnd Bergmann