summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-25Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+9
2026-03-25drm: Fix use-after-free on framebuffers and property blobs when calling drm_d...Maarten Lankhorst2-4/+10
2026-03-25hwmon: (pmbus/isl68137) Fix unchecked return value and use sysfs_emit()Sanman Pradhan1-2/+5
2026-03-25hwmon: (pmbus/mp2975) Add error check for pmbus_read_word_data() return valueSanman Pradhan1-0/+2
2026-03-25icmp: fix NULL pointer dereference in icmp_tag_validation()Weiming Shi1-1/+3
2026-03-25net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error pathsAnas Iqbal1-2/+6
2026-03-25net: mvpp2: guard flow control update with global_tx_fc in buffer switchingMuhammad Hammad Ijaz1-2/+2
2026-03-25nfnetlink_osf: validate individual option lengths in fingerprintsWeiming Shi1-0/+13
2026-03-25netfilter: nf_tables: release flowtable after rcu grace period on errorPablo Neira Ayuso1-0/+1
2026-03-25netfilter: bpf: defer hook memory release until rcu readers are doneFlorian Westphal1-1/+1
2026-03-25net: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei1-5/+11
2026-03-25udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei1-1/+1
2026-03-25net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu1-19/+14
2026-03-25net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu2-9/+9
2026-03-25net/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu1-14/+9
2026-03-25net: macb: fix uninitialized rx_fs_lockFedor Pchelkin1-0/+3
2026-03-25ACPI: processor: Fix previous acpi_processor_errata_piix4() fixRafael J. Wysocki1-7/+8
2026-03-25wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck1-1/+1
2026-03-25wifi: mac80211: fix NULL deref in mesh_matches_local()Xiang Mei1-0/+3
2026-03-25iavf: fix VLAN filter lost on add/delete racePetr Oros1-3/+6
2026-03-25igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju1-5/+2
2026-03-25net: usb: aqc111: Do not perform PM inside suspend callbackNikola Z. Ivanov1-6/+6
2026-03-25clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann2-6/+13
2026-03-25net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds checkTobi Gaertner1-2/+3
2026-03-25net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds checkTobi Gaertner1-2/+3
2026-03-25net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim3-32/+30
2026-03-25net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()Jiayuan Chen3-7/+23
2026-03-25PM: runtime: Fix a race condition related to device removalBart Van Assche1-0/+1
2026-03-25sched: idle: Consolidate the handling of two special casesRafael J. Wysocki1-9/+21
2026-03-25net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering tea...Dipayaan Roy1-3/+3
2026-03-25net: bcmgenet: increase WoL poll timeoutJustin Chen1-1/+1
2026-03-25netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()Jenny Guanni Qu1-0/+2
2026-03-25netfilter: xt_time: use unsigned int for monthday bit shiftJenny Guanni Qu1-2/+2
2026-03-25netfilter: xt_CT: drop pending enqueued packets on template removalPablo Neira Ayuso1-0/+4
2026-03-25netfilter: nft_ct: drop pending enqueued packets on removalPablo Neira Ayuso1-0/+4
2026-03-25netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko1-0/+5
2026-03-25netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS caseJenny Guanni Qu1-0/+2
2026-03-25netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller1-1/+5
2026-03-25netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim1-1/+25
2026-03-25netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal1-24/+17
2026-03-25mpls: add missing unregister_netdevice_notifier to mpls_initSabrina Dubroca1-0/+1
2026-03-25net/rose: fix NULL pointer dereference in rose_transmit_link on reconnectJiayuan Chen1-0/+5
2026-03-25Bluetooth: qca: fix ROM version reading on WCN3998 chipsDmitry Baryshkov1-0/+2
2026-03-25Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_userShaurya Rane1-12/+8
2026-03-25Bluetooth: HIDP: Fix possible UAFLuiz Augusto von Dentz1-2/+14
2026-03-25Bluetooth: hci_sync: Fix hci_le_create_conn_syncMichael Grzeschik1-1/+1
2026-03-25Bluetooth: ISO: Fix defer tests being unstableLuiz Augusto von Dentz1-2/+2
2026-03-25Bluetooth: SMP: make SM/PER/KDU/BI-04-C happyChristian Eggers1-1/+1
2026-03-25Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDUChristian Eggers1-0/+1
2026-03-25Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTUChristian Eggers1-3/+7