summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/ipw2x00
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-09-21wifi: ipw2x00: Annotate struct libipw_txb with __counted_byKees Cook
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-12-08wifi: ipw2x00: Remove some unused functionsJiapeng Chong
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-28ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-22wifi: ipw2x00: fix array of flexible structures warningsJohannes Berg
2022-09-07wifi: ipw2100: fix warnings about non-kernel-docJohannes Berg
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
2022-04-06ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai
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
2021-08-21ipw2x00: Avoid field-overflowing memcpy()Kees Cook
2021-08-21ipw2x00: Use struct_size helper instead of open-coded arithmeticLen Baker
2021-06-03ipw2x00: Minor documentation updateSouptick Joarder
2021-04-17ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()Dan Carpenter
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-09-29net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macrosSebastian Andrzej Siewior
2020-09-11net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel
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-08-02ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocationChristophe JAILLET
2020-08-02ipw2x00: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-20Merge tag 'wireless-drivers-next-2020-07-20' of git://git.kernel.org/pub/scm/...David S. Miller
2020-07-15ipw2200: use generic power managementVaibhav Gupta
2020-07-15ipw2100: use generic power managementVaibhav Gupta
2020-06-26docs: networking: reorganize driver documentation againJakub Kicinski
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-12ipw2x00: Fix comment for CLOCK_BOOTTIME constantPali Rohár
2020-05-12ipw2x00: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller
2020-05-06ipw2x00: Remove a memory allocation failure log messageChristophe JAILLET
2020-05-01docs: networking: device drivers: convert intel/ipw2200.txt to ReSTMauro Carvalho Chehab
2020-05-01docs: networking: device drivers: convert intel/ipw2100.txt to ReSTMauro Carvalho Chehab
2020-04-15ipw2x00: make ipw_setup_deferred_work() voidJason Yan
2020-04-15ipw2x00: make ipw_qos_association_resp() voidJason Yan
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-12ipw2x00: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai