summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
| * [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
* | Linux 2.6.23-rc6v2.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/+2
* | | i386: Fix perfctr watchdog on core duoStephane Eranian2007-09-111-6/+22
* | | knfsd: Validate filehandle type in fsid_sourceNeil Brown2007-09-111-5/+15
* | | knfsd: Fixed problem with NFS exporting directories which are mounted on.Neil Brown2007-09-111-1/+2
* | | Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-114-3/+1
|/ /
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-09-1012-60/+27
|\ \
| * | [MIPS] Ocelot: remove remaining bitsYoichi Yuasa2007-09-102-44/+0
| * | [MIPS] TLB: Fix instruction bitmasksThiemo Seufer2007-09-101-2/+2
| * | [MIPS] R10000: Fix wrong test in dma-default.cMaxime Bizon2007-09-101-1/+1
| * | [MIPS] Provide empty irq_enable_hazard definition for legacy and R1 cores.Ralf Baechle2007-09-101-0/+1
| * | [MIPS] Sibyte: Remove broken dependency on EXPERIMENTAL from SIBYTE_SB1xxx_SOC.Ralf Baechle2007-09-101-1/+0
| * | [MIPS] Kconfig: whitespace cleanup.Ralf Baechle2007-09-101-4/+4
| * | [MIPS] PCI: Set need_domain_info if controller domain index is non-zero.Ralf Baechle2007-09-101-0/+1
| * | [MIPS] BCM1480: Fix computation of interrupt mask address register.Ralf Baechle2007-09-101-4/+4
| * | [MIPS] i8259: Add disable method.Kyungmin Park2007-09-101-0/+1
| * | [MIPS] tty: add the new ioctls and definitions.Alan Cox2007-09-103-4/+13
* | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2007-09-103-22/+34
|\ \ \
| * | | i2c-algo-bit: Read block data bugfixDavid Brownell2007-09-091-20/+32
| * | | i2c-pxa: Fix adapter numberJean Delvare2007-09-091-1/+1
| * | | i2c-gpio: Fix adapter numberDavid Brownell2007-09-091-1/+1
| |/ /
* | | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-09-102-2/+2
|\ \ \
| * | | hwmon: End of I/O region off-by-oneJean Delvare2007-09-092-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2007-09-101-4/+7
|\ \ \
| * | | [CRYPTO] blkcipher: Fix inverted test in blkcipher_get_spotHerbert Xu2007-09-101-1/+1
| * | | [CRYPTO] blkcipher: Fix handling of kmalloc page straddlingHerbert Xu2007-09-091-4/+7
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2007-09-101-4/+2
|\ \ \
| * | | firewire: fw-ohci: ignore failure of pci_set_power_state (fix suspend regress...Stefan Richter2007-09-071-4/+2
| |/ /
* | | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2007-09-1055-3217/+2446
|\ \ \
| * | | m32r: Rename STI/CLI macrosHirokazu Takata2007-09-062-16/+16
| * | | m32r: build fix of entry.SHirokazu Takata2007-09-061-2/+2
| * | | m32r: Separate syscall table from entry.SHirokazu Takata2007-09-032-287/+290