summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/ipw2x00
AgeCommit message (Expand)AuthorFilesLines
2025-06-20wifi: ipw2x00: convert to use secs_to_jiffiesYuesong Li1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-02-11wifi: ipw2x00: Fix spelling mistake "stablization" -> "stabilization"Colin Ian King1-1/+1
2025-01-28wifi: ipw2x00: Remove unused libipw_rx_any()Dr. David Alan Gilbert2-93/+0
2024-11-14Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-4/+4
2024-11-11wifi: ipw2x00: libipw_rx_any(): fix bad alignmentJiapeng Chong1-4/+4
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2024-10-17wifi: ipw: select CRYPTO_LIB_ARC4Johannes Berg1-0/+1
2024-10-08wifi: remove iw_public_data from struct net_deviceJohannes Berg5-10/+4
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg2-2/+9
2024-10-08wifi: wext/libipw: move spy implementation to libipwJohannes Berg6-9/+252
2024-10-08wifi: ipw2x00/lib80211: move remaining lib80211 into libipwJohannes Berg14-52/+1825
2024-10-08wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-2/+2
2024-08-27wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211Christophe JAILLET1-1/+1
2024-08-10wifi: ipw2x00: libipw: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-28/+18
2024-07-09wifi: ipw2x00: Use kzalloc() instead of kmalloc()/memset()Chen Ni1-2/+1
2023-10-23wifi: ipw2x00: replace deprecated strncpy with strscpy_padJustin Stitt1-9/+8
2023-10-23wifi: ipw2x00: fix format-truncation warningsKalle Valo2-23/+3
2023-09-21wifi: ipw2x00: Annotate struct libipw_txb with __counted_byKees Cook1-1/+1
2023-08-21wifi: ipw2x00: refactor to use kstrtoulJustin Stitt1-27/+12
2023-03-31wifi: ipw2x00: remove unused _ipw_read16 functionTom Rix1-13/+0
2023-03-13wifi: ipw2x00: convert ipw_fw_error->elem to flexible array[]Jacob Keller2-6/+4
2022-12-22wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao1-2/+7
2022-12-22wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-12-08wifi: ipw2x00: Remove some unused functionsJiapeng Chong1-11/+0
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva1-1/+1
2022-11-01wifi: ipw2200: Remove the unused function ipw_alive()Jiapeng Chong1-14/+0
2022-09-28ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-22wifi: ipw2x00: fix array of flexible structures warningsJohannes Berg2-12/+11
2022-09-07wifi: ipw2100: fix warnings about non-kernel-docJohannes Berg1-2/+2
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang2-6/+6
2022-07-18wifi: ipw2x00: fix repeated words in commentsJilin Yuan1-1/+1
2022-04-06ipw2x00: use DEVICE_ATTR_*() macroMeng Tang2-93/+90
2022-04-06ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai1-1/+1
2021-11-19ipw2200: constify address in ipw_send_adapter_addressJakub Kicinski1-1/+1
2021-10-20ipw2200: prepare for const netdev->dev_addrJakub Kicinski2-4/+4
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski2-4/+4
2021-09-28ipw2200: Fix a function name in print messagesCai Huoqing1-1/+1
2021-08-21ipw2x00: Avoid field-overflowing memcpy()Kees Cook1-39/+17
2021-08-21ipw2x00: Use struct_size helper instead of open-coded arithmeticLen Baker1-2/+2
2021-06-03ipw2x00: Minor documentation updateSouptick Joarder1-1/+1
2021-04-17ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()Dan Carpenter1-2/+4
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-40/+33
2020-09-30net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macrosSebastian Andrzej Siewior3-8/+4
2020-09-11net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel1-4/+0
2020-08-27ipw2x00: convert tasklets to use new tasklet_setup() APIAllen Pais2-9/+7
2020-08-27ipw2200: Demote lots of nonconformant kerneldoc commentsLee Jones1-15/+15
2020-08-27ipw2200: Remove set but unused variables 'rc' and 'w'Lee Jones1-8/+7
2020-08-02ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-89/+88