index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ipw2100.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-18
[PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2
Zhu Yi
1
-1
/
+1
2006-03-18
[PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h
Zhu Yi
1
-1
/
+0
2006-03-18
[PATCH] ipw2100: semaphore to mutexes conversion
Ingo Molnar
1
-59
/
+60
2006-03-18
[PATCH] ipw2100: Fix radiotap code gcc warning
Zhu Yi
1
-7
/
+8
2006-03-18
[PATCH] ipw2100: add radiotap headers to packtes captured in monitor mode
Stefan Rompf
1
-11
/
+84
2006-03-18
[PATCH] ipw2x00: expend Copyright to 2006
Zhu Yi
1
-2
/
+2
2006-01-31
[PATCH] increase ipw2100 driver version to git-1.1.4
Zhu Yi
1
-1
/
+1
2006-01-31
[PATCH] ipw2100: remove white space and better format the code
Zhu Yi
1
-2
/
+2
2006-01-31
[PATCH] ipw2100: Add generic geo information
Zhu Yi
1
-0
/
+19
2006-01-31
[PATCH] ipw2100: Make iwconfig txpower setting consistent with user input
Zhu Yi
1
-3
/
+4
2006-01-31
[PATCH] ipw2100: Add LEAP authentication algorithm support
Zhu Yi
1
-3
/
+9
2006-01-31
[PATCH] drivers/net/wireless/ipw2100.c: make ipw2100_wpa_assoc_frame() static
Adrian Bunk
1
-2
/
+2
2006-01-31
[PATCH] ipw2100: Fix setting txpower failed problem
Zhu Yi
1
-13
/
+14
2006-01-31
[PATCH] ipw2100: Fix a gcc compile warning
Zhu Yi
1
-10
/
+12
2006-01-17
[PATCH] ipw2100: remove code for WIRELESS_EXT < 18
Adrian Bunk
1
-434
/
+0
2006-01-15
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-13
/
+13
2006-01-09
[patch] ipw2100: support WEXT-18 enc_capa v3
Dan Williams
1
-1
/
+4
2005-12-01
[PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200
Brice Goglin
1
-20
/
+20
2005-11-18
[PATCH] ipw2100: Fix 'Driver using old /proc/net/wireless...' message
James Ketrenos
1
-11
/
+18
2005-11-09
[wireless ipw2100] kill unused-var warnings for debug-disabled code
Jeff Garzik
1
-0
/
+4
2005-11-09
Merge rsync://bughost.org/repos/ipw-delta/
Jeff Garzik
1
-1288
/
+1562
2005-11-08
[PATCH] wireless net: Conversions of kmalloc/memset to kzalloc
Panagiotis Issaris
1
-3
/
+1
2005-11-08
Removed warning about TKIP not being configured if countermeasures are
James Ketrenos
1
-8
/
+2
2005-11-08
Pulled out a stray KERNEL_VERSION check around the suspend handler.
James Ketrenos
1
-4
/
+0
2005-11-08
Updated driver version stamps for ipw2100 (1.1.3) and ipw2200 (1.0.7)
James Ketrenos
1
-1
/
+1
2005-11-08
Removed PF_SYNCTHREAD legacy.
James Ketrenos
1
-4
/
+1
2005-11-08
Don't set hardware WEP if we are actually using TKIP/AES.
Hong Liu
1
-2
/
+5
2005-11-08
Move code from ipw2100_wpa_enable to IPW2100_PARAM_DROP_UNENCRYPTED to
Zhu Yi
1
-3
/
+21
2005-11-08
[Bug 339] Fix ipw2100 iwconfig set/get txpower.
Liu Hong
1
-7
/
+6
2005-11-08
Fixed WEP on ipw2100 (priv->sec was being used instead of
1
-46
/
+51
2005-11-08
Catch ipw2100 up to equivelancy with v1.1.1
James Ketrenos
1
-133
/
+444
2005-11-08
IPW_DEBUG has already included DRV_NAME, remove double prefix print.
Zhu Yi
1
-9
/
+7
2005-11-08
Ran scripts/Lindent on drivers/net/wireless/ipw2{1,2}00.{c,h}
James Ketrenos
1
-1132
/
+1085
2005-09-22
[PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211's hard_sta...
James Ketrenos
1
-1
/
+2
2005-09-22
[PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211_hdr changes
James Ketrenos
1
-2
/
+2
2005-09-14
[PATCH] drivers/net: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-11
/
+6
2005-09-06
[PATCH] (5/7) iomem annotations, NULL noise removal (ipw2100)
viro@ftp.linux.org.uk
1
-34
/
+35
2005-08-26
ipw2100: interface-up carrier state fix
Jiri Benc
1
-1
/
+3
2005-08-26
ipw2100: minor cleanups
Jiri Benc
1
-50
/
+86
2005-08-26
ipw2100: remove custom debug-print macros
Jiri Benc
1
-45
/
+45
2005-08-26
ipw2100: remove strange symbol prefixes
Jiri Benc
1
-13
/
+13
2005-06-28
[PATCH] wireless-device-attr-fixes
Andrew Morton
1
-24
/
+39
2005-06-28
[PATCH] ipw2100 old gcc fix
Andrew Morton
1
-1
/
+1
2005-06-28
[PATCH] ipw2100: small cleanups
Pavel Machek
1
-6
/
+5
2005-06-28
[PATCH] ipw2100: kill dead macros
Pavel Machek
1
-1
/
+0
2005-06-28
[PATCH] ipw2100: assume recent kernel
Pavel Machek
1
-16
/
+0
2005-06-28
[PATCH] drivers/net/wireless/ipw2100: Use the DMA_32BIT_MASK constant
Tobias Klauser
1
-5
/
+2
2005-06-28
[PATCH] ipw2100: remove commented-out code
Pavel Machek
1
-2
/
+0
2005-06-28
[PATCH] ieee80211: fix ipw 64bit compilation warnings
Jiri Benc
1
-12
/
+12
2005-05-28
Add ipw2100 wireless driver.
James Ketrenos
1
-0
/
+8649