summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-04-02mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu
2026-04-02spi: use generic driver_override infrastructureDanilo Krummrich
2026-04-02netfilter: ctnetlink: use netlink policy range checksDavid Carlier
2026-04-02Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz
2026-04-02dma-mapping: add missing `inline` for `dma_free_attrs`Miguel Ojeda
2026-04-02net_sched: codel: fix stale state for empty flows in fq_codelJonas Köppeler
2026-04-02virtio-net: correct hdr_len handling for tunnel gsoXuan Zhuo
2026-04-02virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLENXuan Zhuo
2026-04-02udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-04-02ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima
2026-04-02usb: core: new quirk to handle devices with zero configurationsJie Deng
2026-04-02dma-buf: Include ioctl.h in UAPI headerIsaac J. Manjarres
2026-04-02ASoC: cs35l56: Only patch ASP registers if the DAI is part of a DAIlinkRichard Fitzgerald
2026-04-02net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels
2026-04-02tracing: Revert "tracing: Remove pid in task_rename tracing output"Xuewen Yan
2026-04-02driver core: platform: use generic driver_override infrastructureDanilo Krummrich
2026-04-02driver core: generalize driver_override in struct deviceDanilo Krummrich
2026-03-25xen/privcmd: add boot control for restricted usage in domUJuergen Gross
2026-03-25binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4Andrei Vagin
2026-03-25udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei
2026-03-25wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-03-25clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann
2026-03-25net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
2026-03-25bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet
2026-03-25nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-03-25ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATSEric Dumazet
2026-03-25serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen
2026-03-25vt: save/restore unicode screen buffer for alternate screenNicolas Pitre
2026-03-25io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe
2026-03-25firmware: stratix10-svc: Add Multi SVC clients supportMuhammad Amirul Asyraf Mohamad Jamian
2026-03-19io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe
2026-03-19mm/damon: rename min_sz_region of damon_ctx to min_region_szSeongJae Park
2026-03-19mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZSeongJae Park
2026-03-19qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier
2026-03-19kunit: irq: Ensure timer doesn't fire too frequentlyEric Biggers
2026-03-19irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supp...Marc Zyngier
2026-03-19kthread: consolidate kthread exit paths to prevent use-after-freeChristian Brauner
2026-03-19liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)
2026-03-19nsfs: tighten permission checks for ns iteration ioctlsChristian Brauner
2026-03-19mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström
2026-03-19Revert "ptdesc: remove references to folios from __pagetable_ctor() and paget...Axel Rasmussen
2026-03-19mmc: core: Avoid bitfield RMW for claim/retune flagsPenghe Geng
2026-03-19sched/mmcid: Avoid full tasklist walksThomas Gleixner
2026-03-19sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner
2026-03-19mm/tracing: rss_stat: ensure curr is false from kthread contextKalesh Singh
2026-03-19USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern
2026-03-19USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern
2026-03-19net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet
2026-03-19page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski
2026-03-19net: add xmit recursion limit to tunnel xmit functionsWeiming Shi