summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh1-2/+6
2022-07-06spi: amd: Limit max transfer and message sizeCristian Ciocaltea1-0/+8
2022-07-06Revert "tls: rx: move counting TlsDecryptErrors for sync"Gal Pressman1-4/+4
2022-07-06Merge branch 'mptcp-path-manager-fixes'David S. Miller7-31/+192
2022-07-06mptcp: update MIB_RMSUBFLOW in cmd_sf_destroyGeliang Tang1-0/+2
2022-07-06mptcp: fix local endpoint accountingPaolo Abeni1-1/+2
2022-07-06selftests: mptcp: userspace PM support for MP_PRIO signalsKishen Maloor2-2/+103
2022-07-06mptcp: netlink: issue MP_PRIO signals from userspace PMsKishen Maloor3-6/+62
2022-07-06mptcp: Acquire the subflow socket lock before modifying MP_PRIO flagsMat Martineau3-3/+12
2022-07-06mptcp: Avoid acquiring PM lock for subflow priority changesMat Martineau2-6/+5
2022-07-06mptcp: fix locking in mptcp_nl_cmd_sf_destroy()Paolo Abeni1-13/+6
2022-07-06Merge branch 'act_police-continue-offload-fix'David S. Miller3-8/+8
2022-07-06net/mlx5e: Fix matchall police parameters validationVlad Buslov1-7/+6
2022-07-06net/sched: act_police: allow 'continue' action offloadVlad Buslov2-1/+2
2022-07-06Merge tag 'v5.19-rockchip-socfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-2/+5
2022-07-06Merge tag 'v5.19-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann4-4/+9
2022-07-06iommu/vt-d: Fix RID2PASID setup/teardown failureLu Baolu4-94/+3
2022-07-06iommu/vt-d: Fix PCI bus rescan device hot addYian Chen1-1/+1
2022-07-06x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth1-0/+13
2022-07-06dmaengine: lgm: Fix an error handling path in intel_ldma_probe()Christophe JAILLET1-1/+2
2022-07-06dmaengine: pl330: Fix lockdep warning about non-static keyDmitry Osipenko1-1/+1
2022-07-06net: lan966x: hardcode the number of external portsMichael Walle2-6/+3
2022-07-06vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a groupJason Gunthorpe1-7/+10
2022-07-06Merge tag 'for-net-2022-07-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-1/+3
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk2-1/+3
2022-07-05ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supportedMario Limonciello3-1/+26
2022-07-05ACPI: CPPC: Only probe for _CPC if CPPC v2 is ackedMario Limonciello3-8/+9
2022-07-05Merge tag 'xsa-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen...Linus Torvalds3-23/+93
2022-07-05riscv: dts: microchip: hook up the mpfs' l2cacheConor Dooley1-0/+4
2022-07-05ALSA: cs46xx: Fix missing snd_card_free() call at probe errorTakashi Iwai1-9/+13
2022-07-05fscache: Fix invalidation/lookup raceDavid Howells2-1/+15
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu1-1/+2
2022-07-05fscache: Introduce fscache_cookie_is_dropped()Yue Hu1-3/+8
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu1-2/+2
2022-07-05gpio: vf610: fix compilation errorLeon Romanovsky1-0/+1
2022-07-05dmaengine: idxd: Only call idxd_enable_system_pasid() if succeeded in enablin...Jerry Snitselaar1-6/+7
2022-07-05dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctlyMichael Walle1-0/+5
2022-07-05Merge branch 'fix-bridge_vlan_aware-sh-and-bridge_vlan_unaware-sh-with-iff_un...Paolo Abeni1-1/+5
2022-07-05selftests: forwarding: fix error message in learning_testVladimir Oltean1-1/+1
2022-07-05selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-05selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLTVladimir Oltean1-0/+2
2022-07-05Merge tag 'linux-can-fixes-for-5.19-20220704' of git://git.kernel.org/pub/scm...Jakub Kicinski12-216/+304
2022-07-05ARM: dts: imx6qdl-ts7970: Fix ngpio typo and countKris Bahnsen1-1/+1
2022-07-05arm64: dts: ls1028a: Update SFP node to include clockSean Anderson1-1/+4
2022-07-04dt-bindings: display: sun4i: Fix D1 pipeline countSamuel Holland1-0/+1
2022-07-04Merge tag 'soc-fixes-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds33-188/+300
2022-07-04drm/panfrost: Fix shrinker list corruption by madvise IOCTLDmitry Osipenko1-2/+2
2022-07-04drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr...Dmitry Osipenko1-1/+1
2022-07-04drm/rockchip: Detach from ARM DMA domain in attach_deviceSteven Price1-0/+17
2022-07-04drm/bridge: fsl-ldb: Drop DE signal polarity inversionLiu Ying1-17/+0