index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intel
/
ipw2x00
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-5
/
+5
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-35
/
+26
2026-02-12
net: intel: fix PCI device ID conflict between i40e and ipw2200
Ethan Nelson-Moore
-1
/
+7
2025-11-20
wifi: ipw2x00: replace use of system_wq with system_percpu_wq
Marco Crivellari
-4
/
+4
2025-06-20
wifi: ipw2x00: convert to use secs_to_jiffies
Yuesong Li
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-02-11
wifi: ipw2x00: Fix spelling mistake "stablization" -> "stabilization"
Colin Ian King
-1
/
+1
2025-01-28
wifi: ipw2x00: Remove unused libipw_rx_any()
Dr. David Alan Gilbert
-93
/
+0
2024-11-13
Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
-4
/
+4
2024-11-11
wifi: ipw2x00: libipw_rx_any(): fix bad alignment
Jiapeng Chong
-4
/
+4
2024-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2024-10-17
wifi: ipw: select CRYPTO_LIB_ARC4
Johannes Berg
-0
/
+1
2024-10-08
wifi: remove iw_public_data from struct net_device
Johannes Berg
-10
/
+4
2024-10-08
wifi: cfg80211: stop exporting wext symbols
Johannes Berg
-2
/
+9
2024-10-08
wifi: wext/libipw: move spy implementation to libipw
Johannes Berg
-9
/
+252
2024-10-08
wifi: ipw2x00/lib80211: move remaining lib80211 into libipw
Johannes Berg
-52
/
+1825
2024-10-08
wifi: radiotap: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
-2
/
+2
2024-08-27
wifi: lib80211: Handle const struct lib80211_crypto_ops in lib80211
Christophe JAILLET
-1
/
+1
2024-08-10
wifi: ipw2x00: libipw: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
-28
/
+18
2024-07-09
wifi: ipw2x00: Use kzalloc() instead of kmalloc()/memset()
Chen Ni
-2
/
+1
2023-10-23
wifi: ipw2x00: replace deprecated strncpy with strscpy_pad
Justin Stitt
-9
/
+8
2023-10-23
wifi: ipw2x00: fix format-truncation warnings
Kalle Valo
-23
/
+3
2023-09-21
wifi: ipw2x00: Annotate struct libipw_txb with __counted_by
Kees Cook
-1
/
+1
2023-08-21
wifi: ipw2x00: refactor to use kstrtoul
Justin Stitt
-27
/
+12
2023-03-31
wifi: ipw2x00: remove unused _ipw_read16 function
Tom Rix
-13
/
+0
2023-03-13
wifi: ipw2x00: convert ipw_fw_error->elem to flexible array[]
Jacob Keller
-6
/
+4
2022-12-22
wifi: ipw2200: fix memory leak in ipw_wdev_init()
Zhengchao Shao
-2
/
+7
2022-12-22
wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
-1
/
+1
2022-12-08
wifi: ipw2x00: Remove some unused functions
Jiapeng Chong
-11
/
+0
2022-11-16
wifi: cfg80211: Avoid clashing function prototypes
Gustavo A. R. Silva
-1
/
+1
2022-11-01
wifi: ipw2200: Remove the unused function ipw_alive()
Jiapeng Chong
-14
/
+0
2022-09-28
ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
-1
/
+1
2022-09-22
wifi: ipw2x00: fix array of flexible structures warnings
Johannes Berg
-12
/
+11
2022-09-07
wifi: ipw2100: fix warnings about non-kernel-doc
Johannes Berg
-2
/
+2
2022-09-02
wifi: move from strlcpy with unused retval to strscpy
Wolfram Sang
-6
/
+6
2022-07-18
wifi: ipw2x00: fix repeated words in comments
Jilin Yuan
-1
/
+1
2022-04-06
ipw2x00: use DEVICE_ATTR_*() macro
Meng Tang
-93
/
+90
2022-04-06
ipw2x00: Fix potential NULL dereference in libipw_xmit()
Haowen Bai
-1
/
+1
2021-11-19
ipw2200: constify address in ipw_send_adapter_address
Jakub Kicinski
-1
/
+1
2021-10-20
ipw2200: prepare for const netdev->dev_addr
Jakub Kicinski
-4
/
+4
2021-10-20
wireless: use eth_hw_addr_set()
Jakub Kicinski
-4
/
+4
2021-09-28
ipw2200: Fix a function name in print messages
Cai Huoqing
-1
/
+1
2021-08-21
ipw2x00: Avoid field-overflowing memcpy()
Kees Cook
-39
/
+17
2021-08-21
ipw2x00: Use struct_size helper instead of open-coded arithmetic
Len Baker
-2
/
+2
2021-06-03
ipw2x00: Minor documentation update
Souptick Joarder
-1
/
+1
2021-04-17
ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()
Dan Carpenter
-2
/
+4
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-40
/
+33
[next]