index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-16
libertas: correct sparse warnings
John W. Linville
2
-5
/
+3
2010-08-16
drivers/net/wireless/libertas/cfg.c: needs sched.h
Andrew Morton
1
-0
/
+1
2010-08-16
libertas: [spi] use common firmware request helper and new firmware locations
Dan Williams
2
-80
/
+69
2010-08-16
libertas: [sdio] use common firmware request helper and new firmware locations
Dan Williams
2
-87
/
+60
2010-08-16
libertas: [cs] use common firmware request helper and new firmware locations
Dan Williams
1
-56
/
+74
2010-08-16
libertas: add two-stage firmware request helper
Dan Williams
2
-0
/
+118
2010-08-16
libertas: [usb] use new firmware locations
Dan Williams
2
-7
/
+54
2010-08-16
drivers/net/wireless/libertas: Adjust confusing if indentation
Julia Lawall
1
-2
/
+4
2010-08-16
libertas: better association request debugging
Dan Williams
1
-8
/
+29
2010-08-16
libertas: better scan response debugging
Dan Williams
1
-4
/
+20
2010-08-09
libertas: fix build break by including linux/sched.h
John W. Linville
1
-0
/
+1
2010-08-05
libertas: scan before assocation if no BSSID was given
Dan Williams
3
-33
/
+121
2010-08-05
libertas: fix association with some APs by using extended rates
Dan Williams
1
-16
/
+40
2010-08-05
libertas: get the right # of scanned BSSes
Dan Williams
1
-1
/
+9
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-12
libertas: Added support for host sleep feature
Amitkumar Karwar
5
-33
/
+142
2010-07-01
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
2010-06-08
libertas: Fix ethtool reporting no WOL options supported if WOL is not alread...
Sascha Silbe
1
-6
/
+3
2010-06-03
drivers/net: use __packed annotation
Eric Dumazet
4
-99
/
+99
2010-06-02
wireless: fix several minor description typos
Walter Goldens
1
-1
/
+1
2010-06-02
drivers/net/wireless/libertas: Use kmemdup
Julia Lawall
1
-4
/
+2
2010-06-02
libertas: Added callback functions to support SDIO suspend/resume.
Amitkumar Karwar
8
-62
/
+171
2010-05-28
libertas: fix uninitialized variable warning
Prarit Bhargava
1
-3
/
+2
2010-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
10
-107
/
+125
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
3
-8
/
+0
[next]