summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/ipw2x00
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-314-38/+38
|\
| * ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-124-38/+38
* | drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-5/+5
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-8/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-282-6/+8
|\
| * Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller2019-12-202-5/+7
| |\
| | * ipw2x00: Fix -Wcast-function-typePhong Tran2019-12-182-5/+7
| * | 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 set but not used variable 'reason'zhengbin2019-11-201-3/+0
* ipw2x00: Remove redundant variable "rc"zhong jiang2019-11-061-3/+1
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-58/+58
* ipw2x00: fix spelling mistake "initializationg" -> "initialization"Colin Ian King2019-09-031-1/+1
* ipw2x00: remove redundant assignment to errColin Ian King2019-08-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507Thomas Gleixner2019-06-198-120/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2019-06-192-10/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller2018-12-202-11/+4
|\
| * ipw2x00: cleanup dead codeYueHaibing2018-12-202-11/+4
* | net: documentation: build a directory structure for driversJakub Kicinski2018-12-052-6/+6
|/
* ipw2x00: Remove unnecessary parenthesesNathan Chancellor2018-10-011-1/+1
* ipw2x00: remove redundant variables len, ret, reason and cryptColin Ian King2018-07-312-9/+0
* ipw2x00: track time using boottimeArnd Bergmann2018-06-274-20/+20
* net: ipw2x00: Replace NULL comparison with !privVarsha Rao2018-06-271-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-10/+11
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-2/+1
* ipw2200: fix spelling mistake: "functionalitis" -> "functionalities"Colin Ian King2018-05-041-1/+1
* ipw2100: fix spelling mistake: "decsribed" -> "described"Colin Ian King2018-04-302-2/+2
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-273-45/+37
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* wireless: ipw2x00: make iw_handler_def constBhumika Goyal2017-08-242-3/+3
* wireless: ipw2200: Replace PCI pool old APIRomain Perier2017-08-241-6/+7
* 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: ipw2200: constify attribute_group structures.Arvind Yadav2017-07-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-9/+7
|\
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-3/+2
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-162-6/+5
* | wireless: ipw2x00: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-122-10/+6
|/
* ipw2200: remove redundant check of rc < 0Colin Ian King2017-03-201-3/+0
* scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
* scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-272-3/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* wireless: fix bogus maybe-uninitialized warningArnd Bergmann2016-11-171-1/+1
* net: use core MTU range checking in wireless driversJarod Wilson2016-10-204-13/+8
* wireless: ipw2200: fix old-style declarationArnd Bergmann2016-06-291-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-042-4/+4
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-122-9/+9