summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | rxrpc: Only ping for lost reply in client callDavid Howells2016-10-061-1/+2
| | * | rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-061-1/+1
| | * | rxrpc: Fix duplicate constDavid Howells2016-10-062-2/+2
| | * | rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-061-2/+2
| | |/
| * | net: bgmac: Fix errant feature flag checkJon Mason2016-10-071-1/+1
| * | netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet2016-10-071-3/+4
| * | packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2016-10-071-0/+1
| * | devicetree: net: micrel-ksz90x1.txt: Properly explain skew settingsMike Looijmans2016-10-071-3/+4
| * | net: phy: Add Wake-on-LAN driver for Microsemi PHYs.Raju Lakkaraju2016-10-071-0/+128
| * | dt-bindings: net: renesas-ravb: Add support for R8A7796 RAVBLaurent Pinchart2016-10-071-1/+2
| * | drivers: net: cpsw-phy-sel: add support to configure rgmii internal delayMugunthan V N2016-10-071-0/+14
| * | net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King2016-10-071-11/+11
| * | net: ps3_gelic: Add missing \n to end of deb_dbg messageColin Ian King2016-10-071-1/+1
| * | net: axienet: Add missing \n to end of dev_err messagesColin Ian King2016-10-071-2/+2
| * | Merge branch 'xen-netback-rx-refactor'David S. Miller2016-10-076-793/+644
| |\ \
| | * | xen/netback: add fraglist support for to-guest rxRoss Lagerwall2016-10-072-10/+30
| | * | xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2016-10-072-10/+18
| | * | xen-netback: process guest rx packets in batchesDavid Vrabel2016-10-071-1/+14
| | * | xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel2016-10-071-16/+8
| | * | xen-netback: refactor guest rxDavid Vrabel2016-10-072-384/+215
| | * | xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-074-50/+2
| | * | xen-netback: separate guest side rx code into separate modulePaul Durrant2016-10-073-755/+790
| |/ /
| * | Merge branch 'fman-next' of git://git.freescale.com/ppc/upstream/linuxDavid S. Miller2016-10-0711-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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-11182-449/+587
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-11483-2736/+4379
| |\ \ \ \
| | * | | | vfs: add note about i_op->rename changes to portingMiklos Szeredi2016-09-271-0/+4
| | * | | | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-2755-63/+63
| | * | | | vfs: remove unused i_op->renameMiklos Szeredi2016-09-277-31/+10
| | * | | | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-2717-31/+78
| | * | | | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-276-6/+11
| | * | | | fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-2722-42/+123
| | * | | | ncpfs: fix unused variable warningMiklos Szeredi2016-09-271-2/+1
| * | | | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-2834-70/+70
| * | | | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-2847-105/+105
| * | | | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-2876-182/+182
| * | | | | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-281-1/+0
| * | | | | vfs: Add current_time() apiDeepa Dinamani2016-09-282-0/+24