summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | [PATCH] fix possible NULL ptr deref in forcedethJesper Juhl2006-09-251-1/+7
| | * | | [PATCH] Signedness issue in drivers/net/phy/phy_device.cEric Sesterhenn2006-09-251-1/+1
| | * | | [PATCH] drivers/net/typhoon.c Removal of old codeMichal Piotrowski2006-09-251-4/+0
| | * | | [PATCH] drivers/net/tokenring/lanstreamer.h Removal of old codeMichal Piotrowski2006-09-251-12/+0
| | * | | [PATCH] drivers/net/tokenring/lanstreamer.c Removal of old codeMichal Piotrowski2006-09-251-59/+0
| | * | | [PATCH] drivers/net/acenic.c Removal of old codeMichal Piotrowski2006-09-251-4/+0
| | * | | [PATCH] Update smc91x driver with ARM Versatile board infoDeepak Saxena2006-09-251-0/+18
| * | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-2743-188/+138
| |\ \ \ \
| * \ \ \ \ Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-09-27172-4083/+20286
| |\ \ \ \ \
| | * | | | | [PATCH] USB Storage: fix Rio Karma eject support build errorAndrew Morton2006-09-271-0/+2
| | * | | | | USB: Airprime driver improvements to allow full speed EvDO transfersAndy Gay2006-09-271-5/+256
| | * | | | | USB: remove OTG build warningDavid Brownell2006-09-271-2/+1
| | * | | | | USB: EHCI update VIA workaroundDavid Brownell2006-09-276-39/+70
| | * | | | | USB: force root hub resume after power lossAlan Stern2006-09-271-0/+6
| | * | | | | USB: ohci_usb can oops on shutdownPete Zaitcev2006-09-271-1/+3
| | * | | | | USB: Dealias -110 code (more complete)Pete Zaitcev2006-09-2724-60/+48
| | * | | | | USB: Remove unneeded void * casts in core filesTobias Klauser2006-09-275-12/+12
| | * | | | | USB: u132-hcd: host controller driver for ELAN U132 adapterTony Olech2006-09-274-0/+3325
| | * | | | | USB: ftdi-elan: client driver for ELAN Uxxx adaptersTony Olech2006-09-275-5/+2936
| | * | | | | usb serial: support Alcor Micro Corp. USB 2.0 TO RS-232 through pl2303 driverJohannes Steingraeber2006-09-274-1/+13
| | * | | | | USB: Moschip 7840 USB-Serial DriverPaul B Schroeder2006-09-273-0/+2978
| | * | | | | USB: add PlayStation 2 Trance Vibrator driverSam Hocevar2006-09-274-1/+172
| | * | | | | USB: Add ADU support for Ontrak ADU devicesSteven Haigh2006-09-276-0/+919
| | * | | | | aircable: fix printk format warningsRandy Dunlap2006-09-271-2/+2
| | * | | | | Add AIRcable USB Bluetooth Dongle DriverManuel Francisco Naranjo2006-09-274-0/+641
| | * | | | | cypress_m8: implement graceful failure handlingMike Isely2006-09-271-15/+75
| | * | | | | cypress_m8: improve control endpoint error handlingMike Isely2006-09-271-6/+2
| | * | | | | cypress_m8: use usb_fill_int_urb where appropriateMike Isely2006-09-271-3/+4
| | * | | | | cypress_m8: use appropriate URB polling intervalMike Isely2006-09-271-6/+20
| | * | | | | USB: fix __must_check warnings in drivers/usb/serial/Greg Kroah-Hartman2006-09-272-12/+23
| | * | | | | USB: fix __must_check warnings in drivers/usb/host/Greg Kroah-Hartman2006-09-272-6/+8
| | * | | | | USB: fix __must_check warnings in drivers/usb/input/Greg Kroah-Hartman2006-09-271-1/+1
| | * | | | | USB: fix __must_check warnings in drivers/usb/class/Greg Kroah-Hartman2006-09-271-1/+3
| | * | | | | USB: fix __must_check warnings in drivers/usb/atm/Greg Kroah-Hartman2006-09-271-40/+34
| | * | | | | USB: fix __must_check warnings in drivers/usb/misc/Greg Kroah-Hartman2006-09-273-17/+57
| | * | | | | USB: fix __must_check warnings in drivers/usb/core/Greg Kroah-Hartman2006-09-276-29/+80
| | * | | | | USB: fix root-hub resume when CONFIG_USB_SUSPEND is not setAlan Stern2006-09-271-1/+6
| | * | | | | usbcore: remove usb_suspend_root_hubAlan Stern2006-09-275-71/+1
| | * | | | | usbcore: non-hub-specific uses of autosuspendAlan Stern2006-09-274-11/+28
| | * | | | | usbcore: add autosuspend/autoresume infrastructureAlan Stern2006-09-275-45/+493
| | * | | | | usbcore: store each usb_device's level in the treeAlan Stern2006-09-272-0/+2
| | * | | | | USB: UB: Let cdrecord to see a device with media absentPete Zaitcev2006-09-271-13/+25
| | * | | | | USB: usb/input/usbmouse.c: whitespace cleanupReiner Herrmann2006-09-271-1/+1
| | * | | | | USB: ohci-at91, two one-linersDavid Brownell2006-09-271-1/+2
| | * | | | | USB: net2280: update dma buffer allocationDavid Brownell2006-09-271-68/+88
| | * | | | | USB: usb serial gadget smp related bugEugeny S. Mints2006-09-271-0/+3
| | * | | | | USB: replace kernel_thread() with kthread_run() in libusual.cMatthew Dharm2006-09-271-5/+5
| | * | | | | gadgetfs patch for ep0outSkip Hansen2006-09-271-1/+1
| | * | | | | USB: EHCI whitespace fixes (cosmetic)David Brownell2006-09-277-64/+64
| | * | | | | USB: ethernet gadget avoids zlps for musb_hdrcDavid Brownell2006-09-271-0/+3
OpenPOWER on IntegriCloud