summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-04KVM: SVM: Initialize per-CPU svm_data at the end of hardware setupSean Christopherson-6/+7
2025-11-04KVM: x86: Call out MSR_IA32_S_CET is not handled by XSAVESChao Gao-9/+8
2025-11-04KVM: x86: Harden KVM against imbalanced load/put of guest FPU stateSean Christopherson-0/+6
2025-11-04KVM: x86: Unload "FPU" state on INIT if and only if its currently in-useSean Christopherson-11/+16
2025-11-04x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcodeMario Limonciello-0/+1
2025-11-04nfsd: add missing FATTR4_WORD2_CLONE_BLKSIZE from supported attributesOlga Kornievskaia-0/+1
2025-11-04nfsd: fix refcount leak in nfsd_set_fh_dentry()NeilBrown-3/+3
2025-11-04Merge branch 'xsk-minor-optimizations-around-locks'Paolo Abeni-22/+21
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing-14/+17
2025-11-04xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lockJason Xing-8/+4
2025-11-04smb: client: fix potential UAF in smb2_close_cached_fid()Henrique Carvalho-7/+9
2025-11-04ksmbd: detect RDMA capable netdevs include IPoIBNamjae Jeon-0/+4
2025-11-04ksmbd: detect RDMA capable lower devices when bridge and vlan netdev is usedNamjae Jeon-1/+19
2025-11-04parisc: Avoid crash due to unaligned access in unwinderHelge Deller-3/+10
2025-11-04net: add net cookie for net device trace eventsTonghao Zhang-10/+27
2025-11-04Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+24
2025-11-03Merge branch 'ethtool-introduce-phy-mse-diagnostics-uapi-and-drivers'Jakub Kicinski-1/+897
2025-11-03net: phy: dp83td510: add MSE interface support for 10BASE-T1LOleksij Rempel-0/+62
2025-11-03net: phy: micrel: add MSE interface support for KSZ9477 familyOleksij Rempel-0/+102
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel-1/+527
2025-11-03net: phy: introduce internal API for PHY MSE diagnosticsOleksij Rempel-0/+206
2025-11-03Merge branch 'add-support-to-do-threaded-napi-busy-poll'Jakub Kicinski-19/+145
2025-11-03selftests: Add napi threaded busy poll test in `busy_poller`Samiullah Khawaja-4/+36
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja-15/+109
2025-11-03Merge branch 'mpls-remove-rtnl-dependency'Jakub Kicinski-128/+224
2025-11-03mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE.Kuniyuki Iwashima-3/+5
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima-20/+43
2025-11-03mpls: Convert RTM_GETNETCONF to RCU.Kuniyuki Iwashima-14/+30
2025-11-03mpls: Convert mpls_dump_routes() to RCU.Kuniyuki Iwashima-10/+16
2025-11-03mpls: Use mpls_route_input() where appropriate.Kuniyuki Iwashima-19/+13
2025-11-03mpls: Add mpls_route_input().Kuniyuki Iwashima-10/+18
2025-11-03mpls: Pass net to mpls_dev_get().Kuniyuki Iwashima-6/+8
2025-11-03mpls: Add mpls_dev_rcu().Kuniyuki Iwashima-7/+12
2025-11-03mpls: Use in6_dev_rcu() and dev_net_rcu() in mpls_forward() and mpls_xmit().Kuniyuki Iwashima-10/+12
2025-11-03ipv6: Add in6_dev_rcu().Kuniyuki Iwashima-0/+5
2025-11-03mpls: Unify return paths in mpls_dev_notify().Kuniyuki Iwashima-8/+16
2025-11-03mpls: Hold dev refcnt for mpls_nh.Kuniyuki Iwashima-19/+45
2025-11-03mpls: Return early in mpls_label_ok().Kuniyuki Iwashima-6/+5
2025-11-03net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixupQendrim Maxhuni-0/+6
2025-11-03sctp: make sctp_transport_init() voidHuiwen He-15/+6
2025-11-03net: spacemit: Check netif_running() in emac_set_pauseparam()Vivian Wang-0/+3
2025-11-03octeontx2-pf: Fix devm_kcalloc() error checkingDan Carpenter-4/+2
2025-11-03net: ionic: map SKB after pseudo-header checksum prepMohammad Heib-17/+13
2025-11-03net: ionic: add dma_wmb() before ringing TX doorbellMohammad Heib-0/+4
2025-11-03Merge branch 'fix-sctp-diag-locking-issues'Jakub Kicinski-5/+16
2025-11-03sctp: Hold sock lock while iterating over address listStefan Wiehler-5/+9
2025-11-03sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler-0/+3
2025-11-03sctp: Hold RCU read lock while iterating over address listStefan Wiehler-0/+4
2025-11-03net: stmmac: rename devlink parameter ts_coarse into phc_coarse_adjMaxime Chevallier-7/+16
2025-11-03Merge branch 'net-phy-micrel-lan8842-erratas'Jakub Kicinski-0/+163