summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-25net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never reg...Vladimir Oltean1-1/+2
2025-04-25net: bridge: switchdev: do not notify new brentries as changedJonas Gorski1-1/+3
2025-04-25net: b53: enable BPDU reception for management portJonas Gorski1-0/+10
2025-04-25netlink: specs: rt-link: adjust mctp attribute namingJakub Kicinski1-1/+2
2025-04-25netlink: specs: rt-link: add an attr layer around alt-ifnameJakub Kicinski1-3/+8
2025-04-25cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error pathAbdun Nihaal1-0/+1
2025-04-25ata: libata-sata: Save all fields from sense data descriptorNiklas Cassel1-0/+15
2025-04-25net: ethernet: ti: am65-cpsw: fix port_np reference countingMichael Walle1-1/+14
2025-04-25net: ethernet: ti: am65-cpsw-nuss: rename phy_node -> port_npAlexander Sverdlin2-4/+4
2025-04-25net: ngbe: fix memory leak in ngbe_probe() error pathAbdun Nihaal1-1/+2
2025-04-25net: openvswitch: fix nested key length validation in the set() actionIlya Maximets1-1/+2
2025-04-25block: fix resource leak in blk_register_queue() error pathZheng Qixing1-0/+2
2025-04-25net: mctp: Set SOCK_RCU_FREEMatt Johnston1-0/+3
2025-04-25pds_core: fix memory leak in pdsc_debugfs_add_qcq()Abdun Nihaal1-2/+3
2025-04-25test suite: use %zu to print size_tMatthew Wilcox (Oracle)1-2/+2
2025-04-25igc: add lock preventing multiple simultaneous PTM transactionsChristopher S M Hall2-2/+19
2025-04-25igc: cleanup PTP module if probe failsChristopher S M Hall1-0/+1
2025-04-25igc: handle the IGC_PTP_ENABLED flag correctlyChristopher S M Hall1-0/+7
2025-04-25igc: move ktime snapshot into PTM retry loopChristopher S M Hall1-9/+9
2025-04-25igc: increase wait time before retrying PTMChristopher S M Hall1-1/+4
2025-04-25igc: fix PTM cycle trigger logicChristopher S M Hall2-29/+42
2025-04-25Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...Johannes Berg1-1/+0
2025-04-25Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis1-1/+2
2025-04-25Bluetooth: btrtl: Prevent potential NULL dereferenceDan Carpenter1-0/+2
2025-04-25Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz1-2/+3
2025-04-25RDMA/core: Silence oversized kvmalloc() warningShay Drory1-2/+4
2025-04-25ASoC: cs42l43: Reset clamp override on jack removalCharles Keepax1-0/+3
2025-04-25RDMA/hns: Fix wrong maximum DMA segment sizeChengchang Tang1-1/+1
2025-04-25RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe()Yue Haibing1-7/+7
2025-04-25ovl: remove unused forward declarationGiuseppe Scrivano1-2/+0
2025-04-25ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe()Henry Martin1-1/+2
2025-04-25ASoC: dwc: always enable/disable i2s irqsBrady Norander1-7/+6
2025-04-25md/md-bitmap: fix stats collection for external bitmapsZheng Qixing1-3/+2
2025-04-25md/raid10: fix missing discard IO accountingYu Kuai1-0/+1
2025-04-25scsi: iscsi: Fix missing scsi_host_put() in error pathMiaoqian Lin1-2/+5
2025-04-25wifi: wl1251: fix memory leak in wl1251_tx_workAbdun Nihaal1-1/+3
2025-04-25wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel1-0/+3
2025-04-25wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()Remi Pommarel1-0/+1
2025-04-25wifi: at76c50x: fix use after free access in at76_disconnectAbdun Nihaal1-1/+1
2025-04-25scsi: hisi_sas: Enable force phy when SATA disk directly connectedXingui Yang2-4/+19
2025-04-25HSI: ssi_protocol: Fix use after free vulnerability in ssi_protocol Driver Du...Kaixin Wang1-0/+1
2025-04-25Bluetooth: hci_uart: Fix another race during initializationArseniy Krasnov2-6/+15
2025-04-25media: mediatek: vcodec: mark vdec_vp9_slice_map_counts_eob_coef noinlineArnd Bergmann1-1/+2
2025-04-25x86/e820: Fix handling of subpage regions when calculating nosave ranges in e...Myrrh Periwinkle1-9/+8
2025-04-25iommufd: Fail replace if device has not been attachedYi Liu1-0/+16
2025-04-25ACPI: platform-profile: Fix CFI violation when accessing sysfs filesNathan Chancellor1-10/+10
2025-04-25x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov4-36/+41
2025-04-25arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() listsDouglas Anderson1-1/+14
2025-04-25selftests: mptcp: fix incorrect fd checks in main_loopCong Liu1-2/+2
2025-04-25selftests: mptcp: close fd_in before returning in main_loopGeliang Tang1-2/+5