aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbGravatar Jussi Kivilinna 13-511/+12
2008-01-31rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()Gravatar Jussi Kivilinna 2-4/+51
2008-01-31rndis_host: Add link_change function pointer to 'struct rndis_data'.Gravatar Jussi Kivilinna 2-4/+24
2008-01-31rndis_host: Add early_init function pointer to 'struct rndis_data'.Gravatar Jussi Kivilinna 2-0/+11
2008-01-31usbnet: add driver_priv pointer to 'struct usbnet'Gravatar Jussi Kivilinna 1-0/+1
2008-01-31rndis_host: export functionsGravatar Jussi Kivilinna 2-7/+22
2008-01-31rndis_host: Split up rndis_host.cGravatar Jussi Kivilinna 2-222/+249
2008-01-31usbnet: Use wlan device name for RNDIS wireless devicesGravatar Jussi Kivilinna 2-0/+5
2008-01-31rndis_host: Fix rndis packet filter flags.Gravatar Jussi Kivilinna 1-1/+22
2008-01-31rndis_host: Halt device if rndis_bind fails.Gravatar Jussi Kivilinna 1-3/+9
2008-01-31rndis_host: Use 1KB buffer in rndis_unbindGravatar Jussi Kivilinna 1-1/+1
2008-01-31cdc_ether: Hardwire CDC descriptors when missingGravatar Bjorge Dijkstra 1-5/+5
2008-01-31rndis_host: Fix sparse warningGravatar Bjorge Dijkstra 1-1/+1
2008-01-31Add another Prism2 card to hostapGravatar Marcin Juszkiewicz 1-0/+3
2008-01-31hostap_80211.h: remove duplicate prototypeGravatar Michal Piotrowski 1-5/+0
2008-01-31wireless: iwlwifi3945/4965 - fix incorrect counting of memoryGravatar Cyrill Gorcunov 2-2/+2
2008-01-31libertas: fix interrupt while removing driverGravatar Holger Schurig 1-3/+3
2008-01-31libertas: fix memory alignment problems on the blackfinGravatar Ihar Hrachyshka 2-3/+5
2008-01-31iwlwifi: correct math in elapsed_jiffiesGravatar Eric Sandeen 1-2/+2
2008-01-31b43: Drop packets that we are not able to encryptGravatar Michael Buesch 3-30/+58
2008-01-31b43: Fix suspend/resumeGravatar Michael Buesch 2-16/+25
2008-01-31iwlwifi: Fix uCode error on associationGravatar Gregory Greenman 3-4/+5
2008-01-31iwlwifi: do not schedule tasklet when rcv unused irqGravatar Joonwoo Park 4-10/+18
2008-01-31iwlwifi: cleanup usage of inline functionsGravatar Reinette Chatre 6-23/+20
2008-01-31iwlwifi: initialize geo/channel information during probeGravatar Reinette Chatre 2-28/+80
2008-01-31iwl4965: fix return code indicating one interface is supportedGravatar Reinette Chatre 1-1/+1
2008-01-31iwlwifi: Fix an invalid bitmask test in iwl3945 and iwl4965Gravatar Maarten Lankhorst 2-2/+2
2008-01-31rtl8180_dev.c: add support for 1799:700fGravatar Adrian Bassett 1-0/+1
2008-01-31b43legacy: fix MAC control and microcode initGravatar Stefano Brivio 5-81/+110
2008-01-31b43legacy: Fix rfkill allocation leakage in error pathsGravatar Michael Buesch 1-1/+8
2008-01-31b43: Fix rfkill allocation leakage in error pathsGravatar Michael Buesch 1-1/+8
2008-01-31ath5k: debug level improvementsGravatar Bruno Randolf 3-37/+115
2008-01-31rt61pci: fix-up merge damageGravatar John W. Linville 1-1/+2
2008-02-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaGravatar Linus Torvalds 5-5/+0
2008-01-31[ALSA] Remove sound/driver.hGravatar Takashi Iwai 5-5/+0
2008-01-31lguest: fix mis-merge against hpa's TSS renamingGravatar Rusty Russell 1-1/+1
2008-01-31Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Linus Torvalds 52-1335/+3833
2008-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Gravatar Linus Torvalds 13-334/+422
2008-01-31Merge branch 'linux-2.6'Gravatar Paul Mackerras 1384-87900/+169659
2008-01-31Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xxGravatar Paul Mackerras 6-91/+17
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogGravatar Linus Torvalds 1-1/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 9-445/+513
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 3-24/+49
2008-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Gravatar Linus Torvalds 21-15514/+0
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 61-369/+424
2008-01-31docbook: fix drivers/base/class warningGravatar Randy Dunlap 1-1/+1
2008-01-30firewire: fw-sbp2: Use sbp2 device-provided mgt orb timeout for loginsGravatar Jarod Wilson 1-5/+24
2008-01-30firewire: fw-sbp2: increase login orb reply timeout, fix "failed to login"Gravatar Jarod Wilson 1-3/+13
2008-01-30firewire: replace subtraction with bitwise andGravatar Jarod Wilson 1-1/+1
2008-01-30firewire: fw-core: react on bus resets while the config ROM is being fetchedGravatar Stefan Richter 1-8/+17