summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-11net: introduce mangleid_featuresPaolo Abeni1-0/+3
2026-04-11netdevsim: fix build if SKB_EXTENSIONS=nQingfang Deng1-0/+1
2026-04-02Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-0/+1
2026-04-02futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-0/+1
2026-04-02netfs: Fix the handling of stream->front by removing itDavid Howells2-5/+4
2026-04-02mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-8/+19
2026-04-02mm/damon/core: avoid use of half-online-committed contextSeongJae Park1-0/+6
2026-04-02writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong2-11/+1
2026-04-02spi: use generic driver_override infrastructureDanilo Krummrich1-5/+0
2026-04-02netfilter: ctnetlink: use netlink policy range checksDavid Carlier1-0/+4
2026-04-02Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-2/+1
2026-04-02dma-mapping: add missing `inline` for `dma_free_attrs`Miguel Ojeda1-2/+2
2026-04-02virtio-net: correct hdr_len handling for tunnel gsoXuan Zhuo1-0/+19
2026-04-02virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLENXuan Zhuo1-4/+30
2026-04-02udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau1-0/+14
2026-04-02ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima1-1/+20
2026-04-02usb: core: new quirk to handle devices with zero configurationsJie Deng1-0/+3
2026-04-02dma-buf: Include ioctl.h in UAPI headerIsaac J. Manjarres1-0/+1
2026-04-02ASoC: cs35l56: Only patch ASP registers if the DAI is part of a DAIlinkRichard Fitzgerald1-0/+1
2026-04-02net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
2026-04-02tracing: Revert "tracing: Remove pid in task_rename tracing output"Xuewen Yan1-2/+5
2026-04-02driver core: platform: use generic driver_override infrastructureDanilo Krummrich1-5/+0
2026-04-02driver core: generalize driver_override in struct deviceDanilo Krummrich2-0/+58
2026-03-25xen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+1
2026-03-25binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4Andrei Vagin1-1/+1
2026-03-25udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei1-1/+1
2026-03-25wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau1-1/+3
2026-03-25clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-0/+5
2026-03-25net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim1-0/+28
2026-03-25bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet3-4/+8
2026-03-25nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso1-0/+2
2026-03-25serial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen1-0/+1
2026-03-25vt: save/restore unicode screen buffer for alternate screenNicolas Pitre1-0/+1
2026-03-25io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe1-0/+3
2026-03-25nsfs: 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