summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-26virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LROJason Wang1-7/+7
2021-08-26virtio-net: support XDP when not more queuesXuan Zhuo1-13/+49
2021-08-26vrf: Reset skb conntrack connection on VRF rcvLahav Schlesinger1-0/+4
2021-08-26bnxt_en: Add missing DMA memory barriersMichael Chan1-0/+12
2021-08-26bnxt_en: Disable aRFS if running on 212 firmwareMichael Chan1-0/+3
2021-08-26ptp_pch: Restore dependency on PCIAndy Shevchenko1-1/+2
2021-08-26net: 6pack: fix slab-out-of-bounds in decode_dataPavel Skripkin1-0/+6
2021-08-26bnxt: count Tx dropsJakub Kicinski1-0/+2
2021-08-26bnxt: make sure xmit_more + errors does not miss doorbellsJakub Kicinski2-13/+27
2021-08-26bnxt: disable napi before canceling DIMJakub Kicinski1-2/+1
2021-08-26bnxt: don't lock the tx queue from napi pollJakub Kicinski1-22/+32
2021-08-26bpf: Clear zext_dst of dead insnsIlya Leoshkevich1-0/+1
2021-08-26drm/mediatek: Add AAL output size configurationjason-jh.lin1-0/+2
2021-08-26drm/mediatek: Fix aal size configYongqiang Niu1-1/+1
2021-08-26soc / drm: mediatek: Move DDP component defines into mtk-mmsys.hYongqiang Niu3-36/+35
2021-08-26vdpa/mlx5: Avoid destroying MR on empty iotlbEli Cohen1-9/+0
2021-08-26vhost: Fix the calculation in vhost_overflow()Xie Yongji1-2/+8
2021-08-26bus: ti-sysc: Fix error handling for sysc_check_active_timer()Tony Lindgren1-1/+3
2021-08-26vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji1-1/+2
2021-08-26virtio: Protect vqs list accessParav Pandit3-0/+10
2021-08-26dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap1-3/+3
2021-08-26cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variantMarek Behún1-1/+5
2021-08-26iommu: Check if group is NULL before remove deviceFrank Wunderlich1-0/+3
2021-08-26arm64: dts: qcom: msm8992-bullhead: Remove PSCIPetr Vorel1-0/+4
2021-08-26arm64: dts: qcom: c630: fix correct powerdown pin for WSA881xSrinivas Kandagatla1-2/+2
2021-08-26Bluetooth: hidp: use correct wait queue when removing ctrl_waitOle Bjørn Midtbø1-1/+1
2021-08-26drm/amd/display: workaround for hard hang on HPD on native DPQingqing Zhuo1-1/+3
2021-08-26drm/amd/display: Fix Dynamic bpp issue with 8K30 with Navi 1XBing Guo1-1/+1
2021-08-26net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov1-4/+12
2021-08-26net: usb: pegasus: Check the return value of get_geristers() and friends;Petko Manolov1-33/+75
2021-08-26ARM: dts: nomadik: Fix up interrupt controller node namesSudeep Holla1-2/+2
2021-08-26qede: fix crash in rmmod qede while automatic debug collectionPrabhakar Kushwaha2-0/+9
2021-08-26drm/amdgpu: fix the doorbell missing when in CGPG issue for renoir.Yifan Zhang1-1/+20
2021-08-26scsi: core: Fix capacity set to zero after offlinining devicelijinlin1-3/+6
2021-08-26scsi: core: Avoid printing an error if target_alloc() returns -ENXIOSreekanth Reddy1-1/+2
2021-08-26scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach()Ye Bin1-2/+2
2021-08-26scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry()Harshvardhan Jha1-6/+15
2021-08-26scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv1-17/+15
2021-08-26dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not ...Peter Ujfalusi1-2/+7
2021-08-26ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218Dave Gerlach1-1/+1
2021-08-26net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-1/+1
2021-08-26spi: spi-mux: Add module info needed for autoloadingUwe Kleine-König1-0/+8
2021-08-26dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()Yu Kuai1-1/+1
2021-08-26dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfersAdrian Larumbe1-0/+12
2021-08-26USB: core: Fix incorrect pipe calculation in do_proc_control()Alan Stern1-1/+1
2021-08-26USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern1-0/+6
2021-08-26KVM: X86: Fix warning caused by stale emulation contextWanpeng Li1-5/+5
2021-08-26KVM: x86: Factor out x86 instruction emulation with decodingWei Huang2-23/+41
2021-08-26media: drivers/media/usb: fix memory leak in zr364xx_probePavel Skripkin1-7/+6
2021-08-26media: zr364xx: fix memory leaks in probe()Dan Carpenter1-18/+31