summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.Daniele Lacamera2008-10-071-1/+5
* net: Fix netdev_run_todo dead-lockHerbert Xu2008-10-072-22/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-10-072-5/+5
|\
| * [Bluetooth] Add reset quirk for A-Link BlueUSB21 dongleMarcel Holtmann2008-10-061-0/+1
| * [Bluetooth] Add reset quirk for new Targus and Belkin donglesMarcel Holtmann2008-10-061-0/+4
| * [Bluetooth] Fix double frees on error paths of btusb and bpa10x driversMarcel Holtmann2008-10-062-5/+0
* | tcp: Fix possible double-ack w/ user dmaAli Saidi2008-10-071-1/+2
* | net: only invoke dev->change_rx_flags when device is UPPatrick McHardy2008-10-071-6/+10
* | netrom: Fix sock_orphan() use in nr_releaseJarek Poplawski2008-10-061-1/+1
* | ax25: Quick fix for making sure unaccepted sockets get destroyed.David S. Miller2008-10-061-0/+3
* | Revert "ax25: Fix std timer socket destroy handling."David S. Miller2008-10-061-3/+5
* | af_key: Free dumping state on socket closeTimo Teras2008-10-011-11/+19
* | XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard2008-10-011-0/+2
* | ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev2008-10-011-1/+1
* | tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev2008-10-011-1/+1
* | sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-303-24/+64
* | iucv: Fix mismerge again.Heiko Carstens2008-09-301-1/+2
* | ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-301-4/+8
|/
* Linux 2.6.27-rc8v2.6.27-rc8Linus Torvalds2008-09-291-1/+1
* mm owner: fix race between swapoff and exitBalbir Singh2008-09-294-5/+31
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-291-1/+2
|\
| * x86: disable apm on the olpcJeremy Katz2008-09-241-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-09-294-7/+22
|\ \
| * | cdrom: update ioctl documentationMárton Németh2008-09-271-2/+2
| * | ide: note that IDE generic may prevent other drivers from attachingTejun Heo2008-09-271-0/+14
| * | ide-tape: fix vendor stringsBorislav Petkov2008-09-271-5/+5
| * | Swarm: Fix crash due to missing initializationRalf Baechle2008-09-271-0/+1
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-09-295-11/+95
|\ \ \
| * | | [SSB] Initialise dma_mask for SSB_BUSTYPE_SSB devicesAurelien Jarno2008-09-271-0/+1
| * | | [MIPS] BCM47xx: Fix build error due to missing PCI functionsAurelien Jarno2008-09-272-0/+61
| * | | [MIPS] IP27: Switch to dynamic interrupt routing avoding panic on error.Ralf Baechle2008-09-271-9/+31
| * | | [MIPS] au1000: Make sure GPIO value is zero or oneBruno Randolf2008-09-271-2/+2
| |/ /
* | | Merge branch 'linux-m32r' of git://www.linux-m32r.org/git/takata/linux-2.6_devLinus Torvalds2008-09-2910-54/+16
|\ \ \
| * | | m32r/kernel/: cleanupsAdrian Bunk2008-09-277-45/+11
| * | | m32r: export __ndelayAdrian Bunk2008-09-271-0/+2
| * | | m32r: export empty_zero_pageAdrian Bunk2008-09-271-0/+2
| * | | m32r: don't offer CONFIG_ISAAdrian Bunk2008-09-271-5/+1
| * | | m32r: remove the unused NOHIGHMEM optionAdrian Bunk2008-09-271-4/+0
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-09-297-38/+63
|\ \ \
| * | | kgdboc,tty: Fix tty polling search to use name correctlyJason Wessel2008-09-261-2/+12
| * | | kgdb, x86_64: fix PS CS SS registers in gdb serialJason Wessel2008-09-262-15/+30
| * | | kgdb, x86_64: gdb serial has BX and DX reversedJason Wessel2008-09-261-2/+2
| * | | kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-265-18/+18
| * | | kgdb: could not write to the last of valid memory with kgdbAtsuo Igarashi2008-09-261-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-09-291-62/+16
|\ \ \
| * | | ALSA: ASoC: Fix another cs4270 error pathJean Delvare2008-09-291-6/+1
| * | | ALSA: make the CS4270 driver a new-style I2C driverTimur Tabi2008-09-291-56/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-09-293-2/+4
|\ \ \ \
| * | | | [SCSI] qlogicpti: fix sg list traversal error in continuation entriesBoaz Harrosh2008-09-281-0/+1
| * | | | [SCSI] Fix hang with split requestsJames Bottomley2008-09-231-1/+2
OpenPOWER on IntegriCloud