index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intel
/
ipw2x00
/
ipw2200.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
wifi: ipw2200: fix memory leak in ipw_wdev_init()
Zhengchao Shao
1
-2
/
+7
2023-03-10
wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2022-09-02
wifi: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-07-18
wifi: ipw2x00: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-04-06
ipw2x00: use DEVICE_ATTR_*() macro
Meng Tang
1
-61
/
+58
2021-11-19
ipw2200: constify address in ipw_send_adapter_address
Jakub Kicinski
1
-1
/
+1
2021-10-20
ipw2200: prepare for const netdev->dev_addr
Jakub Kicinski
1
-3
/
+3
2021-10-20
wireless: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+2
2021-09-28
ipw2200: Fix a function name in print messages
Cai Huoqing
1
-1
/
+1
2020-08-27
ipw2x00: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+3
2020-08-27
ipw2200: Demote lots of nonconformant kerneldoc comments
Lee Jones
1
-15
/
+15
2020-08-27
ipw2200: Remove set but unused variables 'rc' and 'w'
Lee Jones
1
-8
/
+7
2020-08-02
ipw2x00: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-27
/
+29
2020-07-15
ipw2200: use generic power management
Vaibhav Gupta
1
-23
/
+7
2020-05-12
ipw2x00: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-06
ipw2x00: Remove a memory allocation failure log message
Christophe JAILLET
1
-3
/
+1
2020-04-15
ipw2x00: make ipw_setup_deferred_work() void
Jason Yan
1
-10
/
+2
2020-04-15
ipw2x00: make ipw_qos_association_resp() void
Jason Yan
1
-7
/
+4
2020-03-12
ipw2x00: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-24
/
+24
2019-12-18
ipw2x00: Fix -Wcast-function-type
Phong Tran
1
-2
/
+3
2019-11-20
ipw2x00: remove set but not used variable 'reason'
zhengbin
1
-3
/
+0
2019-09-03
ipw2x00: fix spelling mistake "initializationg" -> "initialization"
Colin Ian King
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507
Thomas Gleixner
1
-15
/
+1
2018-12-20
ipw2x00: cleanup dead code
YueHaibing
1
-5
/
+2
2018-10-01
ipw2x00: Remove unnecessary parentheses
Nathan Chancellor
1
-1
/
+1
2018-06-27
ipw2x00: track time using boottime
Arnd Bergmann
1
-2
/
+2
2018-06-27
net: ipw2x00: Replace NULL comparison with !priv
Varsha Rao
1
-1
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-5
/
+5
2018-05-30
drivers/net: Fix various unnecessary characters after logging newlines
Joe Perches
1
-2
/
+1
2018-05-04
ipw2200: fix spelling mistake: "functionalitis" -> "functionalities"
Colin Ian King
1
-1
/
+1
2018-03-27
wireless: Use octal not symbolic permissions
Joe Perches
1
-29
/
+22
2017-08-24
wireless: ipw2x00: make iw_handler_def const
Bhumika Goyal
1
-1
/
+1
2017-08-24
wireless: ipw2200: Replace PCI pool old API
Romain Perier
1
-6
/
+7
2017-07-18
wireless: ipw2200: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+4
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-2
/
+3
2017-06-12
wireless: ipw2x00: convert to use DRIVER_ATTR_RW
Greg Kroah-Hartman
1
-5
/
+3
2017-03-20
ipw2200: remove redundant check of rc < 0
Colin Ian King
1
-3
/
+0
2017-02-28
scripts/spelling.txt: add "disassocation" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-28
scripts/spelling.txt: add "intialization" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-10-20
net: use core MTU range checking in wireless drivers
Jarod Wilson
1
-2
/
+6
2016-06-29
wireless: ipw2200: fix old-style declaration
Arnd Bergmann
1
-1
/
+1
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-3
/
+3
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-6
/
+6
2015-11-18
ipw2x00: move under intel vendor directory
Kalle Valo
1
-0
/
+12061