summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-24irqchip/riscv-intc: Add missing free() callback in riscv_intc_domain_opsNick Hu1-1/+2
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-24bpf: Add bpf_prog_run_data_pointers()Eric Dumazet3-8/+24
2025-11-24acpi/hmat: Fix lockdep warning for hmem_register_resource()Dave Jiang1-21/+25
2025-11-24ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_baddHaein Lee1-0/+2
2025-11-24NFS: Fix LTP test failures when timestamps are delegatedDai Ngo1-6/+12
2025-11-24NFSv4: Fix an incorrect parameter when calling nfs4_call_sync()Trond Myklebust1-3/+6
2025-11-24NFS: sysfs: fix leak when nfs_client kobject add failsYang Xiuwei1-0/+1
2025-11-24NFSv2/v3: Fix error handling in nfs_atomic_open_v23()Trond Myklebust1-3/+4
2025-11-24simplify nfs_atomic_open_v23()Al Viro1-11/+5
2025-11-24pnfs: Set transport security policy to RPC_XPRTSEC_NONE unless using TLSTrond Myklebust2-4/+24
2025-11-24pnfs: Fix TLS logic in _nfs4_pnfs_v4_ds_connect()Trond Myklebust1-17/+17
2025-11-24ASoC: tas2781: fix getting the wrong device numberShenghao Ding1-2/+7
2025-11-24drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZEIan Forbes1-0/+5
2025-11-24ASoC: codecs: va-macro: fix resource leak in probe error pathHaotian Zhang1-1/+1
2025-11-24ASoC: cs4271: Fix regulator leak on probe failureHaotian Zhang1-3/+7
2025-11-24regulator: fixed: fix GPIO descriptor leak on register failureHaotian Zhang1-0/+1
2025-11-24acpi,srat: Fix incorrect device handle check for Generic InitiatorShuai Xue1-1/+1
2025-11-24Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen1-0/+1
2025-11-24ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUsGautham R. Shenoy1-1/+1
2025-11-24ACPI: CPPC: Perform fast check switch only for online CPUsGautham R. Shenoy1-1/+1
2025-11-24ACPI: CPPC: Check _CPC validity for only the online CPUsGautham R. Shenoy1-1/+1
2025-11-24ACPI: CPPC: Detect preferred core availability on online CPUsGautham R. Shenoy1-1/+1
2025-11-24hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-11-24virtio-net: fix incorrect flags recording in big modeXuan Zhuo1-5/+11
2025-11-24net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-11-24net/mlx5e: Fix potentially misleading debug messageGal Pressman1-2/+16
2025-11-24net/mlx5e: Fix wraparound in rate limiting for values above 255 GbpsGal Pressman1-1/+9
2025-11-24net/mlx5e: Fix maxrate wraparound in threshold between unitsGal Pressman1-2/+3
2025-11-24net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-11-24net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-11-24net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet2-8/+11
2025-11-24af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima1-3/+11
2025-11-24wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg1-3/+7
2025-11-24net: mdio: fix resource leak in mdiobus_register_device()Buday Csaba1-1/+4
2025-11-24tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima1-0/+2
2025-11-24net: ethernet: ti: am65-cpsw-qos: fix IET verify retry mechanismAksh Garg1-13/+14
2025-11-24net: ethernet: ti: am65-cpsw-qos: fix IET verify/response timeoutAksh Garg1-1/+23
2025-11-24net/handshake: Fix memory leak in tls_handshake_accept()Zilin Guan1-0/+1
2025-11-24net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-11-24sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet1-4/+9
2025-11-24Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen1-25/+43
2025-11-24Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen1-4/+24
2025-11-24Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen1-0/+1
2025-11-24Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAFRaphael Pinsonneault-Thibeault1-7/+6
2025-11-24Bluetooth: MGMT: cancel mesh send timer when hdev removedPauli Virtanen1-0/+1
2025-11-24NFSD: Skip close replay processing if XDR encoding failsChuck Lever1-2/+1
2025-11-24rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flagsXi Ruoyao1-1/+1
2025-11-24net: phy: micrel: lan8814 fix reset of the QSGMII interfaceHoratiu Vultur1-6/+6
2025-11-24net: phy: micrel: Replace hardcoded pages with definesHoratiu Vultur1-109/+233