index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new driver 'rndis_wlan' for wireless RNDIS devices.
Jussi Kivilinna
2008-02-01
4
-0
/
+2793
*
Move usbnet.h and rndis_host.h to include/linux/usb
Jussi Kivilinna
2008-02-01
13
-23
/
+12
*
rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()
Jussi Kivilinna
2008-02-01
2
-4
/
+51
*
rndis_host: Add link_change function pointer to 'struct rndis_data'.
Jussi Kivilinna
2008-02-01
2
-4
/
+24
*
rndis_host: Add early_init function pointer to 'struct rndis_data'.
Jussi Kivilinna
2008-02-01
2
-0
/
+11
*
usbnet: add driver_priv pointer to 'struct usbnet'
Jussi Kivilinna
2008-02-01
1
-0
/
+1
*
rndis_host: export functions
Jussi Kivilinna
2008-02-01
2
-7
/
+22
*
rndis_host: Split up rndis_host.c
Jussi Kivilinna
2008-02-01
2
-222
/
+249
*
usbnet: Use wlan device name for RNDIS wireless devices
Jussi Kivilinna
2008-02-01
2
-0
/
+5
*
rndis_host: Fix rndis packet filter flags.
Jussi Kivilinna
2008-02-01
1
-1
/
+22
*
rndis_host: Halt device if rndis_bind fails.
Jussi Kivilinna
2008-02-01
1
-3
/
+9
*
rndis_host: Use 1KB buffer in rndis_unbind
Jussi Kivilinna
2008-02-01
1
-1
/
+1
*
cdc_ether: Hardwire CDC descriptors when missing
Bjorge Dijkstra
2008-02-01
1
-5
/
+5
*
rndis_host: Fix sparse warning
Bjorge Dijkstra
2008-02-01
1
-1
/
+1
*
Add another Prism2 card to hostap
Marcin Juszkiewicz
2008-02-01
1
-0
/
+3
*
hostap_80211.h: remove duplicate prototype
Michal Piotrowski
2008-02-01
1
-5
/
+0
*
wireless: iwlwifi3945/4965 - fix incorrect counting of memory
Cyrill Gorcunov
2008-02-01
2
-2
/
+2
*
libertas: fix interrupt while removing driver
Holger Schurig
2008-02-01
1
-3
/
+3
*
libertas: fix memory alignment problems on the blackfin
Ihar Hrachyshka
2008-02-01
2
-3
/
+5
*
iwlwifi: correct math in elapsed_jiffies
Eric Sandeen
2008-02-01
1
-2
/
+2
*
rfkill: add the WiMAX radio type
Iñaky Pérez-González
2008-02-01
4
-0
/
+16
*
b43: Drop packets that we are not able to encrypt
Michael Buesch
2008-02-01
3
-30
/
+58
*
b43: Fix suspend/resume
Michael Buesch
2008-02-01
2
-16
/
+25
*
iwlwifi: Fix uCode error on association
Gregory Greenman
2008-02-01
3
-4
/
+5
*
iwlwifi: do not schedule tasklet when rcv unused irq
Joonwoo Park
2008-02-01
4
-10
/
+18
*
iwlwifi: cleanup usage of inline functions
Reinette Chatre
2008-02-01
6
-23
/
+20
*
iwlwifi: initialize geo/channel information during probe
Reinette Chatre
2008-02-01
2
-28
/
+80
*
iwl4965: fix return code indicating one interface is supported
Reinette Chatre
2008-02-01
1
-1
/
+1
*
iwlwifi: Fix an invalid bitmask test in iwl3945 and iwl4965
Maarten Lankhorst
2008-02-01
2
-2
/
+2
*
rtl8180_dev.c: add support for 1799:700f
Adrian Bassett
2008-02-01
1
-0
/
+1
*
mac80211: fixing null qos data frames check for reordering buffer
Ron Rindjunsky
2008-02-01
1
-1
/
+1
*
b43legacy: fix MAC control and microcode init
Stefano Brivio
2008-02-01
5
-81
/
+110
*
b43legacy: Fix rfkill allocation leakage in error paths
Michael Buesch
2008-02-01
1
-1
/
+8
*
b43: Fix rfkill allocation leakage in error paths
Michael Buesch
2008-02-01
1
-1
/
+8
*
ath5k: debug level improvements
Bruno Randolf
2008-02-01
3
-37
/
+115
*
mac80211: fix alignment warning
Johannes Berg
2008-02-01
1
-13
/
+33
*
rt61pci: fix-up merge damage
John W. Linville
2008-02-01
1
-1
/
+2
*
Ensure that we export __fatal_signal_pending()
Trond Myklebust
2008-02-01
1
-0
/
+1
*
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2008-02-01
38
-252
/
+282
|
\
|
*
Remove commented-out code copied from NFS
Matthew Wilcox
2007-12-06
1
-1
/
+1
|
*
NFS: Switch from intr mount option to TASK_KILLABLE
Matthew Wilcox
2007-12-06
19
-147
/
+30
|
*
Add wait_for_completion_killable
Matthew Wilcox
2007-12-06
2
-2
/
+14
|
*
Add wait_event_killable
Matthew Wilcox
2007-12-06
1
-0
/
+41
|
*
Add schedule_timeout_killable
Matthew Wilcox
2007-12-06
2
-0
/
+8
|
*
Use mutex_lock_killable in vfs_readdir
Liam R. Howlett
2007-12-06
1
-1
/
+4
|
*
Add mutex_lock_killable
Liam R. Howlett
2007-12-06
2
-3
/
+38
|
*
Use lock_page_killable
Matthew Wilcox
2007-12-06
1
-4
/
+7
|
*
Add lock_page_killable
Matthew Wilcox
2007-12-06
2
-0
/
+28
|
*
Add fatal_signal_pending
Matthew Wilcox
2007-12-06
2
-1
/
+13
|
*
Add TASK_WAKEKILL
Matthew Wilcox
2007-12-06
2
-12
/
+18
[next]