aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-29Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2-9/+9
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+31
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds97-888/+3830
2018-12-28Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-81/+86
2018-12-28Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds389-11240/+12344
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds40-304/+816
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds98-794/+2991
2018-12-28Merge tag 'hsi-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2-37/+6
2018-12-28Merge tag 'for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds24-418/+1677
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds26-201/+589
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds43-650/+1588
2018-12-28Merge tag 'drm-next-2018-12-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-76/+121
2018-12-28Merge tag 'hwmon-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds62-2788/+4738
2018-12-28Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-26/+144
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds31-301/+478
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds54-858/+3075
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-37/+1365
2018-12-28Merge tag 'for-4.21/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-82/+121
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds175-3996/+6960
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds256-3789/+7787
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds12-174/+57
2018-12-28Merge tag 'for-4.21/libata-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds5-96/+74
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds142-2988/+7570
2018-12-28memory_hotplug: add missing newlines to debugging outputMichal Hocko1-3/+3
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse8-86/+61
2018-12-28zram: writeback throttleMinchan Kim2-3/+51
2018-12-28zram: add bd_stat statisticsMinchan Kim2-0/+34
2018-12-28zram: support idle/huge page writebackMinchan Kim3-75/+178
2018-12-28zram: introduce ZRAM_IDLE flagMinchan Kim2-3/+55
2018-12-28zram: refactor flags and writeback stuffMinchan Kim2-69/+44
2018-12-28zram: fix double free backing deviceMinchan Kim1-1/+3
2018-12-28zram: fix lockdep warning of free block handlingMinchan Kim2-18/+22
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand1-1/+1
2018-12-28drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang1-1/+1
2018-12-28mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams1-8/+2
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams2-19/+8
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS14-20/+20
2018-12-28mm: convert zone->managed_pages to atomic variableArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-9/+10
2018-12-27Merge miscellaneous libnvdimm updates for 4.21Dan Williams145-692/+1206
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds75-1332/+3554
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds864-59790/+48443
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+6
2018-12-27Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-5/+2
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds26-127/+778
2018-12-26Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+2
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2018-12-26Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-50/+140
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-10/+10
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-69/+1
2018-12-26Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-521/+585
2018-12-26Merge branch 'parisc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+4
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-1/+2
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds4-44/+22
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-9/+952
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-377/+587
2018-12-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-133/+951
2018-12-25Merge tag 'devprop-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-514/+734
2018-12-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds140-561/+8626
2018-12-25Merge tag 'leds-for-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-27/+19
2018-12-25Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds4-97/+165
2018-12-25Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds27-1101/+2704
2018-12-25Merge tag 'regulator-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds42-620/+2772
2018-12-25Merge tag 'pwm/for-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-47/+172
2018-12-25Merge tag 'acpi-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds45-162/+356
2018-12-25Merge tag 'pm-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds26-440/+1403
2018-12-25Merge tag 'edac_for_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds13-315/+1152
2018-12-25Merge tag 'sound-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-22/+354
2018-12-25Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds29-6/+24057
2018-12-25Merge tag 'media/v4.20-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds219-3125/+13455
2018-12-25Merge tag 'mtd/for-4.21' of git://git.infradead.org/linux-mtdLinus Torvalds84-3992/+3156
2018-12-25Merge tag 'i3c/for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds11-1/+5855
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds943-25909/+44733
2018-12-25Merge tag 'platform-drivers-x86-v4.21-1' of git://git.infradead.org/linux-pla...Linus Torvalds18-309/+586
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2018-12-24drivers/net: appletalk/cops: remove redundant if statement and maskColin Ian King1-8/+2
2018-12-24bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov1-4/+10
2018-12-24net/mlx4_core: drop useless LIST_HEADJulia Lawall1-5/+0
2018-12-24mlxsw: spectrum: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-24net/mlx5e: drop useless LIST_HEADJulia Lawall1-3/+0
2018-12-24net/mlx5e: fix semicolon.cocci warningskbuild test robot1-1/+1
2018-12-24staging: octeon: fix build failure with XFRM enabledFlorian Westphal1-2/+1
2018-12-24pwm: imx: Add ipg clock operationAnson Huang1-5/+48
2018-12-24pwm: clps711x: Switch to SPDX identifierAlexander Shiyan1-7/+2
2018-12-24pwm: clps711x: Fix period calculationAlexander Shiyan1-2/+2
2018-12-24pwm: bcm2835: Switch to SPDX identifierStefan Wahren1-4/+1
2018-12-24pwm: Enable Kona PWM to be built for the Cygnus architectureClément Péron1-1/+3
2018-12-24Revert "serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250"Greg Kroah-Hartman1-1/+0
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers7-12/+1
2018-12-23crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers1-2/+1
2018-12-23crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela7-605/+1103
2018-12-23crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam1-6/+6
2018-12-23crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2-10/+10
2018-12-23crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain1-0/+4
2018-12-23crypto: chelsio - Handle PCI shutdown eventHarsh Jain3-93/+278
2018-12-23crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain1-8/+8
2018-12-23crypto: chelsio - Use same value for both channel in single WRHarsh Jain2-8/+6
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain3-120/+104
2018-12-23crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing1-2/+1
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor1-1/+1
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor1-2/+2
2018-12-22RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2018-12-22RDMA/mlx5: Signedness bug in UVERBS_HANDLER()Dan Carpenter1-1/+1
2018-12-22IB/uverbs: Signedness bug in UVERBS_HANDLER()Dan Carpenter1-1/+1
2018-12-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-5/+24
2018-12-22Merge tag 'auxdisplay-for-linus-v4.20' of https://github.com/ojeda/linuxLinus Torvalds1-0/+3
2018-12-22libnvdimm/security: Quiet security operationsDan Williams2-16/+16
2018-12-22macintosh: Use of_node_name_{eq, prefix} for node name comparisonsRob Herring7-32/+30
2018-12-22ide: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-12-22gpio: sama5d2-piobu: Depend on OF_GPIOLinus Walleij1-0/+1
2018-12-21hwmon: (lm80) fix a missing check of bus read in lm80 probeKangjie Lu1-2/+9
2018-12-21hwmon: (lm80) fix a missing check of the status of SMBus readKangjie Lu1-5/+10
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-164/+166
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-5/+26
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-9/+12
2018-12-21tools/testing/nvdimm: Add test support for Intel nvdimm security DSMsDave Jiang1-1/+1
2018-12-21acpi/nfit, libnvdimm/security: add Intel DSM 1.8 master passphrase supportDave Jiang5-46/+107
2018-12-21acpi/nfit, libnvdimm/security: Add security DSM overwrite supportDave Jiang7-5/+295
2018-12-21acpi/nfit, libnvdimm: Add support for issue secure erase DSM to Intel nvdimmDave Jiang4-2/+100
2018-12-21acpi/nfit, libnvdimm: Add enable/update passphrase support for Intel nvdimmsDave Jiang3-7/+69
2018-12-21acpi/nfit, libnvdimm: Add disable passphrase support to Intel nvdimm.Dave Jiang4-3/+157
2018-12-21auxdisplay: charlcd: fix x/y command parsingMans Rullgard1-0/+3
2018-12-21serial/sunsu: fix refcount leakYangtao Li1-5/+26
2018-12-21IB/mlx5: Allocate the per-port Q counter shared when DEVX is supportedYishai Hadas3-2/+26
2018-12-21qmi_wwan: Fix qmap header retrieval in qmimux_rx_fixupDaniele Palmas1-7/+8
2018-12-21qmi_wwan: Add support for Fibocom NL678 seriesJörgen Storvist1-0/+1
2018-12-21of: __of_detach_node() - remove node from phandle cacheFrank Rowand3-1/+37
2018-12-21of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand1-24/+46
2018-12-21IB/umad: Start using dev_groups of classParav Pandit1-16/+12
2018-12-21IB/umad: Use class_groups and let core create class fileParav Pandit1-9/+14
2018-12-21IB/umad: Refactor code to use cdev_device_add()Parav Pandit1-85/+86
2018-12-21IB/umad: Avoid destroying device while it is accessedParav Pandit1-9/+13
2018-12-21IB/umad: Simplify and avoid dynamic allocation of classParav Pandit1-21/+21
2018-12-21Merge tag 'drm-fixes-2018-12-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+8
2018-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-14/+22
2018-12-21Merge tag 'gpio-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds4-131/+95
2018-12-21net: netxen: fix a missing check and an uninitialized useKangjie Lu1-1/+2
2018-12-21USB: serial: option: add Fibocom NL678 seriesJörgen Storvist1-0/+4
2018-12-21Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman150-1074/+2075
2018-12-21Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown1-10/+2
2018-12-21Merge branch 'regulator-4.21' into regulator-nextMark Brown42-602/+2761
2018-12-21Merge branch 'regulator-4.20' into regulator-linusMark Brown2-11/+12
2018-12-21regulator: tps65910: fix a missing check of return valueKangjie Lu1-1/+3
2018-12-21regulator: mcp16502: Select REGMAP_I2C to fix build errorAxel Lin1-0/+1
2018-12-21gpio: Add Cadence GPIO driverJan Kotas3-0/+300
2018-12-21gpiolib-acpi: remove unused variable 'err', cleans up build warningColin Ian King1-1/+0
2018-12-21gpio: mxs: read pin level directly instead of using .getUwe Kleine-König1-1/+1
2018-12-21gpio: aspeed: remove duplicated statementTao Ren1-1/+0
2018-12-21gpio: add driver for SAMA5D2 PIOBU pinsAndrei.Stefanescu@microchip.com3-0/+265
2018-12-21Input: synaptics - enable SMBus for HP EliteBook 840 G4Mantas Mikulėnas1-0/+1
2018-12-21Merge branches 'pm-devfreq', 'pm-avs' and 'pm-tools'Rafael J. Wysocki2-69/+123
2018-12-21Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2-76/+58
2018-12-21Merge branch 'pm-opp'Rafael J. Wysocki4-221/+763
2018-12-21Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki16-72/+431
2018-12-21Merge branch 'acpi-pci'Rafael J. Wysocki11-29/+68
2018-12-21Merge branches 'acpi-tables', 'acpi-soc', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki7-20/+32
2018-12-21Merge branch 'acpica'Rafael J. Wysocki27-113/+249
2018-12-21Input: elantech - disable elan-i2c for P52 and P72Benjamin Tissoires1-2/+16
2018-12-21gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König1-3/+3
2018-12-21gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy1-9/+3
2018-12-21gpio: gpio-omap: Revert deferred wakeup quirk handling for regressionsTony Lindgren1-59/+5
2018-12-21Merge tag 'usb-serial-4.21-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman6-55/+55
2018-12-20net/mlx5e: XDP, Add user control for XDP TX MPWQE featureTariq Toukan3-1/+34
2018-12-20net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan4-27/+173
2018-12-20net/mlx5e: XDP, Add array for WQE info descriptorsTariq Toukan3-21/+54
2018-12-20net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan4-24/+65
2018-12-20net/mlx5e: XDP, Replace boolean doorbell indication with segment pointerTariq Toukan3-18/+9
2018-12-20net/mlx5e: XDP, Warn upon polling an error CQETariq Toukan1-0/+5
2018-12-20net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan5-26/+18
2018-12-20net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program...Tariq Toukan3-11/+18
2018-12-20net/mlx5e: TX, Print opcode in error CQE warningTariq Toukan1-3/+4
2018-12-21vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] subdriverAlexey Kardashevskiy6-2/+630
2018-12-21vfio_pci: Allow regions to add own capabilitiesAlexey Kardashevskiy2-0/+9
2018-12-21vfio_pci: Allow mapping extra regionsAlexey Kardashevskiy2-0/+12
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy1-10/+19
2018-12-21powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a regionAlexey Kardashevskiy1-12/+23
2018-12-20IB/mlx5: Fix wrong error unwindJason Gunthorpe1-3/+5
2018-12-20IB/mlx4: Remove set but not used variable 'pd'YueHaibing1-3/+0
2018-12-21ocxl: Fix endiannes bug in read_afu_name()Greg Kurz1-1/+1
2018-12-20RDMA/iwcm: Don't copy past the end of dev_name() stringSteve Wise1-4/+8
2018-12-20virtio-net: ethtool configurable LROWillem de Bruijn1-0/+33
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-17/+10
2018-12-20scsi: isci: request: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-20scsi: isci: remote_node_context: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-20scsi: isci: remote_device: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-20scsi: isci: phy: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-12-20scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard4-1/+51
2018-12-20scsi: myrb: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-12-20ppp: Move PFC decompression to PPP generic layerSam Protsenko4-20/+62
2018-12-20scsi: megaraid: fix out-of-bound array accessesQian Cai2-2/+2
2018-12-20scsi: mpt3sas: mpt3sas_scsih: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-12-20Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller144-4300/+4978
2018-12-20scsi: fcoe: remove set but not used variable 'port'YueHaibing1-4/+0
2018-12-20net: mscc: ocelot: Register poll timeout should be wall time not attemptsSteen Hegelund1-28/+27
2018-12-20scsi: smartpqi: call pqi_free_interrupts() in pqi_shutdown()Yanjiang Jin1-0/+1
2018-12-20scsi: smartpqi: fix build warningsDon Brace1-1/+3
2018-12-20mscc: Configured MAC entries should be locked.Allan W. Nielsen1-1/+1
2018-12-20net: dsa: microchip: fix unicast frame leakTristram Ha1-4/+4
2018-12-20vxlan: Correct merge error.David S. Miller1-1/+1
2018-12-20Merge tag 'mlx5-updates-2018-12-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller9-103/+177