summaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-15KEYS: trusted: fix DCP blob payload length assignmentDavid Gstir1-1/+1
2024-08-15net: hns3: use correct release function during uninitializationPeiyang Wang1-1/+1
2024-08-15net: hns3: void array out of bound when loop tnl_numPeiyang Wang1-3/+3
2024-08-15net: hns3: fix a deadlock problem when config TC during resettingJie Wang1-0/+3
2024-08-15net: hns3: use the user's cfg after resetPeiyang Wang2-6/+21
2024-08-15net: hns3: fix wrong use of semaphore upJie Wang2-4/+4
2024-08-15selftests: net: lib: kill PIDs before del netnsMatthieu Baerts (NGI0)1-0/+1
2024-08-15pse-core: Conditionally set current limit during PI regulator registrationOleksij Rempel1-3/+8
2024-08-15net: thunder_bgx: Fix netdev structure allocationMarc Zyngier1-9/+21
2024-08-15net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson1-2/+6
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang3-23/+35
2024-08-15selftest: af_unix: Fix kselftest compilation warningsAbhinav Jain1-1/+1
2024-08-14netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter1-13/+59
2024-08-14netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter1-31/+44
2024-08-14netfilter: nf_tables: Audit log dump reset after the factPhil Sutter1-15/+13
2024-08-14selftests: netfilter: add test for br_netfilter+conntrack+queue combinationFlorian Westphal2-0/+79
2024-08-14netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal2-3/+38
2024-08-14netfilter: flowtable: initialise extack before useDonald Hunter1-1/+1
2024-08-14netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter1-1/+4
2024-08-14netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes1-0/+4
2024-08-14KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIGAmit Shah1-0/+1
2024-08-14KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson3-3/+11
2024-08-14Revert "ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error"Niklas Cassel1-2/+13
2024-08-14tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan1-16/+12
2024-08-14media: atomisp: Fix streaming no longer working on BYT / ISP2400 devicesHans de Goede2-5/+22
2024-08-14mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov1-1/+1
2024-08-13exec: Fix ToCToU between perm check and set-uid/gid usageKees Cook1-1/+7
2024-08-13perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey1-1/+2
2024-08-13KVM: eventfd: Use synchronize_srcu_expedited() on shutdownLi RongQing1-6/+7
2024-08-13KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj1-0/+28
2024-08-13KVM: x86: Make x2APIC ID 100% readonlySean Christopherson1-7/+15
2024-08-13KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())Isaku Yamahata1-4/+2
2024-08-13mlxbf_gige: disable RX filters until RX path initializedDavid Thompson4-6/+64
2024-08-13btrfs: fix invalid mapping of extent xarray stateNaohiro Aota1-7/+7
2024-08-13KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()Yue Haibing1-1/+0
2024-08-13Squashfs: sanity check symbolic link sizePhillip Lougher1-1/+6
2024-08-139p: Fix DIO read through netfsDominique Martinet6-12/+23
2024-08-13vfs: Don't evict inode under the inode lru traversing contextZhihao Cheng2-2/+42
2024-08-13btrfs: send: allow cloning non-aligned extent if it ends at i_sizeFilipe Manana1-13/+39
2024-08-13btrfs: only run the extent map shrinker from kswapd tasksFilipe Manana2-16/+16
2024-08-13btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir typeQu Wenruo1-2/+3
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik3-6/+114
2024-08-13net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell...Long Li2-9/+16
2024-08-13KVM: SVM: Fix an error code in sev_gmem_post_populate()Dan Carpenter1-2/+3
2024-08-13KVM: SVM: Fix uninitialized variable bugDan Carpenter1-1/+1
2024-08-13wifi: iwlwifi: correctly lookup DMA address in SG tableBenjamin Berg3-12/+28
2024-08-13wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_changeBert Karwatzki1-1/+1
2024-08-13net: macb: Use rcu_dereference() for idev->ifa_list in macb_suspend().Kuniyuki Iwashima1-2/+2
2024-08-13selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song1-0/+54
2024-08-13bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song1-2/+3