summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-14libbpf: Restore umem state after socket create failureCiara Loftus1-18/+23
2021-04-14libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus1-0/+3
2021-04-14ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong1-0/+1
2021-04-14bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer1-1/+1
2021-04-14bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen1-0/+5
2021-04-14libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela1-1/+1
2021-04-14net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-04-14ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-14iwlwifi: pcie: properly set LTR workarounds on 22000 devicesJohannes Berg3-32/+37
2021-04-14ice: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-04-14ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan3-8/+7
2021-04-14ice: Fix for dereference of NULL pointerJacek Bułatek1-5/+7
2021-04-14ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman3-4/+0
2021-04-14ice: fix memory allocation callBruce Allan1-1/+1
2021-04-14ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny3-2/+31
2021-04-14ice: Increase control queue timeoutFabio Pricoco1-2/+2
2021-04-14ice: Continue probe on link/PHY errorsAnirudh Venkataramanan1-9/+6
2021-04-14batman-adv: initialize "struct batadv_tvlv_tt_vlan_data"->reserved fieldTetsuo Handa1-0/+2
2021-04-14ARM: dts: turris-omnia: configure LED[2]/INTn pin as interrupt pinMarek Behún1-0/+1
2021-04-14parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang1-1/+1
2021-04-14parisc: parisc-agp requires SBA IOMMU driverHelge Deller1-1/+1
2021-04-14of: property: fw_devlink: do not link ".*,nr-gpios"Ilya Lipnitskiy1-1/+10
2021-04-14ethtool: fix incorrect datatype in set_eee opsWong Vee Khee1-2/+2
2021-04-14fs: direct-io: fix missing sdio->boundaryJack Qiu1-2/+3
2021-04-14ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2-12/+7
2021-04-14nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoffMike Rapoport1-1/+1
2021-04-14ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich1-7/+1
2021-04-14gcov: re-fix clang-11+ supportNick Desaulniers1-10/+19
2021-04-14LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too lateAl Viro1-4/+4
2021-04-14IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOSMike Marciniszyn4-19/+16
2021-04-14cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N3-5/+20
2021-04-14cifs: escape spaces in share namesMaciek Borzecki1-1/+2
2021-04-14rfkill: revert back to old userspace API by defaultJohannes Berg2-15/+72
2021-04-14drm/amdgpu/smu7: fix CAC setting on TOPAZAlex Deucher1-1/+2
2021-04-14drm/amdgpu: Fix size overflowxinhui pan1-1/+1
2021-04-14drm/radeon: Fix size overflowxinhui pan1-2/+2
2021-04-14ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov3-18/+14
2021-04-14drm/i915: Fix invalid access to ACPI _DSM objectsTakashi Iwai1-2/+20
2021-04-14net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bitsMartin Blumenstingl1-3/+16
2021-04-14net: dsa: lantiq_gswip: Don't use PHY auto pollingMartin Blumenstingl1-26/+159
2021-04-14net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clockMartin Blumenstingl1-2/+7
2021-04-14net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum1-3/+5
2021-04-14xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu1-6/+6
2021-04-14selinux: fix race between old and new sidtabOndrej Mosnacek3-37/+145
2021-04-14selinux: fix cond_list corruption when changing booleansOndrej Mosnacek3-69/+33
2021-04-14selinux: make nslot handling in avtab more robustOndrej Mosnacek1-10/+11
2021-04-14nfc: Avoid endless loops caused by repeated llcp_sock_connect()Xiaoming Ni1-0/+4
2021-04-14nfc: fix memory leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-14nfc: fix refcount leak in llcp_sock_connect()Xiaoming Ni1-0/+2
2021-04-14nfc: fix refcount leak in llcp_sock_bind()Xiaoming Ni1-0/+2