aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-29PCI: controller: vmd: Use pci_host_resource_survey()HEADmasterBenjamin Herrenschmidt1-11/+4
2019-06-29PCI: controller: xgene: Use pci_host_resource_survey()Benjamin Herrenschmidt1-7/+2
2019-06-29PCI: controller: mobiveil: Use pci_host_resource_survey()Benjamin Herrenschmidt1-9/+2
2019-06-29PCI: controller: iproc: Use pci_host_resource_survey()Benjamin Herrenschmidt1-8/+1
2019-06-29PCI: controller: altera: Use pci_host_resource_survey()Benjamin Herrenschmidt1-11/+2
2019-06-29PCI: controller: xilinx-nwl: Use pci_host_resource_survey()Benjamin Herrenschmidt1-8/+2
2019-06-29PCI: controller: xilinx: Use pci_host_resource_survey()Benjamin Herrenschmidt1-7/+2
2019-06-29PCI: controller: versatile: Use pci_host_resource_survey()Benjamin Herrenschmidt1-7/+2
2019-06-29PCI: Remove unused pci_bus_assign_resources()Benjamin Herrenschmidt2-7/+0
2019-06-29PCI: controller: v3-semi: Use pci_host_resource_survey()Benjamin Herrenschmidt1-1/+1
2019-06-29PCI: controller: ftpci100: Use pci_host_resource_survey()Benjamin Herrenschmidt1-1/+1
2019-06-29PCI: controller: hyperv: Don't call pci_bus_assign_resources()Benjamin Herrenschmidt1-1/+1
2019-06-29x86: eeepc: Use pci_dev_assign_resources()Benjamin Herrenschmidt1-1/+1
2019-06-29x86: asus-wmi: Use pci_dev_assign_resources()Benjamin Herrenschmidt1-1/+1
2019-06-29edac: i82875p: Use pci_dev_assign_resources()Benjamin Herrenschmidt1-1/+1
2019-06-29PCI: Add helper to assign one device resourcesBenjamin Herrenschmidt2-0/+14
2019-06-29PCI: Use multi-pass resource claiming in pci_bus_allocate_dev_resources()Benjamin Herrenschmidt1-15/+48
2019-06-29PCI: Remove now unused pci_bus_size_bridges()Benjamin Herrenschmidt2-7/+0
2019-06-29pcmcia: cardbus: Use pci_assign_unassigned_bridge_resources()Benjamin Herrenschmidt1-5/+2
2019-06-29PCI: controller: rockship: Use pci_host_resource_survey()Benjamin Herrenschmidt1-11/+3
2019-06-29PCI: controller: rcar: Use pci_host_resource_survey()Benjamin Herrenschmidt1-10/+2
2019-06-29PCI: controller: tegra: Use pci_host_resource_survey()Benjamin Herrenschmidt1-7/+1
2019-06-29PCI: controller: dwc: Use pci_host_resource_survey()Benjamin Herrenschmidt1-7/+1
2019-06-29parisc: dino_pci: Use pci_host_resource_survey()Benjamin Herrenschmidt1-34/+4
2019-06-29parisc: lba_pci: Use pci_host_resource_survey()Benjamin Herrenschmidt1-75/+25
2019-06-29parisc: PCI: Implement pcibios_claim_zero_resource()Benjamin Herrenschmidt1-0/+5
2019-06-29unicore32: PCI: Use pci_host_resource_survey()Benjamin Herrenschmidt1-2/+2
2019-06-29sh: PCI: Use pci_host_resource_survey()Benjamin Herrenschmidt1-2/+2
2019-06-29m68k: coldfire: PCI: Use pci_host_resource_survey()Benjamin Herrenschmidt1-2/+2
2019-06-29alpha: PCI: Use pci_host_resource_survey()Benjamin Herrenschmidt2-50/+30
2019-06-24PCI: Remove unused pci_bus_claim_resourcesBenjamin Herrenschmidt2-10/+4
2019-06-24PCI: controller: mvebu: Use pci_host_resource_surveyBenjamin Herrenschmidt1-18/+3
2019-06-24mips: PCI: Use pci_host_resource_survey()Benjamin Herrenschmidt2-23/+14
2019-06-24arm: PCI: Use new pci_host_resource_survey() for legacy PCIBenjamin Herrenschmidt1-10/+2
2019-06-24arm: PCI: Remove PCI_PROBE_ONLY support from legacy pci_common_init_devBenjamin Herrenschmidt1-15/+5
2019-06-24arm64: PCI: Use pci_bus_resource_survey() for ACPI platformsBenjamin Herrenschmidt1-15/+3
2019-06-24PCI: Make pci_host_probe() use pci_host_resource_survey()Benjamin Herrenschmidt1-17/+4
2019-06-24PCI: Add logic to determine whether to claim a start==0 resourceBenjamin Herrenschmidt2-0/+15
2019-06-24PCI: Protect pci_host_resource_survey() with pci_bus_semBenjamin Herrenschmidt1-0/+4
2019-06-24PCI: Add generic function to perform PCI resource surveyBenjamin Herrenschmidt2-0/+23
2019-06-24PCI: Define resource allocation policy in the host bridgeBenjamin Herrenschmidt5-5/+55
2019-06-24arm: PCI: Set policy flag for full resource reassignmentBenjamin Herrenschmidt1-0/+13
2019-06-24arm64: PCI: Set policy flag for full resource reassignmentBenjamin Herrenschmidt1-0/+10
2019-06-24arm64: PCI: Preserve firmware configuration when desiredBenjamin Herrenschmidt1-0/+10
2019-06-24arm64: PCI: Allow resource reallocation if necessaryBenjamin Herrenschmidt1-2/+1
2019-06-24PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt1-0/+5
2019-06-24PCI/ACPI: Evaluate PCI Boot Configuration _DSMBenjamin Herrenschmidt3-3/+18
2019-06-22Linux 5.2-rc6Linus Torvalds1-1/+1
2019-06-22Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+3
2019-06-22Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_...Peter Xu1-4/+3
2019-06-22Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2019-06-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-11/+11
2019-06-22Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-9/+31
2019-06-22Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2-14/+37
2019-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-112/+123
2019-06-21tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-62/+174
2019-06-21Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-16/+14
2019-06-21x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski1-2/+13
2019-06-21SUNRPC: Fix a credential refcount leakTrond Myklebust1-1/+0
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2-6/+2
2019-06-21net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi1-0/+1
2019-06-21NFS4: Only set creation opendata if O_CREATBenjamin Coddington1-9/+11
2019-06-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+3
2019-06-21Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds11-65/+209
2019-06-21Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-22/+71
2019-06-21Merge tag 'char-misc-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-98/+202
2019-06-21Merge tag 'usb-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-15/+72
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5129-25774/+5236
2019-06-21Merge tag '5.2-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-4/+24
2019-06-21Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie1-13/+27
2019-06-21Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-15/+38
2019-06-21Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-3/+19
2019-06-21Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linu...Dave Airlie3-34/+125
2019-06-20ARM: 8867/1: vdso: pass --be8 to linker if necessaryJason A. Donenfeld1-2/+3
2019-06-20Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-59/+90
2019-06-20Merge tag 'fuse-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+0
2019-06-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-145/+405
2019-06-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-16/+16
2019-06-20Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-2/+4
2019-06-20Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-6/+20
2019-06-20Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds11-31/+151
2019-06-20Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-blockLinus Torvalds5-39/+60
2019-06-20Merge tag 'kvmarm-fixes-for-5.2-2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini3-24/+47
2019-06-20KVM: nVMX: reorganize initial steps of vmx_set_nested_statePaolo Bonzini2-23/+35
2019-06-20KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entriesSuraj Jitindar Singh1-0/+1
2019-06-20Merge tag 'misc-habanalabs-fixes-2019-06-20' of git://people.freedesktop.org/...Greg Kroah-Hartman1-1/+1
2019-06-20Merge tag 'fixes-for-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2-9/+9
2019-06-20habanalabs: use u64_to_user_ptr() for reading user pointersArnd Bergmann1-1/+1
2019-06-19nfsd: replace Jeff by Chuck as nfsd co-maintainerJ. Bruce Fields1-1/+1
2019-06-19inet: clear num_timeout reqsk_alloc()Eric Dumazet3-8/+3
2019-06-19PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is presentLogan Gunthorpe1-0/+4
2019-06-19net: mvpp2: debugfs: Add pmap to fs dumpNathan Huckleberry1-0/+3
2019-06-19ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern1-1/+1
2019-06-19net: hns3: Fix inconsistent indentingKrzysztof Kozlowski1-1/+1
2019-06-19Merge branch 'af_iucv-fixes'David S. Miller1-13/+36
2019-06-19net/af_iucv: always register net_device notifierJulian Wiedmann1-7/+20
2019-06-19net/af_iucv: build proper skbs for HiperTransportJulian Wiedmann1-5/+11
2019-06-19net/af_iucv: remove GFP_DMA restriction for HiperTransportJulian Wiedmann1-1/+5
2019-06-19Merge tag 'pm-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-12/+35
2019-06-19Merge tag 'apparmor-pr-2019-06-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-10/+50
2019-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-17/+54
2019-06-19doc: fix documentation about UIO_MEM_LOGICAL usingYang Yingliang1-2/+2
2019-06-19MAINTAINERS / Documentation: Thorsten Scherer is the successor of Gavin SchenkGavin Schenk2-12/+12
2019-06-19docs: fb: Add TER16x32 to the available font namesTakashi Iwai1-1/+1
2019-06-19Merge tag 'thunderbolt-fixes-for-v5.2-rc6' of git://git.kernel.org/pub/scm/li...Greg Kroah-Hartman3-73/+167
2019-06-19MAINTAINERS: fpga: hand off maintainership to MoritzAlan Tull1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507Thomas Gleixner8-120/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 506Thomas Gleixner4-12/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner56-118/+163
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner8-105/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 503Thomas Gleixner1-15/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 502Thomas Gleixner1-15/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner9-45/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4119-17022/+4119
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner35-119/+35
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 498Thomas Gleixner4-8/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497Thomas Gleixner28-84/+28
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 496Thomas Gleixner1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 495Thomas Gleixner10-90/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Thomas Gleixner3-27/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 490Thomas Gleixner13-117/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 489Thomas Gleixner1-9/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 488Thomas Gleixner1-9/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 487Thomas Gleixner2-18/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 486Thomas Gleixner3-30/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485Thomas Gleixner1-9/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner5-11/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner38-79/+38
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481Thomas Gleixner2-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480Thomas Gleixner1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479Thomas Gleixner1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 477Thomas Gleixner1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 475Thomas Gleixner1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Thomas Gleixner2-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 473Thomas Gleixner1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 472Thomas Gleixner5-5/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 471Thomas Gleixner3-9/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 469Thomas Gleixner2-18/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 468Thomas Gleixner4-18/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 467Thomas Gleixner1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 466Thomas Gleixner1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 465Thomas Gleixner4-12/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Thomas Gleixner11-13/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 463Thomas Gleixner4-56/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 462Thomas Gleixner1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 461Thomas Gleixner12-161/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460Thomas Gleixner3-21/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner16-192/+16
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 457Thomas Gleixner2-38/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 456Thomas Gleixner5-70/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 455Thomas Gleixner1-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 454Thomas Gleixner8-32/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 452Thomas Gleixner1-12/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner5-20/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 250Thomas Gleixner20-44/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner3-6/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 247Thomas Gleixner5-8/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 246Thomas Gleixner16-45/+16
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 245Thomas Gleixner1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 244Thomas Gleixner1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 243Thomas Gleixner3-6/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 239Thomas Gleixner1-9/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 238Thomas Gleixner2-19/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 237Thomas Gleixner8-32/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner53-560/+53
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner503-6062/+503
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner6-26/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232Thomas Gleixner3-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 231Thomas Gleixner2-26/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner52-158/+52
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 226Thomas Gleixner1-2/+1
2019-06-19KVM: arm/arm64: Fix emulated ptimer irq injectionAndrew Jones1-2/+3
2019-06-19net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()Rasmus Villemoes1-1/+1
2019-06-19tests: kvm: Check for a kernel warningAaron Lewis7-0/+184
2019-06-19kvm: tests: Sort tests in the Makefile alphabeticallyAaron Lewis1-10/+10
2019-06-19KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPTSean Christopherson1-6/+10
2019-06-19KVM: x86: Modify struct kvm_nested_state to have explicit fields for dataLiran Alon6-85/+122
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein3-4/+18
2019-06-19quota: fix a problem about transfer quotayangerkun1-2/+2
2019-06-19drm/i915: Don't clobber M/N values during fastset checkVille Syrjälä1-9/+29
2019-06-19powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig3-1/+10
2019-06-19ovl: make i_ino consistent with st_ino in more casesAmir Goldstein1-6/+6
2019-06-19Merge tag 'gvt-fixes-2019-06-19' of https://github.com/intel/gvt-linux into d...Jani Nikula1-6/+9
2019-06-18scsi: qla2xxx: Fix hardlockup in abort command during driver removeArun Easi1-1/+1
2019-06-18scsi: ufs: Avoid runtime suspend possibly being blocked foreverStanley Chu1-7/+4
2019-06-18scsi: qedi: update driver version to 8.37.0.20Nilesh Javali1-3/+3
2019-06-18scsi: qedi: Check targetname while finding boot target informationNilesh Javali1-0/+3
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-14/+14
2019-06-18hvsock: fix epollout hang from race conditionSunil Muthuswamy1-31/+8
2019-06-18net/udp_gso: Allow TX timestamp with UDP GSOFred Klassen1-0/+5
2019-06-18Merge branch 'net-netem-fix-issues-with-corrupting-GSO-frames'David S. Miller1-12/+14
2019-06-18net: netem: fix use after free and double free with packet corruptionJakub Kicinski1-8/+7
2019-06-18net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski1-5/+8
2019-06-18net: lio_core: fix potential sign-extension overflow on large shiftColin Ian King1-1/+1
2019-06-18Merge branch 'net-fix-quite-a-few-dst_cache-crashes-reported-by-syzbot'David S. Miller3-11/+15
2019-06-18tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long1-5/+3
2019-06-18ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long1-3/+6
2019-06-18ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULLXin Long1-3/+6
2019-06-18apparmor: reset pos on failure to unpack for various functionsMike Salvatore1-8/+39