summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlegacy
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-082-0/+8
* wifi: iwlegacy: Use kcalloc() instead of kzalloc()Erick Archer2024-01-231-3/+1
* wifi: iwlegacy: Add null pointer check to il_leds_init()Kunwu Chan2023-12-121-0/+3
* wifi: iwlegacy: Remove the unused variable lenJiapeng Chong2023-11-141-6/+0
* wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach2023-09-112-2/+2
* wifi: iwlegacy: avoid fortify warningJohannes Berg2023-02-171-1/+1
* wifi: iwl4965: Add missing check for create_singlethread_workqueue()Jiasheng Jiang2023-02-131-2/+10
* wifi: iwl3945: Add missing check for create_singlethread_workqueueJiasheng Jiang2023-02-131-4/+12
* wifi: iwlegacy: common: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-141-2/+2
* wifi: iwlegacy: remove redundant variable lenColin Ian King2022-11-081-6/+0
* wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel2022-10-102-0/+2
* iwlegacy: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-281-2/+2
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-062-5/+5
* Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg2022-09-061-4/+1
|\
| * wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il49...Stanislaw Gruszka2022-08-301-4/+1
* | wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-1/+1
|/
* wifi: iwlegacy: fix repeated words in commentsJilin Yuan2022-07-182-2/+2
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-152-2/+4
* wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_lin...Alexey Kodanev2022-06-211-1/+4
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-1/+1
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-202-4/+4
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-203-11/+11
* mac80211: prepare sta handling for MLO supportSriram R2022-04-113-17/+17
* iwlwifi: fix LED dependenciesArnd Bergmann2021-12-081-2/+2
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022-2/+0
|\
| * wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-132-2/+0
* | treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-2/+4
|/
* intel: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-294-84/+75
* iwlegacy: avoid -Wempty-body warningArnd Bergmann2021-04-113-5/+1
* iwlegacy: 4965-mac: Simplify the calculation of variablesJiapeng Chong2021-02-081-2/+1
* iwl4965: do not process non-QOS frames on txq->sched_retry pathStanislaw Gruszka2021-01-251-5/+6
* net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macrosSebastian Andrzej Siewior2020-09-291-2/+2
* iwlegacy: 3945: Remove all non-conformant kernel-doc headersLee Jones2020-09-011-23/+23
* iwlegacy: 3945-rs: Remove all non-conformant kernel-doc headersLee Jones2020-09-011-4/+4
* iwlegacy: 3945-mac: Remove all non-conformant kernel-doc headersLee Jones2020-09-011-12/+12
* iwlegacy: 4965-calib: Demote seemingly accidental kernel-doc headerLee Jones2020-09-011-1/+1
* iwlegacy: 4965-rs: Demote non kernel-doc headers to standard comment blocksLee Jones2020-09-011-5/+5
* iwlegacy: 4965-mac: Convert function headers to standard comment blocksLee Jones2020-09-011-30/+25
* iwlegacy: 4965: Demote a bunch of nonconformant kernel-doc headersLee Jones2020-09-011-13/+12
* iwlegacy: debug: Demote seemingly unintentional kerneldoc headerLee Jones2020-09-011-2/+1
* iwlegacy: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-10/+6
* iwlegacy: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-273-5/+5
* iwlegacy: common: Demote kerneldoc headers to standard comment blocksLee Jones2020-08-271-35/+33
* iwlegacy: common: Remove set but not used variable 'len'Lee Jones2020-08-271-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-053-4/+4
|\
| * iwlegacy: Check the return value of pcie_capability_read_*()Bolarinwa Olayemi Saheed2020-07-151-2/+2
| * iwlegacy: remove redundant initialization of variable tidColin Ian King2020-07-151-1/+1
| * Merge tag 'iwlwifi-next-for-kalle-2020-06-11' of git://git.kernel.org/pub/scm...Kalle Valo2020-06-151-1/+1
| |\
| | * net: wireless: intel: fix wiki website urlFlavio Suligoi2020-06-101-1/+1
* | | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
|/ /