summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima
2025-09-04net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2025-08-28nfs: fix UAF in direct writesJosef Bacik
2025-08-28NFS: Fix up commit deadlocksTrond Myklebust
2025-08-28net/sched: act_mirred: refactor the handle of xmitwenxu
2025-08-28net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov
2025-08-28net: sched: extract qstats update code into functionsVlad Buslov
2025-08-28net: sched: extract bstats update code into functionVlad Buslov
2025-08-28net: sched: extract common action counters update code into functionVlad Buslov
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2025-08-28mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2025-08-28net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg
2025-08-28PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner
2025-08-28move_mount: allow to add a mount into an existing groupPavel Tikhomirov
2025-08-28uapi: in6: restore visibility of most IPv6 socket optionsJakub Kicinski
2025-08-28net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubsGal Pressman
2025-08-28netmem: fix skb_frag_address_safe with unreadable skbsMina Almasry
2025-08-28wifi: cfg80211: Fix interface type validationIlan Peer
2025-08-28io_uring: don't use int for ABIPavel Begunkov
2025-08-28net: drop UFO packets in udp_rcv_segment()Wang Liang
2025-08-28ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet
2025-08-28module: Restore the moduleparam prefix length checkPetr Pavlu
2025-08-28pps: fix poll supportDenis OSTERLAND-HEIM
2025-08-28usb: chipidea: introduce CI_HDRC_CONTROLLER_VBUS_EVENT glue layer usePeter Chen
2025-07-17drm/sched: Increment job count before swapping tail spsc queueMatthew Brost
2025-07-17RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky
2025-07-17regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne
2025-07-17usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera
2025-07-17vsock/uapi: fix linux/vm_sockets.h userspace compilation errorsStefano Garzarella
2025-07-17of: Add of_property_present() helperRob Herring
2025-07-17of: property: define of_property_read_u{8,16,32,64}_array() unconditionallyMichael Walle
2025-06-27erofs: remove unused trace event erofs_destroy_inodeGao Xiang
2025-06-27HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge
2025-06-27atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima
2025-06-27media: uapi: v4l: Fix V4L2_TYPE_IS_OUTPUT conditionNas Chung
2025-06-27ACPICA: Avoid sequence overread in call to strncmp()Ahmed Salem
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner
2025-06-04pid: add pidfd_prepare()Christian Brauner
2025-06-04pidfd: check pid has attached task in fdinfoChristian Brauner
2025-06-04netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2025-06-04netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2025-06-04ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai
2025-06-04btrfs: correct the order of prelim_ref arguments in btrfs__prelim_refGoldwyn Rodrigues
2025-06-04drm/atomic: clarify the rules around drm_atomic_state->allow_modesetSimona Vetter
2025-06-04rcu: fix header guard for rcu_all_qs()Ankur Arora
2025-06-04net/mlx4_core: Avoid impossible mlx4_db_alloc() order valueKees Cook
2025-06-04dma-mapping: avoid potential unused data compilation warningMarek Szyprowski
2025-06-04types: Complement the aligned types with signed 64-bit oneAndy Shevchenko
2025-05-02misc: pci_endpoint_test: Use INTX instead of LEGACYDamien Le Moal
2025-05-02PCI: Rename PCI_IRQ_LEGACY to PCI_IRQ_INTXBjorn Helgaas