aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rxDaniel Drake2-19/+1
2006-12-02[PATCH] zd1211rw: Add 3 more device IDsDaniel Drake1-0/+3
2006-12-02[PATCH] bcm43xx: output proper link quality with scansLarry Finger3-3/+5
2006-12-02[PATCH] 8390 fixes - the final chunk (h8300)Al Viro3-13/+16
2006-12-02[PATCH] 8390 cleanup - etherh iomem annotationsAl Viro1-10/+10
2006-12-02[PATCH] 8390 fixes - m68k oddballsAl Viro5-43/+52
2006-12-02[PATCH] beginning of 8390 fixes - generic and arm/etherhAl Viro5-1099/+1135
2006-12-02[PATCH] sk98lin: MII ioctl supportStephen Hemminger1-0/+54
2006-12-02[PATCH] sk98lin: ethtool register dumpStephen Hemminger1-0/+26
2006-12-02[PATCH] pci_module_init() convertion in olympic.cHenrik Kretzschmar1-1/+1
2006-12-02[PATCH] Remove unnecessary check in drivers/net/depca.cEric Sesterhenn1-15/+13
2006-12-02[PATCH] forcedeth: power management supportFrancois Romieu1-1/+46
2006-12-02[PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki1-6/+26
2006-12-02[PATCH] 2.6.18: sb1250-mac: Broadcom PHY supportMaciej W. Rozycki3-0/+182
2006-12-01Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds10-73/+74
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds6-4/+1423
2006-12-01Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds39-5/+60
2006-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds30-186/+281
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds94-826/+1094
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds23-216/+263
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds29-442/+798
2006-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds37-71/+69
2006-12-01Driver core: platform_driver_probe(), can save codespaceDavid Brownell1-0/+48
2006-12-01driver core: Use klist_remove() in device_move()Cornelia Huck1-2/+2
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+92
2006-12-01Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk1-2/+2
2006-12-01driver core: Introduce device_find_child().Cornelia Huck1-0/+33
2006-12-01cpu topology: consider sysfs_create_group return valueHeiko Carstens1-23/+32
2006-12-01Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt1-1/+1
2006-12-01ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt1-9/+11
2006-12-01Driver core: change mem class_devices to be real devicesGreg Kroah-Hartman1-4/+4
2006-12-01Driver core: convert fb code to use struct deviceGreg Kroah-Hartman2-80/+99
2006-12-01Driver core: convert firmware code to use struct deviceGreg Kroah-Hartman1-62/+57
2006-12-01Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman3-15/+15
2006-12-01Driver core: convert ppdev code to use struct deviceGreg Kroah-Hartman1-3/+3
2006-12-01Driver core: convert PPP code to use struct deviceGreg Kroah-Hartman1-2/+2
2006-12-01I2C: convert i2c-dev to use struct device instead of struct class_deviceGreg Kroah-Hartman1-13/+13
2006-12-01Driver core: convert raw device code to use struct deviceGreg Kroah-Hartman1-6/+6
2006-12-01Driver core: convert tty core to use struct deviceGreg Kroah-Hartman5-25/+27
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman4-30/+25
2006-12-01Driver core: convert vc code to use struct deviceGreg Kroah-Hartman1-8/+8
2006-12-01Driver core: convert vt code to use struct deviceGreg Kroah-Hartman1-42/+39
2006-12-01CONFIG_SYSFS_DEPRECATED - class symlinksKay Sievers1-51/+98
2006-12-01CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers1-0/+4
2006-12-01CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers1-4/+14
2006-12-01CONFIG_SYSFS_DEPRECATED - bus symlinksKay Sievers1-3/+17
2006-12-01Driver core: make old versions of udev work properlyGreg Kroah-Hartman1-14/+45
2006-12-01Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman2-17/+17
2006-12-01Driver core: fix "driver" symlink timingKay Sievers1-30/+52
2006-12-01Driver core: add notification of bus eventsBenjamin Herrenschmidt3-0/+36