summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-2439-88/+149
|\
| * bnx2: Fix the behavior of ethtool when ONBOOT=noOoiwa Naohiro2009-06-241-1/+9
| * qla3xxx: Don't sleep while holding lock.Ron Mercer2009-06-231-0/+3
| * qla3xxx: Give the PHY time to come out of reset.Ron Mercer2009-06-231-1/+2
| * ipv4 routing: Ensure that route cache entries are usable and reclaimable with...Neil Horman2009-06-231-3/+23
| * net: Move rx skb_orphan call to where neededHerbert Xu2009-06-236-7/+5
| * ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-2320-38/+38
| * net: let KS8842 driver depend on HAS_IOMEMHeiko Carstens2009-06-231-0/+1
| * can: let SJA1000 driver depend on HAS_IOMEMHeiko Carstens2009-06-231-1/+1
| * netxen: fix firmware init handshakeDhananjay Phadke2009-06-232-18/+22
| * netxen: fix build with without CONFIG_PMDhananjay Phadke2009-06-231-0/+4
| * netfilter: xt_rateest: fix comparison with selfPatrick McHardy2009-06-221-1/+1
| * netfilter: xt_quota: fix incomplete initializationJan Engelhardt2009-06-221-0/+1
| * netfilter: nf_log: fix direct userspace memory access in proc handlerPatrick McHardy2009-06-221-5/+11
| * netfilter: fix some sparse endianess warningsPatrick McHardy2009-06-222-8/+8
| * netfilter: nf_conntrack: fix conntrack lookup racePatrick McHardy2009-06-221-2/+4
| * netfilter: nf_conntrack: fix confirmation race conditionPatrick McHardy2009-06-221-1/+8
| * netfilter: nf_conntrack: death_by_timeout() fixEric Dumazet2009-06-221-2/+8
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-06-242-6/+10
|\ \
| * | udf: remove redundant tests on unsignedRoel Kluin2009-06-241-5/+4
| * | udf: Use device size when drive reported bogus number of written blocksJan Kara2009-06-181-1/+6
* | | Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert2009-06-242-4/+0
* | | tty: fix tty_port_block_til_ready waitingJiri Slaby2009-06-241-1/+1
* | | pci: use pci_ioremap_bar() in drivers/serialArjan van de Ven2009-06-242-6/+3
* | | synclink_gt: fix transmit race and timeoutPaul Fulghum2009-06-241-42/+30
* | | jsm: clean up "serial: jsm: correctly support 4 8 port boards"Andrew Morton2009-06-241-2/+2
* | | kgdb: kgdboc console poll hooks for serial_txx9 uartAtsushi Nemoto2009-06-241-21/+92
* | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-06-235-77/+416
|\ \ \
| * | | Intel-IOMMU, intr-remap: source-id checkingWeidong Han2009-06-234-3/+136
| * | | Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free itWeidong Han2009-06-231-14/+26
| * | | IOMMU Identity Mapping Support (drivers/pci/intel_iommu.c)Fenghua Yu2009-06-231-60/+254
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-06-2317-111/+309
|\ \ \ \
| * | | | ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define.Tao Ma2009-06-221-0/+2
| * | | | ocfs2: Add lockdep annotationsJan Kara2009-06-226-25/+123
| * | | | vfs: Set special lockdep map for dirs only if not set by fsJan Kara2009-06-222-6/+26
| * | | | ocfs2: Disable orphan scanning for local and hard-ro mountsSunil Mushran2009-06-225-43/+51
| * | | | ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()Sunil Mushran2009-06-222-4/+4
| * | | | ocfs2: Stop orphan scan as early as possible during umountSunil Mushran2009-06-223-4/+21
| * | | | ocfs2: Fix ocfs2_osb_dump()Sunil Mushran2009-06-221-14/+18
| * | | | ocfs2: Pin journal head before accessing jh->b_committed_dataSunil Mushran2009-06-221-4/+24
| * | | | ocfs2: Update atime in splice read if necessary.Tao Ma2009-06-221-3/+3
| * | | | ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.Joel Becker2009-06-225-9/+38
* | | | | Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-06-233-0/+634
|\ \ \ \ \
| * | | | | i2c: driver for the Synopsys DesignWare I2C controllerBaruch Siach2009-06-243-0/+634
* | | | | | nvidiafb: fix boot-time printk stringMikael Pettersson2009-06-231-2/+1
* | | | | | h8/300: fix incorrect "select" directives in arch/h8300/Kconfig.cpu.Robert P. J. Day2009-06-231-4/+4
* | | | | | mm: fix handling of pagesets for downed cpusDimitri Sivanich2009-06-231-3/+3
* | | | | | rmap: fixup page_referenced() for nommu systemsMike Frysinger2009-06-231-1/+8
* | | | | | mm: pass mm to grab_swap_tokenHugh Dickins2009-06-233-24/+22
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-06-237-35/+52
|\ \ \ \ \ \
OpenPOWER on IntegriCloud