summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-14net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing3-31/+15
2021-05-14RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong1-0/+1
2021-05-14RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2021-05-14bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann2-6/+4
2021-05-14selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko1-8/+12
2021-05-14selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko9-48/+24
2021-05-14selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko1-4/+12
2021-05-14net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+3
2021-05-14KVM: SVM: Disable SEV/SEV-ES if NPT is disabledSean Christopherson1-10/+10
2021-05-14KVM: SVM: Free sev_asid_bitmap during init if SEV setup failsSean Christopherson1-1/+4
2021-05-14KVM: SVM: Zero out the VMCB array used to track SEV ASID associationSean Christopherson1-3/+2
2021-05-14KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVMSean Christopherson2-0/+6
2021-05-14bnxt_en: Fix RX consumer index logic in the error path.Michael Chan1-2/+4
2021-05-14selftests: mlxsw: Remove a redundant if statement in tc_flower_scale testDanielle Ratson1-5/+1
2021-05-14selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry staticPetr Machata1-1/+1
2021-05-14net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skbPhillip Potter1-2/+2
2021-05-14arm64: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RT...Kunihiko Hayashi2-3/+3
2021-05-14ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8...Kunihiko Hayashi1-1/+1
2021-05-14bnxt_en: fix ternary sign extension bug in bnxt_show_temp()Dan Carpenter1-1/+3
2021-05-14net: enetc: fix link error againArnd Bergmann1-3/+1
2021-05-14net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov1-10/+16
2021-05-14net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov1-10/+16
2021-05-14powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add')Christophe Leroy1-1/+1
2021-05-14powerpc/perf: Fix the threshold event selection for memory events in power10Athira Rajeev1-2/+2
2021-05-14wlcore: Fix buffer overrun by snprintf due to incorrect buffer sizeColin Ian King1-1/+1
2021-05-14ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan1-0/+3
2021-05-14ath10k: Fix a use after free in ath10k_htc_send_bundleLv Yunlong1-1/+1
2021-05-14ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2-2/+2
2021-05-14powerpc/64: Fix the definition of the fixmap areaChristophe Leroy3-2/+16
2021-05-14RDMA/core: Add CM to restrack after successful attachment to a deviceShay Drory1-2/+10
2021-05-14RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson1-1/+1
2021-05-14net: phy: intel-xway: enable integrated led functionsMartin Schiller1-0/+21
2021-05-14net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda1-23/+12
2021-05-14net: stmmac: fix TSO and TBS feature enabling during driver openOng Boon Leong1-3/+9
2021-05-14nfp: devlink: initialize the devlink port attribute "lanes"Yinjun Zhang1-0/+1
2021-05-14net: dsa: mv88e6xxx: Fix off-by-one in VTU devlink region sizeTobias Waldekranz1-1/+1
2021-05-14crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson1-0/+3
2021-05-14powerpc/pseries/iommu: Fix window size for direct mapping with pmemLeonardo Bras1-1/+1
2021-05-14mt76: mt7915: fix memleak when mt7915_unregister_device()Ryder Lee1-2/+1
2021-05-14mt76: mt7615: fix memleak when mt7615_unregister_device()Ryder Lee1-2/+1
2021-05-14net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King1-2/+2
2021-05-14net: marvell: prestera: fix port event handling on initVadym Kochan1-1/+2
2021-05-14vsock/virtio: free queued packets when closing socketStefano Garzarella1-9/+19
2021-05-14sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree1-2/+1
2021-05-14ALSA: usb: midi: don't return -ENOMEM when usb_urb_ep_type_check failsColin Ian King1-1/+1
2021-05-14RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one failsSindhu Devale1-4/+2
2021-05-14RDMA/cxgb4: add missing qpid incrementPotnuri Bharat Teja1-1/+1
2021-05-14gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment checkAlexander Lobakin1-4/+4
2021-05-14net: ethernet: ixp4xx: Set the DMA masks explicitlyLinus Walleij1-1/+4
2021-05-14libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest1-11/+29