summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | USB: option: Add Dell HSDPA 5520 to driverGreg Kroah-Hartman2007-09-111-0/+1
| * | | USB: option: Add a new device ID for the HUAWEI E220 HSDPA modem.Jaime Velasco Juan2007-09-111-0/+2
| * | | USB: fix linked list insertion bugfix for usb coreNathael Pajani2007-09-111-1/+1
| * | | USB: quirky flash driveOliver Neukum2007-09-111-0/+2
| * | | USB: prevent Genesys USB-IDE from autosuspendingAlan Stern2007-09-111-0/+4
| * | | USB: prevent Thomson card reader from autosuspendingAlan Stern2007-09-111-0/+4
| * | | USB: Add iPhone device id to the quirk list.Matt Colyer2007-09-111-0/+3
| * | | USB: ftdi_sio: add of a new product/manufacturer, TMLPierre Castella2007-09-112-0/+9
| * | | usb/misc/sisusbvga: add product ID of TARGUS/MCT devicesamson yeung2007-09-111-0/+1
| * | | USB: oti6858: Remove broken ioctl code in -mm tree and also the broken fixesAlan Cox2007-09-111-15/+0Star
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-09-111-3/+3
|\ \ \
| * | | bug in AT91 MCI suspend routinesAnti Sullin2007-09-111-3/+3
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-09-1119-57/+81
|\ \ \ \
| * | | | [INET_DIAG]: Fix oops in netlink_rcv_skbPatrick McHardy2007-09-111-0/+4
| * | | | [IPv6]: Fix NULL pointer dereference in ip6_flush_pending_framesYOSHIFUJI Hideaki2007-09-111-2/+3
| * | | | [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-118-28/+19Star
| * | | | [NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messagesPatrick McHardy2007-09-111-7/+3Star
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller2007-09-113-12/+28
| |\ \ \ \
| | * | | | [Bluetooth] Fix parameter list for event filter commandMarcel Holtmann2007-09-091-5/+3Star
| | * | | | [Bluetooth] Update security filter for Bluetooth 2.1Marcel Holtmann2007-09-091-5/+5
| | * | | | [Bluetooth] Add compat handling for timestamp structureMarcel Holtmann2007-09-091-1/+16
| | * | | | [Bluetooth] Add missing stat.byte_rx counter modificationMarcel Holtmann2007-09-091-1/+4
| * | | | | [NET] DOC: Update networking/multiqueue.txt with correct information.Peter P Waskiewicz Jr2007-09-111-3/+7
| * | | | | [IPV6]: Freeing alive inet6 addressDenis V. Lunev2007-09-111-1/+1
| * | | | | [DECNET]: Fix interface address listing regression.Patrick McHardy2007-09-111-1/+1
| * | | | | [IPV4] devinet: show all addresses assigned to interfaceStephen Hemminger2007-09-111-1/+1
| * | | | | [NET]: Do not dereference iov if length is zeroHerbert Xu2007-09-111-0/+3
| * | | | | [TG3]: Workaround MSI bug on 5714/5780.Michael Chan2007-09-111-2/+11
| | |_|/ / | |/| | |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2007-09-1112-83/+113
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [SCSI] libiscsi: sync up iscsi and scsi eh's access to the connectionMike Christie2007-08-152-11/+50
| * | | | [SCSI] libiscsi: fix null ptr regression when aborting a command with data to...Mike Christie2007-08-151-2/+9
| * | | | [SCSI] qla2xxx: Update version number to 8.02.00-k3.Andrew Vasquez2007-08-151-1/+1
| * | | | [SCSI] qla2xxx: Correct mailbox register dump for FWI2 capable ISPs.Andrew Vasquez2007-08-151-12/+9Star
| * | | | [SCSI] qla2xxx: Correct 8GB iIDMA support.Andrew Vasquez2007-08-153-44/+30Star
| * | | | [SCSI] qla2xxx: Correct management-server login-state synchronization issue.Andrew Vasquez2007-08-151-0/+1
| * | | | [SCSI] qla2xxx: Don't modify parity bits during ISP25XX restart.Andrew Vasquez2007-08-151-2/+4
| * | | | [SCSI] qla2xxx: Allocate enough space for the full PCI descriptor.Andrew Vasquez2007-08-151-1/+1
| * | | | [SCSI] zfcp: fix the data buffer accessor patchHeiko Carstens2007-08-151-7/+3Star
| * | | | [SCSI] zfcp: allocate gid_pn_data objects from gid_pn_cacheHeiko Carstens2007-08-151-2/+2
| * | | | [SCSI] zfcp: fix memory leakHeiko Carstens2007-08-151-1/+3
* | | | | Linux 2.6.23-rc6Linus Torvalds2007-09-111-1/+1
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-09-115-3/+18
|\ \ \ \ \
| * | | | | libata clear horkage on ata_dev_init()Tejun Heo2007-09-111-0/+1
| * | | | | [libata, IDE] add new VIA bridge to VIA PATA driversJoseph Chan2007-09-113-0/+3
| * | | | | pata_it821x: fix lost interrupt with atapi devicesJeff Norden2007-09-111-0/+4
| * | | | | Fix broken pata_via cable detectionLaurent Riffard2007-09-111-3/+10
* | | | | | UML: Fix ELF_CORE_COPY_REGS build botchJeff Dike2007-09-111-21/+21
* | | | | | i386: fix a hang on stuck nmi watchdogDaniel Walker2007-09-111-1/+1
* | | | | | x86_64: Remove CLFLUSH in text_poke()Andi Kleen2007-09-111-4/+2Star
* | | | | | i386: Fix perfctr watchdog on core duoStephane Eranian2007-09-111-6/+22