aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/intel/ipw2x00/ipw2100.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-23wifi: ipw2x00: fix format-truncation warningsKalle Valo1-18/+2
2022-12-08wifi: ipw2x00: Remove some unused functionsJiapeng Chong1-11/+0
2022-09-07wifi: ipw2100: fix warnings about non-kernel-docJohannes Berg1-2/+2
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-04-06ipw2x00: use DEVICE_ATTR_*() macroMeng Tang1-32/+32
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-06-03ipw2x00: Minor documentation updateSouptick Joarder1-1/+1
2020-09-29net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macrosSebastian Andrzej Siewior1-2/+1
2020-08-27ipw2x00: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+4
2020-08-02ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-62/+59
2020-08-02ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocationChristophe JAILLET1-1/+1
2020-07-20Merge tag 'wireless-drivers-next-2020-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-24/+7
2020-07-15ipw2100: use generic power managementVaibhav Gupta1-24/+7
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski1-1/+1
2020-05-01docs: networking: device drivers: convert intel/ipw2100.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-8/+8
2020-03-12ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-8/+8
2020-02-14drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-5/+5
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+5
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-20Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+4
2019-12-18ipw2x00: Fix -Wcast-function-typePhong Tran1-3/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-20ipw2x00: remove set but not used variable 'force_update'zhengbin1-2/+1
2019-08-06ipw2x00: remove redundant assignment to errColin Ian King1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507Thomas Gleixner1-15/+1
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-6/+2
2018-12-20ipw2x00: cleanup dead codeYueHaibing1-6/+2
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski1-1/+1
2018-07-31ipw2x00: remove redundant variables len, ret, reason and cryptColin Ian King1-7/+0
2018-06-27ipw2x00: track time using boottimeArnd Bergmann1-9/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-5/+6
2018-04-30ipw2100: fix spelling mistake: "decsribed" -> "described"Colin Ian King1-1/+1
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-15/+14
2017-08-24wireless: ipw2x00: make iw_handler_def constBhumika Goyal1-2/+2
2017-07-28ipw2100: don't return positive values to PCI probe on errorDan Williams1-14/+14
2017-07-18wireless: ipw2100: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-12wireless: ipw2x00: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-5/+3
2017-02-27scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-1/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-3/+3
2016-04-07ipw2x00: use to_pci_dev()Geliang Tang1-1/+1
2016-01-07ipw2x00: add checks for dma mapping errorsAlexey Khoroshilov1-2/+9
2015-11-18ipw2x00: move under intel vendor directoryKalle Valo1-0/+8639