index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
libertas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
2010-08-06
1
-9
/
+7
|
\
|
*
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
2010-08-03
1
-4
/
+4
|
*
pcmcia: do not use io_req_t after call to pcmcia_request_io()
Dominik Brodowski
2010-08-03
1
-4
/
+3
|
*
pcmcia: remove cs_types.h
Dominik Brodowski
2010-07-30
1
-1
/
+0
*
|
libertas: remove unused cmd_pending waitq
Dan Williams
2010-07-27
2
-9
/
+0
*
|
libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node()
Dan Williams
2010-07-27
1
-4
/
+2
*
|
libertas: kill unused lbs_prepare_and_send_command()
Dan Williams
2010-07-27
4
-146
/
+9
*
|
libertas: convert DEEP_SLEEP timer to a direct command
Dan Williams
2010-07-27
2
-12
/
+8
*
|
libertas: convert PS_MODE to a direct command
Dan Williams
2010-07-27
7
-126
/
+95
*
|
libertas: remove unused indirect command response handler
Dan Williams
2010-07-27
1
-24
/
+1
*
|
libertas: convert CMD_FWT_ACCESS to a direct command
Dan Williams
2010-07-27
5
-34
/
+26
*
|
libertas: convert Mesh Blinding Table access to a direct command
Dan Williams
2010-07-27
5
-46
/
+158
*
|
libertas: convert register access to direct commands
Dan Williams
2010-07-27
6
-180
/
+94
*
|
libertas: convert LED_GPIO_CTRL to a direct command
Dan Williams
2010-07-27
1
-3
/
+2
*
|
libertas: remove Beacon Control
Dan Williams
2010-07-27
4
-11
/
+2
*
|
libertas: remove unused Automatic Frequency Control command
Dan Williams
2010-07-27
3
-23
/
+3
*
|
libertas: remove unused indirect TPC_CFG command leftovers
Dan Williams
2010-07-27
3
-20
/
+0
*
|
libertas: convert 11D_DOMAIN_INFO to a direct command
Dan Williams
2010-07-27
7
-238
/
+139
*
|
libertas: clean up RSSI command
Dan Williams
2010-07-27
8
-77
/
+51
*
|
libertas: clean up MONITOR_MODE command
Dan Williams
2010-07-27
4
-72
/
+33
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
John W. Linville
2010-07-27
4
-99
/
+99
|
\
\
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-07-13
5
-33
/
+142
|
|
\
\
|
*
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-07-02
21
-6726
/
+2239
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-06-11
9
-73
/
+177
|
|
\
\
\
\
|
*
|
|
|
|
drivers/net: use __packed annotation
Eric Dumazet
2010-06-03
4
-99
/
+99
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
libertas: precedence bug
Dan Carpenter
2010-07-26
1
-1
/
+1
*
|
|
|
|
libertas: convert new uses of __attribute__ ((packed)) to __packed
John W. Linville
2010-07-14
2
-6
/
+6
*
|
|
|
|
drivers/net/wireless: Remove unnecessary casts of private_data
Joe Perches
2010-07-14
1
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
libertas: Added support for host sleep feature
Amitkumar Karwar
2010-07-12
5
-33
/
+142
|
|
_
|
/
|
/
|
|
*
|
|
libertas: mark lbs_ret_802_11d_domain_info static
John W. Linville
2010-06-23
1
-1
/
+1
*
|
|
Libertas: Added 11d support using cfg80211
Kiran Divekar
2010-06-23
8
-1
/
+268
*
|
|
Libertas: fix WARN_ON issues in cfg80211 support
Kiran Divekar
2010-06-23
3
-28
/
+15
*
|
|
Libertas: cfg80211 support
Kiran Divekar
2010-06-23
20
-6722
/
+1981
|
|
/
|
/
|
*
|
libertas: Fix ethtool reporting no WOL options supported if WOL is not alread...
Sascha Silbe
2010-06-08
1
-6
/
+3
*
|
wireless: fix several minor description typos
Walter Goldens
2010-06-02
1
-1
/
+1
*
|
drivers/net/wireless/libertas: Use kmemdup
Julia Lawall
2010-06-02
1
-4
/
+2
*
|
libertas: Added callback functions to support SDIO suspend/resume.
Amitkumar Karwar
2010-06-02
8
-62
/
+171
|
/
*
libertas: fix uninitialized variable warning
Prarit Bhargava
2010-05-28
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2010-05-21
10
-107
/
+125
|
\
|
*
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
2010-05-14
3
-8
/
+0
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-05-11
1
-0
/
+1
|
|
\
|
|
*
cfg80211/mac80211: better channel handling
Johannes Berg
2010-05-07
1
-0
/
+1
|
*
|
net: trans_start cleanups
Eric Dumazet
2010-05-10
2
-3
/
+1
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-05-05
1
-1
/
+3
|
|
\
|
|
|
*
libertas: fix 8686 firmware loading regression
Dan Williams
2010-04-28
1
-1
/
+3
|
*
|
Merge branch 'master' into for-davem
John W. Linville
2010-04-23
1
-63
/
+40
|
|
\
|
|
|
*
libertas: Davinci platforms need more time loading helper firmware
Dan Williams
2010-04-16
1
-0
/
+5
|
|
*
libertas: consolidate SDIO firmware wait code
Dan Williams
2010-04-16
1
-63
/
+35
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-04-15
2
-1
/
+23
|
|
\
|
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-04-08
2
-2
/
+7
|
|
|
\
[next]