summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [BNX2]: Workaround hw interrupt bugMichael Chan2006-01-231-2/+17
| * | | [BNX2]: Fix UDP checksum verificationMichael Chan2006-01-233-418/+439
| * | | [BNX2]: Misc. fixesMichael Chan2006-01-232-6/+15
| * | | [BNX2]: Improve handshake with firmwareMichael Chan2006-01-232-23/+25
| * | | [BNX2]: Fix VLAN on ASFMichael Chan2006-01-232-3/+8
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-311-30/+25
|\ \ \
| * | | [SUNGEM]: Unbreak Sun GEM chips.David S. Miller2006-01-311-30/+25
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-01-3115-388/+239
|\ \ \ \
| * | | | [PATCH] PCI: cyblafb: remove pci_module_init() return, really.Arthur Othieno2006-01-311-1/+0
| * | | | [PATCH] powerpc/PCI hotplug: shuffle error checking to better location.linas@austin.ibm.com2006-01-311-22/+22
| * | | | [PATCH] powerpc/PCI hotplug: minor cleanup forward declslinas@austin.ibm.com2006-01-311-19/+11
| * | | | [PATCH] powerpc/PCI hotplug: cleanup: add prefixlinas@austin.ibm.com2006-01-315-24/+20
| * | | | [PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()linas@austin.ibm.com2006-01-313-39/+30
| * | | | [PATCH] powerpc/PCI hotplug: de-convolute rpaphp_unconfig_pci_adaplinas@austin.ibm.com2006-01-314-29/+23
| * | | | [PATCH] powerpc/PCI hotplug: remove remove_bus_device()linas@austin.ibm.com2006-01-311-19/+1
| * | | | [PATCH] powerpc/PCI hotplug: merge config_pci_adapterlinas@austin.ibm.com2006-01-312-32/+4
| * | | | [PATCH] powerpc/PCI hotplug: remove rpaphp_fixup_new_pci_devices()linas@austin.ibm.com2006-01-313-143/+2
| * | | | [PATCH] powerpc/PCI hotplug: remove rpaphp_find_bus()linas@austin.ibm.com2006-01-313-38/+5
| * | | | [PATCH] PCI Hotplug: shpchp: AMD POGO errata fixKeck, David2006-01-312-1/+105
| * | | | [PATCH] PCI Hotplug: PCI panic on dlpar add (add pci slot to running partition)linas2006-01-311-1/+1
| * | | | [PATCH] PCI Hotplug/powerpc: module build breaklinas2006-01-311-0/+1
| * | | | [PATCH] PCI Hotplug: fix up Kconfig help textPavel Machek2006-01-311-2/+1
| * | | | [PATCH] PCI Hotplug: fix up coding style issuesPavel Machek2006-01-312-14/+11
| * | | | [PATCH] PCI: make it easier to see that set_msi_affinity() is usedGrant Grundler2006-01-312-9/+5
| * | | | [PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability()Adrian Bunk2006-01-311-0/+2
| |/ / /
* | | | [PATCH] USB: gadget zero and dma-coherent buffersDavid Brownell2006-01-311-3/+5
* | | | [PATCH] USB: yealink printk warning fixAndrew Morton2006-01-311-1/+1
* | | | [PATCH] USB: libusual: fix warning on 64bit boxesAlan Cox2006-01-311-1/+1
* | | | [PATCH] USB: arm26: fix compilation of drivers/usb/core/message.cAlexey Dobriyan2006-01-311-0/+1
* | | | [PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the driversSergei Shtylylov2006-01-311-1/+1
* | | | [PATCH] USB: remove extra newline in hid_init_reportsOlaf Hering2006-01-311-1/+1
* | | | [PATCH] USB: drivers/usb/media/ov511.c: remove hooks for the decomp moduleAdrian Bunk2006-01-311-194/+2
* | | | [PATCH] USB: drivers/usb/media/w9968cf.c: remove hooks for the vpp moduleAdrian Bunk2006-01-313-131/+1
* | | | [PATCH] USB EHCI: fix gfp_t sparse warningRandy Dunlap2006-01-311-2/+1
* | | | [PATCH] USB: Remove LINUX_VERSION_CODE check in pwc/pwc-ctrl.cEric Sesterhenn / snakebyte2006-01-311-175/+89
* | | | [PATCH] USB: gadgetfs: set "zero" flag for short control-IN responseAlan Stern2006-01-311-1/+7
* | | | [PATCH] USB: isp116x-hcd: replace mdelay() by msleep()Olav Kongas2006-01-311-10/+11
* | | | [PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman2006-01-311-0/+1
* | | | [PATCH] USB: net2280 warning fixDavid Brownell2006-01-311-0/+1
* | | | [PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman2006-01-313-5/+2
* | | | [PATCH] USB: UHCI: No FSBR until device is configuredAlan Stern2006-01-311-2/+2
* | | | [PATCH] USB: EHCI, another full speed iso fixClemens Ladisch2006-01-311-0/+1
* | | | [PATCH] USB HID: add blacklist entry for HP keyboardVojtech Pavlik2006-01-311-3/+4
* | | | [PATCH] USB: add new auerswald device idsAndrew Morton2006-01-311-0/+2
* | | | [PATCH] UEAGLE : cmv name bug (was cosmetic)matthieu castet2006-01-311-1/+1
* | | | [PATCH] UEAGLE : cosmeticmatthieu castet2006-01-311-21/+11
* | | | [PATCH] UEAGLE : add iso supportmatthieu castet2006-01-311-1/+25
* | | | [PATCH] USBATM: semaphore to mutex conversionArjan van de Ven2006-01-314-32/+35
* | | | [PATCH] USBATM: -EILSEQ workaroundDuncan Sands2006-01-312-1/+5
* | | | [PATCH] USBATM: bump version numbersDuncan Sands2006-01-312-2/+2
OpenPOWER on IntegriCloud