summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlegacy
AgeCommit message (Expand)Author
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg
2024-01-23wifi: iwlegacy: Use kcalloc() instead of kzalloc()Erick Archer
2023-12-12wifi: iwlegacy: Add null pointer check to il_leds_init()Kunwu Chan
2023-11-14wifi: iwlegacy: Remove the unused variable lenJiapeng Chong
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach
2023-02-17wifi: iwlegacy: avoid fortify warningJohannes Berg
2023-02-13wifi: iwl4965: Add missing check for create_singlethread_workqueue()Jiasheng Jiang
2023-02-13wifi: iwl3945: Add missing check for create_singlethread_workqueueJiasheng Jiang
2022-12-14wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-11-08wifi: iwlegacy: remove redundant variable lenColin Ian King
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel
2022-09-28iwlegacy: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-30wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il49...Stanislaw Gruszka
2022-07-18wifi: iwlegacy: fix repeated words in commentsJilin Yuan
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-06-21wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_lin...Alexey Kodanev
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-04-11mac80211: prepare sta handling for MLO supportSriram R
2021-12-08iwlwifi: fix LED dependenciesArnd Bergmann
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-08-29intel: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-04-11iwlegacy: avoid -Wempty-body warningArnd Bergmann
2021-02-08iwlegacy: 4965-mac: Simplify the calculation of variablesJiapeng Chong
2021-01-25iwl4965: do not process non-QOS frames on txq->sched_retry pathStanislaw Gruszka
2020-09-29net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macrosSebastian Andrzej Siewior
2020-09-01iwlegacy: 3945: Remove all non-conformant kernel-doc headersLee Jones
2020-09-01iwlegacy: 3945-rs: Remove all non-conformant kernel-doc headersLee Jones
2020-09-01iwlegacy: 3945-mac: Remove all non-conformant kernel-doc headersLee Jones
2020-09-01iwlegacy: 4965-calib: Demote seemingly accidental kernel-doc headerLee Jones
2020-09-01iwlegacy: 4965-rs: Demote non kernel-doc headers to standard comment blocksLee Jones
2020-09-01iwlegacy: 4965-mac: Convert function headers to standard comment blocksLee Jones
2020-09-01iwlegacy: 4965: Demote a bunch of nonconformant kernel-doc headersLee Jones
2020-09-01iwlegacy: debug: Demote seemingly unintentional kerneldoc headerLee Jones
2020-08-27iwlegacy: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-27iwlegacy: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-27iwlegacy: common: Demote kerneldoc headers to standard comment blocksLee Jones
2020-08-27iwlegacy: common: Remove set but not used variable 'len'Lee Jones
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-15iwlegacy: Check the return value of pcie_capability_read_*()Bolarinwa Olayemi Saheed
2020-07-15iwlegacy: remove redundant initialization of variable tidColin Ian King
2020-06-15Merge tag 'iwlwifi-next-for-kalle-2020-06-11' of git://git.kernel.org/pub/scm...Kalle Valo
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada