summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-02Linux 6.7.8v6.7.8Greg Kroah-Hartman1-1/+1
2024-03-02fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESSMark O'Donovan1-1/+1
2024-03-01Linux 6.7.7v6.7.7Greg Kroah-Hartman1-1/+1
2024-03-01selftests: mptcp: add mptcp_lib_get_counterGeliang Tang4-86/+73
2024-03-01selftests: mptcp: join: stop transfer when check is done (part 2)Matthieu Baerts (NGI0)1-11/+6
2024-03-01mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou1-1/+4
2024-03-01selftests: mptcp: join: stop transfer when check is done (part 1)Matthieu Baerts (NGI0)1-2/+2
2024-03-01mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed1-0/+2
2024-03-01i2c: imx: when being a target, mark the last read as processedCorey Minyard1-0/+5
2024-03-01drm/amd/display: fix null-pointer dereference on edid readingMelissa Wen1-4/+15
2024-03-01drm/amd/display: Fix memory leak in dm_sw_fini()Armin Wolf1-0/+1
2024-03-01drm/amd/display: Fix potential null pointer dereference in dc_dmub_srvSrinivasan Shanmugam1-2/+5
2024-03-01selftests/iommu: fix the config fragmentMuhammad Usama Anjum1-2/+3
2024-03-01drm/syncobj: handle NULL fence in syncobj_eventfd_entry_funcErik Kurzinger1-1/+12
2024-03-01iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlockJason Gunthorpe1-26/+12
2024-03-01iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang4-10/+29
2024-03-01drm/syncobj: call drm_syncobj_fence_add_wait when WAIT_AVAILABLE flag is setErik Kurzinger1-2/+4
2024-03-01net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli1-1/+3
2024-03-01Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman1-0/+10
2024-03-01phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont1-9/+32
2024-03-01phonet: take correct lock to peek at the RX queueRémi Denis-Courmont1-2/+2
2024-03-01net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur3-0/+4
2024-03-01net/sched: flower: Add lock protection when remove filter handleJianbo Liu1-1/+4
2024-03-01devlink: fix port dump cmd typeJiri Pirko1-1/+1
2024-03-01tools: ynl: don't leak mcast_groups on init errorJakub Kicinski1-1/+7
2024-03-01tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski1-3/+8
2024-03-01net: mctp: put sock on tag allocation failureJeremy Kerr1-1/+1
2024-03-01netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal1-1/+1
2024-03-01netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso1-38/+40
2024-03-01netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso1-0/+1
2024-03-01netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2-4/+14
2024-03-01netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal1-0/+1
2024-03-01tls: don't skip over different type records from the rx_listSabrina Dubroca1-8/+14
2024-03-01tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca1-1/+1
2024-03-01tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca1-0/+2
2024-03-01hwmon: (nct6775) Fix access to temperature configuration registersGuenter Roeck1-2/+12
2024-03-01cache: ax45mp_cache: Align end size to cache boundary in ax45mp_dma_cache_wba...Lad Prabhakar1-0/+4
2024-03-01bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida1-2/+5
2024-03-01s390: use the correct count for __iowrite64_copy()Jason Gunthorpe1-1/+1
2024-03-01iommufd: Reject non-zero data_type if no data_len is providedJason Gunthorpe1-1/+2
2024-03-01net: ipa: don't overrun IPA suspend interrupt registersAlex Elder1-1/+1
2024-03-01net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet3-34/+15
2024-03-01octeontx2-af: Consider the action set by PFSubbaraya Sundeep1-0/+4
2024-03-01iommu/vt-d: Set SSADE when attaching to a parent with dirty trackingYi Liu1-0/+2
2024-03-01iommu/vt-d: Add missing dirty tracking set for parent domainYi Liu1-0/+35
2024-03-01iommu/vt-d: Wrap the dirty tracking loop to be a helperYi Liu1-11/+24
2024-03-01iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()Yi Liu3-7/+4
2024-03-01iommu/vt-d: Track nested domains in parentYi Liu3-5/+31
2024-03-01iommu/vt-d: Update iotlb in nested domain attachYi Liu3-3/+4
2024-03-01drm/i915/tv: Fix TV modeMaxime Ripard2-10/+10