summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov2019-01-271-1/+3
* Merge branch 'hns-fixes'David S. Miller2019-01-273-8/+15
|\
| * net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu2019-01-271-1/+1
| * net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-271-7/+9
| * net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-271-0/+5
|/
* Merge tag 'mlx5-fixes-2019-01-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-01-276-19/+58
|\
| * net/mlx5e: Unblock setting vid 0 for VFs through the uplink repOr Gerlitz2019-01-251-0/+13
| * net/mlx5e: Move to use common phys port names for vport representorsOr Gerlitz2019-01-253-2/+33
| * net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin2019-01-251-12/+6
| * net/mlx5: Take lock with IRQs disabled to avoid deadlockMoni Shoua2019-01-251-2/+3
| * net/mlx5e: Fix wrong private flag usage causing checksum disableShay Agroskin2019-01-251-1/+1
| * Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang2019-01-251-2/+2
* | net/rose: fix NULL ax25_cb kernel panicBernard Pidoux2019-01-271-0/+5
* | net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita2019-01-271-1/+2
* | netrom: switch to sock timer APICong Wang2019-01-271-10/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-01-274-56/+223
|\ \
| * | xfrm: Make set-mark default behavior backward compatibleBenedict Wong2019-01-161-1/+4
| * | xfrm: refine validation of template and selector familiesFlorian Westphal2019-01-101-4/+9
| * | vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-01-091-0/+50
| * | xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal2019-01-092-10/+9
| * | selftests: xfrm: alter htresh to trigger move of policies to hash tableFlorian Westphal2019-01-091-4/+40
| * | xfrm: policy: fix reinsertion on node mergeFlorian Westphal2019-01-091-6/+8
| * | xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal2019-01-091-13/+10
| * | xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal2019-01-091-0/+2
| * | xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal2019-01-091-2/+2
| * | selftests: xfrm: add block rules with adjacent/overlapping subnetsFlorian Westphal2019-01-091-18/+91
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-01-2713-115/+130
|\ \ \
| * | | KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-256-4/+10
| * | | KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsMasahiro Yamada2019-01-252-5/+1
| * | | KVM: selftests: check returned evmcs version rangeVitaly Kuznetsov2019-01-251-0/+6
| * | | x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectlyVitaly Kuznetsov2019-01-251-3/+4
| * | | KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper functionSean Christopherson2019-01-251-66/+73
| * | | kvm: selftests: Fix region overlap check in kvm_utilBen Gardon2019-01-251-7/+2
| * | | kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang2019-01-252-2/+2
| * | | KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov2019-01-251-0/+8
| * | | svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit2019-01-251-15/+4
| * | | svm: Add warning message for AVIC IPI invalid targetSuravee Suthikulpanit2019-01-251-0/+2
| * | | KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal errorSean Christopherson2019-01-251-2/+5
| * | | KVM: x86: Fix PV IPIs for 32-bit KVM hostSean Christopherson2019-01-251-1/+1
| * | | x86/kvm/hyper-v: recommend using eVMCS only when it is enabledVitaly Kuznetsov2019-01-251-1/+2
| * | | x86/kvm/hyper-v: don't recommend doing reset via synthetic MSRVitaly Kuznetsov2019-01-251-1/+0
| * | | kvm: x86/vmx: Use kzalloc for cached_vmcs12Tom Roeder2019-01-251-4/+8
| * | | KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLO...Sean Christopherson2019-01-251-1/+1
| * | | KVM: x86: Fix single-step debuggingAlexander Popov2019-01-251-2/+1
| * | | x86/kvm/hyper-v: don't announce GUEST IDLE MSR supportVitaly Kuznetsov2019-01-251-1/+0
* | | | Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-01-276-102/+176
|\ \ \ \
| * | | | arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig2019-01-236-102/+176
* | | | | Merge tag 'libnvdimm-fixes-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-276-27/+73
|\ \ \ \ \
| * | | | | acpi/nfit: Fix command-supported detectionDan Williams2019-01-211-14/+40
| * | | | | acpi/nfit: Block function zero DSMsDan Williams2019-01-211-0/+7
OpenPOWER on IntegriCloud