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
/
ipw2x00
/
ipw2100.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-07
ipw2x00: remove __dev* attributes
Bill Pemberton
1
-2
/
+2
2012-11-16
net/wireless: ipw2x00: remove unreachable code
Stanislav Yakovlev
1
-4
/
+1
2012-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-9
/
+2
2012-10-02
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-5
/
+3
2012-09-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+2
2012-09-07
ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()
Wei Yongjun
1
-9
/
+2
2012-08-21
drivers/net/wireless/ipw2x00/ipw2100.c: introduce missing initialization
Julia Lawall
1
-1
/
+2
2012-08-14
workqueue: use mod_delayed_work() instead of cancel + queue
Tejun Heo
1
-5
/
+3
2012-06-08
net/wireless: ipw2100: Fix WARN_ON occurring in wiphy_register called by ipw2...
Stanislav Yakovlev
1
-15
/
+5
2012-05-09
ipw2100: Fix order of device registration
Ben Hutchings
1
-11
/
+13
2012-04-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+5
2012-04-14
net: Fix spelling typo in net
Masanari Iida
1
-2
/
+2
2012-04-12
net/wireless: ipw2x00: add supported cipher suites to wiphy initialization
Stanislav Yakovlev
1
-0
/
+4
2012-04-12
ipw2100: remove a redundant NULL check before calling release_firmware()
Jesper Juhl
1
-2
/
+1
2012-04-07
ipw2100: remove useless tests in the PCI device remove path.
Francois Romieu
1
-30
/
+26
2012-04-07
ipw2100: stop using net_device.base_addr.
Francois Romieu
1
-39
/
+38
2012-03-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+0
2012-03-08
net/wireless: ipw2x00: remove WEXT_USECHANNELS define
Stanislav Yakovlev
1
-2
/
+0
2012-03-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-64
/
+37
2012-02-29
ipw2x00: remove ipw2100_rates_11b[]
Stanislav Yakovlev
1
-9
/
+2
2012-02-27
net/wireless: ipw2x00: Use IW_HANDLER macro from linux/wireless.h
Stanislav Yakovlev
1
-55
/
+35
2012-02-01
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-4
/
+1
2011-11-18
wireless: use strlcpy routine in .get_drvinfo
Rick Jones
1
-3
/
+4
2011-10-08
Merge branch 'pm-qos' into pm-for-linus
Rafael J. Wysocki
1
-2
/
+2
2011-09-16
ipw2x00: fix rtnl mutex deadlock
Stanislaw Gruszka
1
-7
/
+14
2011-08-25
PM QoS: Minor clean-ups
Jean Pihet
1
-1
/
+1
2011-08-25
PM QoS: Move and rename the implementation files
Jean Pihet
1
-1
/
+1
2011-07-06
ipw2100: Fix command list for debugging
Jean Delvare
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-1
/
+1
2011-02-04
drivers:net:ipw2100.c change a typo comamnd to command
Justin P. Mattock
1
-1
/
+1
2011-01-26
wireless/ipw2x00: use system_wq instead of dedicated workqueues
Tejun Heo
1
-40
/
+30
2010-08-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+2
2010-08-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-8
/
+0
2010-08-22
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-8
/
+0
2010-08-18
drivers/net: Convert unbounded kzalloc calls to kcalloc
Joe Perches
1
-3
/
+3
2010-08-17
ipw2100: don't sync status queue entries
John W. Linville
1
-8
/
+0
2010-08-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-6
/
+7
2010-08-16
ipw2100: avoid warning from pointer cast in call to IPW_DEBUG_TX
John W. Linville
1
-2
/
+2
2010-08-12
ipw2100: register pm_qos request before registering pci driver
John W. Linville
1
-2
/
+3
2010-08-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-0
/
+4
2010-08-04
wireless: ipw2100: check result of kzalloc()
Christoph Fritz
1
-0
/
+4
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-14
/
+10
2010-07-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-1
/
+1
2010-07-21
ipw2100: mark ipw2100_pm_qos_req static
John W. Linville
1
-1
/
+1
2010-07-19
pm_qos: Get rid of the allocation in pm_qos_add_request()
James Bottomley
1
-6
/
+6
2010-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-11
/
+7
2010-06-03
drivers/net/wireless/ipw2x00/ipw2100.c: Remove unnecessary kmalloc casts
Joe Perches
1
-11
/
+7
2010-06-03
drivers/net: use __packed annotation
Eric Dumazet
1
-2
/
+2
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-25
/
+24
[next]