summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Staging: sep: remove driverGreg Kroah-Hartman2010-08-2310-3757/+0
| | * | | | | | Staging: batman-adv: Don't write in not allocated packet_buffSven Eckelmann2010-08-231-0/+4
| | * | | | | | Staging: batman-adv: Don't use net_dev after dev_putSven Eckelmann2010-08-231-5/+6
| | * | | | | | Staging: batman-adv: Create batman_if only on register eventSven Eckelmann2010-08-231-4/+2
| | * | | | | | Staging: batman-adv: fix own mac address detectionMarek Lindner2010-08-231-2/+5
| | * | | | | | Staging: batman-adv: always reply batman icmp packets with primary macMarek Lindner2010-08-231-2/+14
| | * | | | | | Staging: batman-adv: fix batman icmp originating from secondary interfaceMarek Lindner2010-08-232-4/+9
| | * | | | | | Staging: batman-adv: unify orig_hash_lock spinlock handling to avoid deadlocksMarek Lindner2010-08-231-6/+8
| | * | | | | | Staging: batman-adv: Fix merge of linus treeSven Eckelmann2010-08-232-8/+4
| | * | | | | | Staging: spectra: removes unused functionsJavier Martinez Canillas2010-08-231-416/+0
| | * | | | | | Staging: spectra: initializa lblk variableJavier Martinez Canillas2010-08-231-1/+1
| | * | | | | | Staging: spectra: removes unused variableJavier Martinez Canillas2010-08-231-1/+1
| | * | | | | | Staging: spectra: remove duplicate GLOB_VERSION definitionJavier Martinez Canillas2010-08-231-1/+0
| | * | | | | | Staging: spectra: don't use locked_ioctl, fix buildJavier Martinez Canillas2010-08-231-1/+14
| | * | | | | | Staging: use new REQ_FLUSH flag, fix build breakageJavier Martinez Canillas2010-08-231-2/+1
| | * | | | | | Staging: spectra: removes q->prepare_flush_fn, fix build breakageJavier Martinez Canillas2010-08-231-9/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-08-245-22/+20
| |\ \ \ \ \ \ \
| | * | | | | | | 68328serial: check return value of copy_*_user() instead of access_ok()Kulikov Vasiliy2010-08-231-18/+11
| | * | | | | | | synclink: add mutex_unlock() on error pathDan Carpenter2010-08-231-1/+3
| | * | | | | | | rocket: add a mutex_unlock()Dan Carpenter2010-08-231-0/+1
| | * | | | | | | ip2: return -EFAULT on copy_to_user errorsDan Carpenter2010-08-231-0/+2
| | * | | | | | | ip2: remove unneeded NULL checkDan Carpenter2010-08-231-1/+1
| | * | | | | | | serial: print early console device address in hexLuck, Tony2010-08-231-2/+2
| | |/ / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-245-37/+61
| |\ \ \ \ \ \ \
| | * | | | | | | kobject_uevent: fix typo in commentsXiaotian Feng2010-08-231-2/+2
| | * | | | | | | firmware_class: fix typo in error pathJohannes Berg2010-08-231-1/+1
| | * | | | | | | kobject: Break the kobject namespace defs into their own headerDavid Howells2010-08-233-34/+58
| | |/ / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-08-2425-126/+228
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | ARM: imx: fix build failure concerning otg/ulpiUwe Kleine-König2010-08-234-6/+6
| | * | | | | | USB: ftdi_sio: add product ID for Lenz LI-USBGalen Seitz2010-08-232-0/+4
| | * | | | | | USB: adutux: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-231-1/+1
| | * | | | | | USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-231-2/+2
| | * | | | | | USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu2010-08-231-0/+4
| | * | | | | | USB: xhci: Remove buggy assignment in next_trb()John Youn2010-08-231-1/+1
| | * | | | | | USB: ftdi_sio: Add ID for Ionics PlugComputerMartin Michlmayr2010-08-232-0/+8
| | * | | | | | USB: serial: io_ti.c: don't return 0 if writing the download record failedRoel Kluin2010-08-231-1/+1
| | * | | | | | USB: otg: twl4030: fix wrong assumption of starting stateFelipe Balbi2010-08-231-1/+5
| | * | | | | | USB: gadget: Return -ENOMEM on memory allocation failureJulia Lawall2010-08-231-0/+1
| | * | | | | | USB: gadget: fix composite kernel-doc warningsRandy Dunlap2010-08-232-2/+3
| | * | | | | | USB: ssu100: set tty_flags in ssu100_process_packetBill Pemberton2010-08-231-9/+29
| | * | | | | | USB: ssu100: add disconnect function for ssu100Bill Pemberton2010-08-231-1/+1
| | * | | | | | USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton2010-08-231-0/+1
| | * | | | | | USB: ssu100: rework logic for TIOCMIWAITBill Pemberton2010-08-231-35/+111
| | * | | | | | USB: ssu100: add register parameter to ssu100_setregisterBill Pemberton2010-08-231-3/+4
| | * | | | | | USB: ssu100: remove duplicate #defines in ssu100Bill Pemberton2010-08-231-55/+31
| | * | | | | | USB: ssu100: refine process_packet in ssu100Bill Pemberton2010-08-231-6/+2
| | * | | | | | USB: ssu100: add locking for port private data in ssu100Bill Pemberton2010-08-231-1/+8
| | * | | | | | USB: r8a66597-udc: return -ENOMEM if kzalloc() failsAxel Lin2010-08-231-0/+1
| | * | | | | | USB: io_ti: check firmware version before updatingGreg Kroah-Hartman2010-08-231-1/+1
| | * | | | | | USB: ftdi_sio: fix endianess of max packet sizeMichael Wileczka2010-08-231-1/+1