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