summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
6 daysxen/privcmd: add boot control for restricted usage in domUJuergen Gross
6 daysbinfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4Andrei Vagin
6 daysudp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei
6 dayswifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
6 daysclsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann
6 daysnet/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
6 daysbonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet
6 daysnf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
6 daysserial: 8250: Add serial8250_handle_irq_locked()Ilpo Järvinen
6 daysvt: save/restore unicode screen buffer for alternate screenNicolas Pitre
6 daysio_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe
6 daysnsfs: tighten permission checks for ns iteration ioctlsChristian Brauner
12 daysio_uring: ensure ctx->rings is stable for task work flags manipulationJens Axboe
12 daysmm: Fix a hmm_range_fault() livelock / starvation problemThomas Hellström
12 daysqmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier
12 dayskunit: irq: Ensure timer doesn't fire too frequentlyEric Biggers
12 daysirqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supp...Marc Zyngier
12 dayskthread: consolidate kthread exit paths to prevent use-after-freeChristian Brauner
12 daysRevert "ptdesc: remove references to folios from __pagetable_ctor() and paget...Axel Rasmussen
12 daysmmc: core: Avoid bitfield RMW for claim/retune flagsPenghe Geng
12 daysmm/tracing: rss_stat: ensure curr is false from kthread contextKalesh Singh
12 daysUSB: core: Limit the length of unkillable synchronous timeoutsAlan Stern
12 daysUSB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern
12 daysnet: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet
12 dayspage_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski
12 daysregulator: pca9450: Add support for setting debounce settingsMartijn de Gouw
12 daysnet: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-13net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira
2026-03-13net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses
2026-03-12xsk: introduce helper to determine rxq->frag_sizeLarysa Zaremba
2026-03-12net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim
2026-03-12netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-12netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso
2026-03-12net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-12tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-12net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den
2026-03-12net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su
2026-03-12indirect_call_wrapper: do not reevaluate function pointerEric Dumazet
2026-03-12bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen
2026-03-12xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao
2026-03-12inet: annotate data-races around isk->inet_numEric Dumazet
2026-03-12netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequenceDavid Howells
2026-03-12pinctrl: generic: move function to amlogic-am4 driverConor Dooley
2026-03-12net: stmmac: remove support for lpi_intr_oRussell King (Oracle)
2026-03-12Revert "netfilter: nft_set_rbtree: validate open interval overlap"Greg Kroah-Hartman
2026-03-12kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor
2026-03-12tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang
2026-03-12PM: sleep: core: Avoid bit field races related to work_in_progressXuewen Yan
2026-03-12ACPI: APEI: GHES: Add helper for CPER CXL protocol errors checksFabio M. De Francesco
2026-03-12x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov