summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/ipw2x00
Commit message (Expand)AuthorAgeFilesLines
* wifi: ipw2x00: replace deprecated strncpy with strscpy_padJustin Stitt2023-10-231-9/+8
* wifi: ipw2x00: fix format-truncation warningsKalle Valo2023-10-232-23/+3
* wifi: ipw2x00: Annotate struct libipw_txb with __counted_byKees Cook2023-09-211-1/+1
* wifi: ipw2x00: refactor to use kstrtoulJustin Stitt2023-08-211-27/+12
* wifi: ipw2x00: remove unused _ipw_read16 functionTom Rix2023-03-311-13/+0
* wifi: ipw2x00: convert ipw_fw_error->elem to flexible array[]Jacob Keller2023-03-132-6/+4
* wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao2022-12-221-2/+7
* wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* wifi: ipw2x00: Remove some unused functionsJiapeng Chong2022-12-081-11/+0
* wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva2022-11-161-1/+1
* wifi: ipw2200: Remove the unused function ipw_alive()Jiapeng Chong2022-11-011-14/+0
* ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-281-1/+1
* wifi: ipw2x00: fix array of flexible structures warningsJohannes Berg2022-09-222-12/+11
* wifi: ipw2100: fix warnings about non-kernel-docJohannes Berg2022-09-071-2/+2
* wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-022-6/+6
* wifi: ipw2x00: fix repeated words in commentsJilin Yuan2022-07-181-1/+1
* ipw2x00: use DEVICE_ATTR_*() macroMeng Tang2022-04-062-93/+90
* ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai2022-04-061-1/+1
* ipw2200: constify address in ipw_send_adapter_addressJakub Kicinski2021-11-191-1/+1
* ipw2200: prepare for const netdev->dev_addrJakub Kicinski2021-10-202-4/+4
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-202-4/+4
* ipw2200: Fix a function name in print messagesCai Huoqing2021-09-281-1/+1
* ipw2x00: Avoid field-overflowing memcpy()Kees Cook2021-08-211-39/+17
* ipw2x00: Use struct_size helper instead of open-coded arithmeticLen Baker2021-08-211-2/+2
* ipw2x00: Minor documentation updateSouptick Joarder2021-06-031-1/+1
* ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()Dan Carpenter2021-04-171-2/+4
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-154-40/+33
|\
| * net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macrosSebastian Andrzej Siewior2020-09-293-8/+4
| * ipw2x00: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-272-9/+7
| * ipw2200: Demote lots of nonconformant kerneldoc commentsLee Jones2020-08-271-15/+15
| * ipw2200: Remove set but unused variables 'rc' and 'w'Lee Jones2020-08-271-8/+7
* | net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel2020-09-111-4/+0
|/
* ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-022-89/+88
* ipw2100: Use GFP_KERNEL instead of GFP_ATOMIC in some memory allocationChristophe JAILLET2020-08-021-1/+1
* ipw2x00: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-021-2/+2
* Merge tag 'wireless-drivers-next-2020-07-20' of git://git.kernel.org/pub/scm/...David S. Miller2020-07-202-47/+14
|\
| * ipw2200: use generic power managementVaibhav Gupta2020-07-151-23/+7
| * ipw2100: use generic power managementVaibhav Gupta2020-07-151-24/+7
* | docs: networking: reorganize driver documentation againJakub Kicinski2020-06-262-3/+3
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-9/+9
* ipw2x00: Fix comment for CLOCK_BOOTTIME constantPali Rohár2020-05-121-1/+1
* ipw2x00: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-123-20/+20
* Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-071-20/+7
|\
| * ipw2x00: Remove a memory allocation failure log messageChristophe JAILLET2020-05-061-3/+1
| * ipw2x00: make ipw_setup_deferred_work() voidJason Yan2020-04-151-10/+2
| * ipw2x00: make ipw_qos_association_resp() voidJason Yan2020-04-151-7/+4
* | docs: networking: device drivers: convert intel/ipw2200.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* | docs: networking: device drivers: convert intel/ipw2100.txt to ReSTMauro Carvalho Chehab2020-05-012-2/+2
|/
* 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