summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: axienet: Add missing \n to end of dev_err messagesColin Ian King2016-10-061-2/+2
* Merge branch 'xen-netback-rx-refactor'David S. Miller2016-10-066-793/+644
|\
| * xen/netback: add fraglist support for to-guest rxRoss Lagerwall2016-10-062-10/+30
| * xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2016-10-062-10/+18
| * xen-netback: process guest rx packets in batchesDavid Vrabel2016-10-061-1/+14
| * xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel2016-10-061-16/+8
| * xen-netback: refactor guest rxDavid Vrabel2016-10-062-384/+215
| * xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-064-50/+2
| * xen-netback: separate guest side rx code into separate modulePaul Durrant2016-10-063-755/+790
|/
* Merge branch 'fman-next' of git://git.freescale.com/ppc/upstream/linuxDavid S. Miller2016-10-0611-116/+139
|\
| * MAINTAINERS: net: add entry for Freescale QorIQ DPAA FMan driverMadalin Bucur2016-10-041-0/+7
| * fsl/fman: remove leftover commentMadalin Bucur2016-10-041-4/+0
| * fsl/fman: fix return value checkingMadalin Bucur2016-10-041-2/+2
| * fsl/fman: simplify redundant conditionMadalin Bucur2016-10-041-2/+1
| * fsl/fman: check of_get_phy_mode() return valueMadalin Bucur2016-10-041-4/+6
| * fsl/fman: check pcsphy pointer before useMadalin Bucur2016-10-041-0/+3
| * fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur2016-10-041-1/+2
| * fsl/fman: return a phy_dev pointer from initMadalin Bucur2016-10-042-12/+13
| * fsl/fman: simplify device tree readsMadalin Bucur2016-10-043-48/+30
| * fsl/fman: use of_get_phy_mode()Madalin Bucur2016-10-041-31/+2
| * fsl/fman: small fixesMadalin Bucur2016-10-042-6/+8
| * fsl/fman: fix loadable module compilationIgal Liberman2016-10-044-7/+64
| * fsl/fman: split lines over 80 charactersMadalin Bucur2016-10-042-2/+4
* | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-10-0623-524/+915
|\ \
| * | f2fs: introduce update_ckpt_flags to clean upJaegeuk Kim2016-09-301-23/+33
| * | f2fs: don't submit irrelevant pageChao Yu2016-09-301-1/+7
| * | f2fs: fix to commit bio cache after flushing node pagesChao Yu2016-09-301-2/+16
| * | f2fs: introduce get_checkpoint_version for cleanupTiezhu Yang2016-09-301-28/+38
| * | f2fs: remove dead variableSheng Yong2016-09-301-2/+2
| * | f2fs: remove redundant io plugChao Yu2016-09-301-3/+0
| * | f2fs: support checkpoint error injectionChao Yu2016-09-304-0/+12
| * | f2fs: fix to recover old fault injection config in ->remount_fsChao Yu2016-09-301-0/+6
| * | f2fs: do fault injection initialization in default_optionsChao Yu2016-09-301-4/+4
| * | f2fs: remove redundant value definitionYunlei He2016-09-301-4/+3
| * | f2fs: support configuring fault injection per superblockChao Yu2016-09-3010-94/+65
| * | f2fs: adjust display format of segment bitChao Yu2016-09-301-1/+1
| * | f2fs: remove dirty inode pages in error pathJaegeuk Kim2016-09-301-0/+1
| * | f2fs: do not unnecessarily null-terminate encrypted symlink dataEric Biggers2016-09-301-2/+0
| * | f2fs: handle errors during recover_orphan_inodesJaegeuk Kim2016-09-302-10/+18
| * | f2fs: avoid gc in cp_error caseJaegeuk Kim2016-09-301-1/+2
| * | f2fs: should put_page for summary pageJaegeuk Kim2016-09-301-2/+2
| * | f2fs: assign return value in f2fs_gcJaegeuk Kim2016-09-301-3/+7
| * | f2fs: add customized migrate_page callbackWeichao Guo2016-09-304-0/+65
| * | f2fs: introduce cp_lock to protect updating of ckpt_flagsChao Yu2016-09-306-28/+59
| * | f2fs: fix to avoid race condition when updating sbi flagChao Yu2016-09-301-4/+4
| * | f2fs: put directory inodes before checkpoint in roll-forward recoveryJaegeuk Kim2016-09-301-1/+3
| * | f2fs: use crc and cp version to determine roll-forward recoveryJaegeuk Kim2016-09-307-100/+63
| * | f2fs: preallocate blocks for encrypted fileYunlei He2016-09-222-8/+2
| * | f2fs: show dirty inode numberChao Yu2016-09-222-1/+5
| * | f2fs: support IO error injectionChao Yu2016-09-223-0/+9