aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-08ipv4: fix forwarding for strict source routesJulian Anastasov1-1/+1
2012-10-08ipv4: fix sending of redirectsJulian Anastasov2-15/+18
2012-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds6-28/+6
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-12/+176
2012-10-08ipv6: gro: fix PV6_GRO_CB(skb)->proto problemEric Dumazet2-9/+5
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl3-14/+11
2012-10-08net: gro: selective flush of packetsEric Dumazet4-15/+42
2012-10-08skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower1-0/+7
2012-10-08cxgb4: Address various sparse warningsVipul Pandya3-29/+39
2012-10-08ipv4: Don't report stale pmtu values to userspaceSteffen Klassert1-8/+11
2012-10-08ipv4: Don't create nh exeption when the device mtu is smaller than the report...Steffen Klassert1-0/+3
2012-10-08ipv4: Always invalidate or update the route on pmtu eventsSteffen Klassert1-11/+11
2012-10-08arm64: Enable interrupts before calling do_notify_resume()Catalin Marinas1-0/+1
2012-10-08arm64: Use the generic compat_sys_sendfile() implementationCatalin Marinas2-20/+1
2012-10-08arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()Catalin Marinas3-8/+4
2012-10-08Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds10-211/+2790
2012-10-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds52-1426/+2267
2012-10-08cxgb4: allocate enough data in t4_memory_rw()Dan Carpenter1-1/+1
2012-10-08Blackfin: smp: add smp_mb() to keep coherencySteven Miao1-2/+2
2012-10-08Blackfin: drop irq enable in init_arch_irq()Steven Miao1-1/+0
2012-10-08Blackfin: fix wrong place disabled irqSteven Miao2-4/+1
2012-10-08Blackfin: update defconfig for bf609-ezkitBob Liu1-10/+6
2012-10-08Blackfin: add bf548 v0.4 revisionSonic Zhang1-1/+1
2012-10-08Blackfin: bf60x: Add bf608 and bf609 specific perpheral MMRsSonic Zhang1-0/+271
2012-10-08Blackfin: cpufreq: fix dpm_state_tableJames Cosin1-3/+2
2012-10-08Blackfin: bfin_gpio: proc: fix return valueSteven Miao1-2/+2
2012-10-08Blackfin: CM-BF537E: Update SPORT support in board file.Harald Krapfenbauer1-5/+125
2012-10-08Blackfin: bf537: fix lq035 platform device nameScott Jiang1-1/+1
2012-10-08Blackfin: bf533-ezkit: enable flash drivers by defaultMike Frysinger1-2/+5
2012-10-07cifs: reinstate the forcegid optionJeff Layton1-0/+9
2012-10-07Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-10-07[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPCSteve French1-0/+6
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds13-22/+22
2012-10-08localmodconfig: Document localmodconfig in READMESteven Rostedt1-0/+18
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds51-737/+2073
2012-10-07mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson6-101/+37
2012-10-07mmc: sdhci-spear: Add clk_{un}prepare() supportViresh Kumar2-9/+6
2012-10-07mmc: sdhci-spear: add device tree bindingsViresh Kumar4-6/+77
2012-10-07mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resumeChander Kashyap1-2/+27
2012-10-07mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulatorChris Ball1-4/+6
2012-10-07mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirksChris Ball1-0/+2
2012-10-07mmc: dt: Support "broken-cd" property in sdhci-pltfmChris Ball1-0/+3
2012-10-07mmc: sdhci-s3c: fix the wrong number of max bus clocksJaehoon Chung1-1/+1
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds16-689/+1299
2012-10-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds26-896/+1498
2012-10-08Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-73/+347
2012-10-08Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-112/+1071
2012-10-07ptp: use list_move instead of list_del/list_addWei Yongjun1-6/+3
2012-10-07vxlan: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet2-7/+8