summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-10net: lan966x: Fix the MTU calculationHoratiu Vultur2-1/+3
2022-11-10nfsd: fix net-namespace logic in __nfsd_file_cache_purgeJeff Layton1-3/+2
2022-11-10nfsd: fix nfsd_file_unhash_and_disposeJeff Layton1-29/+7
2022-11-10sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET1-2/+6
2022-11-10netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso1-3/+3
2022-11-10netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso1-0/+2
2022-11-10net: tun: fix bugs for oversize packet when napi frags enabledZiyang Xuan1-1/+2
2022-11-10net: sched: Fix use after free in red_enqueue()Dan Carpenter1-1/+3
2022-11-10ata: palmld: fix return value check in palmld_pata_probe()Yang Yingliang1-2/+2
2022-11-10ata: pata_legacy: fix pdc20230_set_piomode()Sergey Shtylyov1-2/+3
2022-11-10net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong1-2/+2
2022-11-10nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing1-1/+6
2022-11-10nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()Shang XiaoJing1-2/+6
2022-11-10nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing1-2/+5
2022-11-10nfc: fdp: Fix potential memory leak in fdp_nci_send()Shang XiaoJing1-1/+9
2022-11-10net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean1-3/+10
2022-11-10tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau1-5/+8
2022-11-10RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-11-10RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2-2/+10
2022-11-10net: dsa: Fix possible memory leaks in dsa_loop_init()Chen Zhongjin1-7/+18
2022-11-10nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu1-0/+1
2022-11-10NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington1-0/+3
2022-11-10SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu1-2/+10
2022-11-10NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust1-0/+1
2022-11-10NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust1-0/+1
2022-11-10NFSv4: Fix a potential state reclaim deadlockTrond Myklebust1-19/+17
2022-11-10RDMA/rxe: Fix mr leak in RESPST_ERR_RNRLi Zhijian1-1/+3
2022-11-10docs/process/howto: Replace C89 with C11Akira Yokosawa6-6/+6
2022-11-10RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu1-0/+4
2022-11-10RDMA/hns: Disable local invalidate operationYangyang Li2-13/+0
2022-11-10IB/hfi1: Correctly move list in sc_disable()Dean Luick1-2/+1
2022-11-10RDMA/cma: Use output interface for net_dev checkHÃ¥kon Bugge1-1/+1
2022-11-10usb: dwc3: gadget: Don't delay End Transfer on delayed_statusThinh Nguyen1-1/+1
2022-11-10usb: dwc3: gadget: Force sending delayed status during soft disconnectWesley Cheng1-1/+1
2022-11-03Linux 6.0.7v6.0.7Greg Kroah-Hartman1-1/+1
2022-11-03tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima1-0/+7
2022-11-03arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips2-0/+10
2022-11-03riscv: fix detection of toolchain Zihintpause supportConor Dooley3-3/+9
2022-11-03riscv: fix detection of toolchain Zicbom supportConor Dooley2-6/+7
2022-11-03riscv: mm: add missing memcpy in kasan_initQinglin Pan1-1/+6
2022-11-03net: enetc: survive memory pressure without crashingVladimir Oltean1-0/+5
2022-11-03kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet1-1/+1
2022-11-03net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-11-03net/mlx5: Fix crash during sync firmware resetSuresh Devarakonda1-3/+3
2022-11-03net/mlx5: Update fw fatal reporter state on PCI handlers successful recoverRoy Novich1-0/+4
2022-11-03net/mlx5e: TC, Reject forwarding from internal port to internal portAriel Levkovich1-1/+11
2022-11-03net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan2-6/+6
2022-11-03net/mlx5: ASO, Create the ASO SQ with the correct timestamp formatSaeed Mahameed1-0/+7
2022-11-03net/mlx5e: Update restore chain id for slow path packetsPaul Blakey2-2/+62
2022-11-03net/mlx5e: Extend SKB room check to include PTP-SQAya Levin3-0/+21