aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/wireless/intel/ipw2x00 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-12ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai4-38/+38
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-8/+7
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-6/+8
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. Miller2-5/+7
2019-12-18ipw2x00: Fix -Wcast-function-typePhong Tran2-5/+7
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-11-20ipw2x00: remove set but not used variable 'reason'zhengbin1-3/+0
2019-11-06ipw2x00: Remove redundant variable "rc"zhong jiang1-3/+1
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-58/+58
2019-09-03ipw2x00: fix spelling mistake "initializationg" -> "initialization"Colin Ian King1-1/+1
2019-08-06ipw2x00: remove redundant assignment to errColin Ian King1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507Thomas Gleixner8-120/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2-10/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+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. Miller2-11/+4
2018-12-20ipw2x00: cleanup dead codeYueHaibing2-11/+4
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski2-6/+6
2018-10-01ipw2x00: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-07-31ipw2x00: remove redundant variables len, ret, reason and cryptColin Ian King2-9/+0
2018-06-27ipw2x00: track time using boottimeArnd Bergmann4-20/+20
2018-06-27net: ipw2x00: Replace NULL comparison with !privVarsha Rao1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-10/+11
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-2/+1
2018-05-04ipw2200: fix spelling mistake: "functionalitis" -> "functionalities"Colin Ian King1-1/+1
2018-04-30ipw2100: fix spelling mistake: "decsribed" -> "described"Colin Ian King2-2/+2
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches3-45/+37
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-24wireless: ipw2x00: make iw_handler_def constBhumika Goyal2-3/+3
2017-08-24wireless: ipw2200: Replace PCI pool old APIRomain Perier1-6/+7
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-07-18wireless: ipw2200: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-9/+7
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-3/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-6/+5
2017-06-12wireless: ipw2x00: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2-10/+6
2017-03-20ipw2200: remove redundant check of rc < 0Colin Ian King1-3/+0
2017-02-27scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann1-1/+1
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson4-13/+8
2016-06-29wireless: ipw2200: fix old-style declarationArnd Bergmann1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-4/+4
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg2-9/+9
2016-04-07ipw2x00: use to_pci_dev()Geliang Tang1-1/+1
2016-01-07ipw2x00: add checks for dma mapping errorsAlexey Khoroshilov1-2/+9