aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-12-02e1000: increment version to 7.3.15-k2Auke Kok1-1/+1
2006-12-02e1000: add dynamic itr modesJesse Brandeburg3-39/+228
2006-12-02e1000: add dynamic generic MSI interrupt routineJesse Brandeburg1-2/+88
2006-12-02e1000: reorder e1000_param.cAuke Kok1-58/+20
2006-12-02e1000: Only set IDE for tx when we are using TIDV/TADVJesse Brandeburg1-2/+5
2006-12-02e1000: rename ICH8 flash macrosJeff Kirsher3-102/+98
2006-12-02e1000: add queue restart counterJesse Brandeburg3-1/+6
2006-12-02e1000: New hardware supportAuke Kok4-0/+11
2006-12-02e1000: Remove unneeded and unwanted memsetsJesse Brandeburg1-3/+10
2006-12-02e1000: simplify skb_put call.Auke Kok1-4/+3
2006-12-02e1000: reorder pci-e infor structJeff Kirsher1-3/+5
2006-12-02e1000: fix VR powerdown codeJeff Kirsher2-4/+6
2006-12-02e1000: add mmiowb() for IA64 to sync tail writesJesse Brandeburg1-0/+3
2006-12-02e1000: Enble early receive (ERT) on 82573Auke Kok1-0/+6
2006-12-02e1000: FIX: enable hw TSO for IPV6Auke Kok3-5/+24
2006-12-02e1000: Remove DISABLE_MULR debug codeAuke Kok1-8/+0
2006-12-02e1000: whitespace changes, comments, typosAuke Kok5-68/+72
2006-12-02[PATCH] zd1211rw: Add ID for ZyXEL G-220Daniel Drake1-0/+1
2006-12-02Add NetXen 1G/10G ethernet driver.Amit S. Kale14-0/+7250
2006-12-02[PATCH] bcm43xx: add PCI-E codeStefano Brivio3-44/+156
2006-12-02[PATCH] prism54: use BUILD_BUG_ONAlexey Dobriyan1-8/+8
2006-12-02[PATCH] atmel: output signal strength informationHolden Karau1-0/+8
2006-12-02[PATCH] prism54: whitespace cleanupDmitry Torokhov14-102/+89
2006-12-02[PATCH] prism54: fix potential race in reset schedulingDmitry Torokhov1-10/+13
2006-12-02[PATCH] atmel: whitespace cleanupDmitry Torokhov3-45/+45
2006-12-02[PATCH] atmel: use ARRAY_SIZE()Dmitry Torokhov1-10/+10
2006-12-02[PATCH] atmel: save on array initializationDmitry Torokhov1-1/+1
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/...Linus 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/...Linus Torvalds39-5/+60
2006-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus 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
2006-12-01PCI: ibmphp_pci.c: fix NULL dereferenceAdrian Bunk1-2/+2
2006-12-01pciehp: remove unnecessary pci_disable_msiKenji Kaneshige1-2/+0
2006-12-01pciehp: remove unnecessary free_irqKenji Kaneshige1-6/+1
2006-12-01PCI: rpaphp: change device tree examinationJohn Rose2-2/+2
2006-12-01PCI: Change memory allocation for acpiphp slotsRolf Eike Beer2-32/+7
2006-12-01i2c-i801: SMBus patch for Intel ICH9Jason Gaston2-0/+3
2006-12-01PCI: pci_{enable,disable}_device() nestable portsInaky Perez-Gonzalez1-9/+6
2006-12-01PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez4-21/+57
2006-12-01PCI: Block on access to temporarily unavailable pci deviceMatthew Wilcox1-28/+47
2006-12-01pci: fix __pci_register_driver error handlingAkinobu Mita1-2/+5
2006-12-01pci: clear osc support flags if no _OSC methodKristen Carlson Accardi1-1/+9
2006-12-01acpiphp: fix missing acpiphp_glue_exit()Akinobu Mita1-1/+3
2006-12-01acpiphp: fix use of list_for_each macroAkinobu Mita1-6/+2
2006-12-01Altix: Initial ACPI support - ROM shadowing.John Keller1-3/+6
2006-12-01Altix: SN ACPI hotplug support.John Keller1-22/+13
2006-12-01PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWIMatthew Wilcox1-13/+18
2006-12-01PCI: Use pci_generic_prep_mwi on sparc64Matthew Wilcox1-1/+7
2006-12-01PCI: quirks: fix the festering mess that claims to handle IDE quirksAlan Cox2-56/+30
2006-12-01PCI: save/restore PCI-X stateStephen Hemminger1-0/+44
2006-12-01PCI: Make some MSI-X #defines genericMichael Ellerman1-8/+0
2006-12-01PCI: Let PCI_MULTITHREAD_PROBE not be brokenGreg Kroah-Hartman1-1/+1
2006-12-01usbcore: remove unused argument in autosuspendAlan Stern5-62/+71
2006-12-01USB: keep count of unsuspended childrenAlan Stern2-11/+37
2006-12-01USB hub: simplify remote-wakeup handlingAlan Stern1-23/+20
2006-12-01USB: struct usb_device: change flag to bitflagAlan Stern1-1/+1
2006-12-01OHCI: make autostop conditional on CONFIG_PMAlan Stern1-54/+79
2006-12-01USB: Add autosuspend support to the hub driverAlan Stern1-19/+26
2006-12-01EHCI: Fix root-hub and port suspend/resume problemsAlan Stern4-53/+61
2006-12-01USB: create a new thread for every USB device found during the probe sequenceGreg Kroah-Hartman2-22/+74
2006-12-01USB: add driver for the USB debug devicesGreg Kroah-Hartman3-0/+77
2006-12-01USB: added dynamic major number for USB endpointsSarah Bailey1-13/+85
2006-12-01USB: pegasus error path not resetting task's stateOliver Neukum1-0/+1
2006-12-01USB: endianness fix for asix.cOliver Neukum1-3/+3
2006-12-01USB: build the appledisplay driverAdrian Bunk1-0/+1
2006-12-01USB serial: replace kmalloc+memset with kzallocBurman Yan5-12/+6
2006-12-01USB: hid-core: canonical defines for Apple USB device IDsJulien BLACHE1-11/+26
2006-12-01USB: idmouse cleanupMariusz Kozlowski1-8/+8
2006-12-01USB: make drivers/usb/core/driver.c:usb_device_match() staticAdrian Bunk1-1/+1
2006-12-01USB: lh7a40x_udc remove double declarationDavid Brownell1-1/+0
2006-12-01USB: pxa2xx_udc recognizes ixp425 rev b0 chipDavid Brownell1-0/+2
2006-12-01usbtouchscreen: add support for DMC TSC-10/25 devicesHolger Schurig2-1/+101
2006-12-01USB: ftdi-elan.c: fixes and cleanupsAdrian Bunk3-14/+6
2006-12-01USB: make drivers/usb/host/u132-hcd.c:u132_hcd_wait staticAdrian Bunk1-1/+1
2006-12-01usb: cypress_m8 init error path fixMariusz Kozlowski1-5/+4
2006-12-01USB: add ehci_hcd.ignore_oc parameterDavid Brownell2-5/+23
2006-12-01USB: EHCI hooks for high speed electrical testsDavid Brownell1-0/+19
2006-12-01USB: net2280: don't send unwanted zero-length packetsAlan Stern2-3/+8
2006-12-01usb: microtek possible memleak fixMariusz Kozlowski1-3/+5
2006-12-01USB: add Digitech USB-Storage to unusual_devs.hJaco Kroon1-0/+10
2006-12-01USB core: fix compiler warning about usb_autosuspend_workAlan Stern1-8/+8
2006-12-01USB: fix aircable.c: inconsequent NULL checkingNaranjo Manuel Francisco1-1/+4
2006-12-01OHCI: change priority level of resume log messageAlan Stern1-1/+1
2006-12-01usb: visor kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: usb-serial free urb cleanupMariusz Kozlowski1-8/+4
2006-12-01usb: navman kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: mct_u232 free urb cleanupMariusz Kozlowski1-4/+2
2006-12-01usb: kobil_sct kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: keyspan free urb cleanupMariusz Kozlowski1-12/+6
2006-12-01usb: io_edgeport kill urb cleanupMariusz Kozlowski1-3/+1
2006-12-01usb: catc free urb cleanupMariusz Kozlowski1-8/+4
2006-12-01usb: ftdi_sio kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: phidgetmotorcontrol free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: phidgetkit free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: legousbtower free kill urb cleanupMariusz Kozlowski1-13/+5
2006-12-01usb: auerswald free kill urb cleanupMariusz Kozlowski1-5/+2
2006-12-01usb: usbkbd free urb cleanupMariusz Kozlowski1-4/+2
2006-12-01usb: hid-core free urb cleanupMariusz Kozlowski1-9/+4
2006-12-01usb: ati_remote2 free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: ati_remote free urb cleanupMariusz Kozlowski1-5/+2
2006-12-01usb: zd1201 free urb cleanupMariusz Kozlowski1-4/+2
2006-12-01usb: irda-usb free urb cleanupMariusz Kozlowski1-4/+2
2006-12-01usb: zc0301_core free urb cleanupMariusz Kozlowski1-1/+1
2006-12-01usb: quickcam_messenger free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: sn9c102_core free urb cleanupMariusz Kozlowski1-1/+1
2006-12-01usb: pwc-if free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: pvrusb2-io free urb cleanupMariusz Kozlowski1-1/+1
2006-12-01usb: pvrusb2-hdw free unlink urb cleanupMariusz Kozlowski1-6/+4
2006-12-01usb: ttusb_dec free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: cinergyT2 free kill urb cleanupMariusz Kozlowski1-4/+2
2006-12-01usb: usb-gigaset free kill urb cleanupMariusz Kozlowski1-10/+5
2006-12-01usb: iforce-usb free urb cleanupMariusz Kozlowski1-3/+3
2006-12-01usb: pcwd_usb free urb cleanupMariusz Kozlowski1-2/+1
2006-12-01USB: pwc-if loop fixMariusz Kozlowski1-2/+1
2006-12-01usb-serial: ti_usb, TI ez430 development tool IDOleg Verych2-0/+3
2006-12-01USB: airprime: New device IDdaniel@centurion.net.nz1-0/+1
2006-12-01USB: make drivers/usb/input/wacom_sys.c:wacom_sys_irq() staticAdrian Bunk2-2/+1
2006-12-01USB: resume_device symbol conflictStephen Hemminger1-10/+10
2006-12-01usb/gadget/ether.c minor manycast tweaksDavid Brownell1-2/+2
2006-12-01USB: Move private hub declarations out of public header fileAlan Stern2-41/+42
2006-12-01USB: net1080: Fix && typosJean Delvare1-2/+2
2006-12-01USB: expand autosuspend/autoresume APIAlan Stern1-0/+22
2006-12-01USB: autosuspend code consolidationAlan Stern1-45/+67
2006-12-01USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino1-144/+0
2006-12-01USB: yealink: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+2
2006-12-01USB: storage: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-5/+3
2006-12-01USB: usbtest: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-12-01USB: usbnet: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-12-01USB: usbmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-01USB: usbkbd: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-01USB: speedtch: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-12-01USB: phidgetmotorcontrol: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-01USB: phidgetkit: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-01USB: onetouch: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+1
2006-12-01USB: legousbtower: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-8/+5
2006-12-01USB: kobil_sct: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+2
2006-12-01USB: idmouse: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-5/+1
2006-12-01USB: hid-core: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-01USB: ftdi-elan: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-8/+2
2006-12-01USB: devices: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+5
2006-12-01USB: cdc-acm: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-1/+1
2006-12-01USB: cdc_ether: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+1
2006-12-01USB: appledisplay: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+1
2006-12-01USB: aircable: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-01USB: OHCI: remove stale testing code from root-hub resumeAlan Stern1-12/+1
2006-12-01USB: kmemdup() cleanup in drivers/usb/Eric Sesterhenn5-15/+7
2006-12-01USB: OHCI: disable RHSC inside interrupt handlerAlan Stern2-16/+18
2006-12-01USB: ohci-hcd: fix compiler warningAlan Stern1-2/+4
2006-12-01USB core: don't match interface descriptors for vendor-specific devicesAlan Stern1-1/+21
2006-12-01USB HID: Handle STALL on interrupt endpointAlan Stern2-13/+27
2006-12-01usb hub: fix root hub code so it takes more than 15 devices per root hubinaky@linux.intel.com2-2/+9
2006-12-01usb/hub: allow hubs up to 31 childreninaky@linux.intel.com1-1/+1
2006-12-01[PATCH] block: support larger block pc requestsMike Christie1-4/+2
2006-11-30Merge ../linux-2.6-watchdog-mmWim Van Sebroeck6-4/+1423