aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner4-4/+37
2015-01-14net/macb: improved ethtool statistics supportXander Huff2-4/+307
2015-01-14net/macb: Adding comments to various #defs to make interpretation easierXander Huff1-107/+162
2015-01-14Merge branch 'xen-netfront-next'David S. Miller2-120/+79
2015-01-14xen-netfront: refactor making Tx requestsDavid Vrabel1-114/+67
2015-01-14xen-netfront: refactor skb slot countingDavid Vrabel1-6/+7
2015-01-14xen: add page_to_mfn()David Vrabel1-0/+5
2015-01-14rhashtable: Add MAINTAINERS entryThomas Graf1-0/+7
2015-01-14rhashtable: Lower/upper bucket may map to same lock while shrinkingThomas Graf1-3/+12
2015-01-13brd: Request from fdisk 4k alignmentBoaz Harrosh1-0/+9
2015-01-13brd: Fix all partitions BUGsBoaz Harrosh1-62/+38
2015-01-13Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe7-58/+86
2015-01-13block: Change direct_access calling conventionMatthew Wilcox7-58/+86
2015-01-13axonram: Fix bug in direct_accessMatthew Wilcox1-1/+1
2015-01-14clk: shmobile: fix sparse NULL pointer warningWei Yongjun1-1/+1
2015-01-14ARM: shmobile: Enable kzm9g board in multiplatform defconfigGeert Uytterhoeven1-3/+16
2015-01-13tile: enable sparse checks for get/put_userChris Metcalf1-8/+11
2015-01-13tile: fix put_user sparse errorsChris Metcalf1-9/+9
2015-01-13MAINTAINERS: add a git entry for BMIPS-based BCM7xxx SoCsFlorian Fainelli1-0/+1
2015-01-13MAINTAINERS: add a git entry for BCM7xxx ARM-based SoCsFlorian Fainelli1-0/+1
2015-01-13MAINTAINERS: update Broadcom Cygnus SoC git treeFlorian Fainelli1-1/+1
2015-01-13MAINTAINERS: move BCM63xx ARM-based SoCs git treeFlorian Fainelli1-1/+1
2015-01-13Merge tag 'arm-soc/for-3.20/brcmstb-smp' of http://github.com/broadcom/stblin...Olof Johansson1-22/+63
2015-01-14Merge branch 'leds-fixes-for-3.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+6
2015-01-13Merge tag 'v3.20-next-dts' of https://github.com/mbgg/linux-mediatek into nex...Olof Johansson9-11/+185
2015-01-13Merge tag 'v3.20-next-defconfig' of https://github.com/mbgg/linux-mediatek in...Olof Johansson1-0/+1
2015-01-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds1-6/+6
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko77-190/+195
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko8-13/+25
2015-01-13arm64: remove broken cachepolicy codeMark Rutland1-74/+0
2015-01-13Merge tag 'for-3.20' of http://git.linaro.org/people/ard.biesheuvel/linux-arm...Catalin Marinas12-325/+362
2015-01-13atm: horizon: Remove some unused functionsRickard Strandqvist1-24/+0
2015-01-13atm: lanai: Remove unused functionRickard Strandqvist1-9/+0
2015-01-13drm/i915: Fix kerneldoc for i915 atomic plane codeMatt Roper1-1/+2
2015-01-13tipc: correctly handle releasing a not fully initialized sockSasha Levin1-2/+5
2015-01-13sunvnet: fix rx packet length check to allow for TSODavid L Stevens1-1/+6
2015-01-13xen-netfront: use different locks for Rx and Tx statsDavid Vrabel1-29/+42
2015-01-13x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole userDenys Vlasenko1-46/+42
2015-01-13x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSETDenys Vlasenko1-2/+2
2015-01-13mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2-6/+12
2015-01-13infiniband: mlx5: avoid a compile-time warningArnd Bergmann1-1/+1
2015-01-13mlx5: avoid build warnings on 32-bitArnd Bergmann1-3/+3
2015-01-13x86: entry_64.S: delete unused codeDenys Vlasenko2-35/+0
2015-01-13rocker: fix harmless warning on 32-bit machinesArnd Bergmann1-2/+2
2015-01-13drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N3-4/+19
2015-01-13cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai2-520/+58
2015-01-13leds: netxbig: fix oops at probe timeSimon Guinot1-6/+6
2015-01-13tipc: remove redundant timer defined in tipc_sock structYing Xue1-9/+7
2015-01-13net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie1-7/+7
2015-01-13net/fsl: fix a bug in xgmac_mdioShaohui Xie1-1/+1