summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
3 daysBluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-0/+1
3 daysfutex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-0/+1
3 daysnetfs: Fix the handling of stream->front by removing itDavid Howells2-5/+4
3 daysmm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-8/+19
3 daysmm/damon/core: avoid use of half-online-committed contextSeongJae Park1-0/+6
3 dayswriteback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong2-11/+1
3 daysspi: use generic driver_override infrastructureDanilo Krummrich1-5/+0
3 daysnetfilter: ctnetlink: use netlink policy range checksDavid Carlier1-0/+4
3 daysBluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-2/+1
3 daysdma-mapping: add missing `inline` for `dma_free_attrs`Miguel Ojeda1-2/+2
3 daysvirtio-net: correct hdr_len handling for tunnel gsoXuan Zhuo1-0/+19
3 daysvirtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLENXuan Zhuo1-4/+30
3 daysudp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau1-0/+14
3 daysipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima1-1/+20
3 daysusb: core: new quirk to handle devices with zero configurationsJie Deng1-0/+3
3 daysdma-buf: Include ioctl.h in UAPI headerIsaac J. Manjarres1-0/+1
3 daysASoC: cs35l56: Only patch ASP registers if the DAI is part of a DAIlinkRichard Fitzgerald1-0/+1
3 daysnet: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
3 daystracing: Revert "tracing: Remove pid in task_rename tracing output"Xuewen Yan1-2/+5
3 daysdriver core: platform: use generic driver_override infrastructureDanilo Krummrich1-5/+0
3 daysdriver core: generalize driver_override in struct deviceDanilo Krummrich2-0/+58
11 daysxen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+1
11 daysbinfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4Andrei Vagin1-1/+1
11 daysudp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei1-1/+1
11 dayswifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau1-1/+3
11 daysclsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-0/+5
11 daysnet/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim1-0/+28
11 daysbonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet3-4/+8
11 daysnf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso1-0/+2
11 daysserial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen1-0/+1
11 daysvt: save/restore unicode screen buffer for alternate screenNicolas Pitre1-0/+1
11 daysio_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe1-0/+3
11 daysnsfs: tighten permission checks for ns iteration ioctlsChristian Brauner1-0/+2
2026-03-19io_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe1-0/+1
2026-03-19mm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström1-0/+8
2026-03-19qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier1-0/+1
2026-03-19kunit: irq: Ensure timer doesn't fire too frequentlyEric Biggers1-16/+28
2026-03-19irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supp...Marc Zyngier1-0/+1
2026-03-19kthread: consolidate kthread exit paths to prevent use-after-freeChristian Brauner1-1/+20
2026-03-19Revert "ptdesc: remove references to folios from __pagetable_ctor() and paget...Axel Rasmussen1-11/+6
2026-03-19mmc: core: Avoid bitfield RMW for claim/retune flagsPenghe Geng1-4/+5
2026-03-19mm/tracing: rss_stat: ensure curr is false from kthread contextKalesh Singh1-1/+7
2026-03-19USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern1-0/+3
2026-03-19USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern1-2/+3
2026-03-19net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet1-4/+6
2026-03-19page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-1/+1
2026-03-19regulator: pca9450: Add support for setting debounce settingsMartijn de Gouw1-0/+32
2026-03-19net: add xmit recursion limit to tunnel xmit functionsWeiming Shi3-0/+51
2026-03-13net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira1-0/+1
2026-03-13net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-7/+26