aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rndis_host: Halt device if rndis_bind fails.Jussi Kivilinna2008-01-311-3/+9
* rndis_host: Use 1KB buffer in rndis_unbindJussi Kivilinna2008-01-311-1/+1
* cdc_ether: Hardwire CDC descriptors when missingBjorge Dijkstra2008-01-311-5/+5
* rndis_host: Fix sparse warningBjorge Dijkstra2008-01-311-1/+1
* Add another Prism2 card to hostapMarcin Juszkiewicz2008-01-311-0/+3
* hostap_80211.h: remove duplicate prototypeMichal Piotrowski2008-01-311-5/+0
* wireless: iwlwifi3945/4965 - fix incorrect counting of memoryCyrill Gorcunov2008-01-312-2/+2
* libertas: fix interrupt while removing driverHolger Schurig2008-01-311-3/+3
* libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2008-01-312-3/+5
* iwlwifi: correct math in elapsed_jiffiesEric Sandeen2008-01-311-2/+2
* rfkill: add the WiMAX radio typeIñaky Pérez-González2008-01-314-0/+16
* b43: Drop packets that we are not able to encryptMichael Buesch2008-01-313-30/+58
* b43: Fix suspend/resumeMichael Buesch2008-01-312-16/+25
* iwlwifi: Fix uCode error on associationGregory Greenman2008-01-313-4/+5
* iwlwifi: do not schedule tasklet when rcv unused irqJoonwoo Park2008-01-314-10/+18
* iwlwifi: cleanup usage of inline functionsReinette Chatre2008-01-316-23/+20
* iwlwifi: initialize geo/channel information during probeReinette Chatre2008-01-312-28/+80
* iwl4965: fix return code indicating one interface is supportedReinette Chatre2008-01-311-1/+1
* iwlwifi: Fix an invalid bitmask test in iwl3945 and iwl4965Maarten Lankhorst2008-01-312-2/+2
* rtl8180_dev.c: add support for 1799:700fAdrian Bassett2008-01-311-0/+1
* mac80211: fixing null qos data frames check for reordering bufferRon Rindjunsky2008-01-311-1/+1
* b43legacy: fix MAC control and microcode initStefano Brivio2008-01-315-81/+110
* b43legacy: Fix rfkill allocation leakage in error pathsMichael Buesch2008-01-311-1/+8
* b43: Fix rfkill allocation leakage in error pathsMichael Buesch2008-01-311-1/+8
* ath5k: debug level improvementsBruno Randolf2008-01-313-37/+115
* mac80211: fix alignment warningJohannes Berg2008-01-311-13/+33
* rt61pci: fix-up merge damageJohn W. Linville2008-01-311-1/+2
* Ensure that we export __fatal_signal_pending()Trond Myklebust2008-02-011-0/+1
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-0138-252/+282
|\
| * Remove commented-out code copied from NFSMatthew Wilcox2007-12-061-1/+1
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-0619-147/+30
| * Add wait_for_completion_killableMatthew Wilcox2007-12-062-2/+14
| * Add wait_event_killableMatthew Wilcox2007-12-061-0/+41
| * Add schedule_timeout_killableMatthew Wilcox2007-12-062-0/+8
| * Use mutex_lock_killable in vfs_readdirLiam R. Howlett2007-12-061-1/+4
| * Add mutex_lock_killableLiam R. Howlett2007-12-062-3/+38
| * Use lock_page_killableMatthew Wilcox2007-12-061-4/+7
| * Add lock_page_killableMatthew Wilcox2007-12-062-0/+28
| * Add fatal_signal_pendingMatthew Wilcox2007-12-062-1/+13
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-062-12/+18
| * exit: Use task_is_*Matthew Wilcox2007-12-061-49/+39
| * signal: Use task_is_*Matthew Wilcox2007-12-061-3/+3
| * sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox2007-12-061-8/+5
| * ptrace: Use task_is_*Matthew Wilcox2007-12-061-4/+4
| * power: Use task_is_*Matthew Wilcox2007-12-061-3/+3
| * wait: Use TASK_NORMALMatthew Wilcox2007-12-062-6/+7
| * proc/base.c: Use task_is_*Matthew Wilcox2007-12-061-1/+1
| * proc/array.c: Use TASK_REPORTMatthew Wilcox2007-12-061-6/+1
| * perfmon: Use task_is_*Matthew Wilcox2007-12-061-2/+2
| * Add macros to replace direct uses of TASK_ flagsMatthew Wilcox2007-12-061-0/+16