summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/ipw2x00/ipw2200.c
AgeCommit message (Expand)Author
2023-10-23wifi: ipw2x00: replace deprecated strncpy with strscpy_padJustin Stitt
2023-10-23wifi: ipw2x00: fix format-truncation warningsKalle Valo
2023-08-21wifi: ipw2x00: refactor to use kstrtoulJustin Stitt
2023-03-31wifi: ipw2x00: remove unused _ipw_read16 functionTom Rix
2023-03-13wifi: ipw2x00: convert ipw_fw_error->elem to flexible array[]Jacob Keller
2022-12-22wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao
2022-12-22wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva
2022-11-01wifi: ipw2200: Remove the unused function ipw_alive()Jiapeng Chong
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-18wifi: ipw2x00: fix repeated words in commentsJilin Yuan
2022-04-06ipw2x00: use DEVICE_ATTR_*() macroMeng Tang
2021-11-19ipw2200: constify address in ipw_send_adapter_addressJakub Kicinski
2021-10-20ipw2200: prepare for const netdev->dev_addrJakub Kicinski
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski
2021-09-28ipw2200: Fix a function name in print messagesCai Huoqing
2020-08-27ipw2x00: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-27ipw2200: Demote lots of nonconformant kerneldoc commentsLee Jones
2020-08-27ipw2200: Remove set but unused variables 'rc' and 'w'Lee Jones
2020-08-02ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-15ipw2200: use generic power managementVaibhav Gupta
2020-05-12ipw2x00: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-06ipw2x00: Remove a memory allocation failure log messageChristophe JAILLET
2020-04-15ipw2x00: make ipw_setup_deferred_work() voidJason Yan
2020-04-15ipw2x00: make ipw_qos_association_resp() voidJason Yan
2020-03-12ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-12-18ipw2x00: Fix -Wcast-function-typePhong Tran
2019-11-20ipw2x00: remove set but not used variable 'reason'zhengbin
2019-09-03ipw2x00: fix spelling mistake "initializationg" -> "initialization"Colin Ian King
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507Thomas Gleixner
2018-12-20ipw2x00: cleanup dead codeYueHaibing
2018-10-01ipw2x00: Remove unnecessary parenthesesNathan Chancellor
2018-06-27ipw2x00: track time using boottimeArnd Bergmann
2018-06-27net: ipw2x00: Replace NULL comparison with !privVarsha Rao
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches
2018-05-04ipw2200: fix spelling mistake: "functionalitis" -> "functionalities"Colin Ian King
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2017-08-24wireless: ipw2x00: make iw_handler_def constBhumika Goyal
2017-08-24wireless: ipw2200: Replace PCI pool old APIRomain Perier
2017-07-18wireless: ipw2200: constify attribute_group structures.Arvind Yadav
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-12wireless: ipw2x00: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman
2017-03-20ipw2200: remove redundant check of rc < 0Colin Ian King
2017-02-27scripts/spelling.txt: add "disassocation" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson
2016-06-29wireless: ipw2200: fix old-style declarationArnd Bergmann