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
/
libertas
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-29
pcmcia: remove obsolete and wrong comments
Dominik Brodowski
1
-30
/
+0
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
1
-3
/
+1
2010-09-29
pcmcia: use autoconfiguration feature for ioports and iomem
Dominik Brodowski
1
-11
/
+5
2010-09-29
pcmcia: introduce autoconfiguration feature
Dominik Brodowski
1
-1
/
+0
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
1
-7
/
+3
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
1
-1
/
+0
2010-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2010-08-27
libertas: if_sdio: fix buffer alignment in struct if_sdio_card
Mike Rapoport
1
-1
/
+1
2010-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+1
2010-08-12
Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...
Linus Torvalds
2
-2
/
+33
2010-08-11
drivers/net/wireless/libertas/cfg.c: needs sched.h
Andrew Morton
1
-0
/
+2
2010-08-11
param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.
Rusty Russell
1
-2
/
+30
2010-08-11
param: simple locking for sysfs-writable charp parameters
Rusty Russell
1
-0
/
+3
2010-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
3
-50
/
+170
2010-08-09
libertas: fix build break by including linux/sched.h
John W. Linville
1
-0
/
+1
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-9
/
+7
2010-08-06
libertas: scan before assocation if no BSSID was given
Dan Williams
3
-33
/
+121
2010-08-06
libertas: fix association with some APs by using extended rates
Dan Williams
1
-16
/
+40
2010-08-06
libertas: get the right # of scanned BSSes
Dan Williams
1
-1
/
+9
2010-08-03
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
1
-4
/
+4
2010-08-03
pcmcia: do not use io_req_t after call to pcmcia_request_io()
Dominik Brodowski
1
-4
/
+3
2010-07-30
pcmcia: remove cs_types.h
Dominik Brodowski
1
-1
/
+0
2010-07-27
libertas: remove unused cmd_pending waitq
Dan Williams
2
-9
/
+0
2010-07-27
libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node()
Dan Williams
1
-4
/
+2
2010-07-27
libertas: kill unused lbs_prepare_and_send_command()
Dan Williams
4
-146
/
+9
2010-07-27
libertas: convert DEEP_SLEEP timer to a direct command
Dan Williams
2
-12
/
+8
2010-07-27
libertas: convert PS_MODE to a direct command
Dan Williams
7
-126
/
+95
2010-07-27
libertas: remove unused indirect command response handler
Dan Williams
1
-24
/
+1
2010-07-27
libertas: convert CMD_FWT_ACCESS to a direct command
Dan Williams
5
-34
/
+26
2010-07-27
libertas: convert Mesh Blinding Table access to a direct command
Dan Williams
5
-46
/
+158
2010-07-27
libertas: convert register access to direct commands
Dan Williams
6
-180
/
+94
2010-07-27
libertas: convert LED_GPIO_CTRL to a direct command
Dan Williams
1
-3
/
+2
2010-07-27
libertas: remove Beacon Control
Dan Williams
4
-11
/
+2
2010-07-27
libertas: remove unused Automatic Frequency Control command
Dan Williams
3
-23
/
+3
2010-07-27
libertas: remove unused indirect TPC_CFG command leftovers
Dan Williams
3
-20
/
+0
2010-07-27
libertas: convert 11D_DOMAIN_INFO to a direct command
Dan Williams
7
-238
/
+139
2010-07-27
libertas: clean up RSSI command
Dan Williams
8
-77
/
+51
2010-07-27
libertas: clean up MONITOR_MODE command
Dan Williams
4
-72
/
+33
2010-07-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
John W. Linville
4
-99
/
+99
2010-07-26
libertas: precedence bug
Dan Carpenter
1
-1
/
+1
2010-07-14
libertas: convert new uses of __attribute__ ((packed)) to __packed
John W. Linville
2
-6
/
+6
2010-07-14
drivers/net/wireless: Remove unnecessary casts of private_data
Joe Perches
1
-2
/
+2
2010-07-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
5
-33
/
+142
2010-07-13
libertas: Added support for host sleep feature
Amitkumar Karwar
5
-33
/
+142
2010-07-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
21
-6726
/
+2239
2010-06-23
libertas: mark lbs_ret_802_11d_domain_info static
John W. Linville
1
-1
/
+1
2010-06-23
Libertas: Added 11d support using cfg80211
Kiran Divekar
8
-1
/
+268
2010-06-23
Libertas: fix WARN_ON issues in cfg80211 support
Kiran Divekar
3
-28
/
+15
2010-06-23
Libertas: cfg80211 support
Kiran Divekar
20
-6722
/
+1981
2010-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
9
-73
/
+177
[next]