summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/ipw2x00/ipw2100.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ipw2x00: fix format-truncation warningsKalle Valo2023-10-231-18/+2
* wifi: ipw2x00: Remove some unused functionsJiapeng Chong2022-12-081-11/+0
* wifi: ipw2100: fix warnings about non-kernel-docJohannes Berg2022-09-071-2/+2
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-021-3/+3
* ipw2x00: use DEVICE_ATTR_*() macroMeng Tang2022-04-061-32/+32
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-201-2/+2
* ipw2x00: Minor documentation updateSouptick Joarder2021-06-031-1/+1
* net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macrosSebastian Andrzej Siewior2020-09-291-2/+1
* ipw2x00: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-5/+4
* ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-021-62/+59
* ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocationChristophe JAILLET2020-08-021-1/+1
* Merge tag 'wireless-drivers-next-2020-07-20' of git://git.kernel.org/pub/scm/...David S. Miller2020-07-201-24/+7
|\
| * ipw2100: use generic power managementVaibhav Gupta2020-07-151-24/+7
* | docs: networking: reorganize driver documentation againJakub Kicinski2020-06-261-1/+1
|/
* docs: networking: device drivers: convert intel/ipw2100.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-8/+8
|\
| * ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-8/+8
* | drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-4/+5
|\
| * Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller2019-12-201-3/+4
| |\
| | * ipw2x00: Fix -Wcast-function-typePhong Tran2019-12-181-3/+4
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* ipw2x00: remove set but not used variable 'force_update'zhengbin2019-11-201-2/+1
* ipw2x00: remove redundant assignment to errColin Ian King2019-08-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507Thomas Gleixner2019-06-191-15/+1
* Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller2018-12-201-6/+2
|\
| * ipw2x00: cleanup dead codeYueHaibing2018-12-201-6/+2
* | net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-1/+1
|/
* ipw2x00: remove redundant variables len, ret, reason and cryptColin Ian King2018-07-311-7/+0
* ipw2x00: track time using boottimeArnd Bergmann2018-06-271-9/+9
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+6
* ipw2100: fix spelling mistake: "decsribed" -> "described"Colin Ian King2018-04-301-1/+1
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-15/+14
* wireless: ipw2x00: make iw_handler_def constBhumika Goyal2017-08-241-2/+2
* ipw2100: don't return positive values to PCI probe on errorDan Williams2017-07-281-14/+14
* wireless: ipw2100: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
* wireless: ipw2x00: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-5/+3
* scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-1/+2
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-3/+3
* ipw2x00: use to_pci_dev()Geliang Tang2016-04-071-1/+1
* ipw2x00: add checks for dma mapping errorsAlexey Khoroshilov2016-01-071-2/+9
* ipw2x00: move under intel vendor directoryKalle Valo2015-11-181-0/+8639