summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-10-29net: add ndo_fdb_del_bulkNikolay Aleksandrov1-0/+9
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-1/+2
2025-10-29net: netlink: add NLM_F_BULK delete request modifierNikolay Aleksandrov1-0/+1
2025-10-29net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov1-1/+1
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-0/+6
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov1-0/+7
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-0/+15
2025-10-29scsi: libsas: Add sas_task_find_rq()John Garry1-0/+18
2025-10-29iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODEMichael Hennerich1-1/+1
2025-10-29driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki1-0/+3
2025-10-02genirq: Provide new interfaces for affinity hintsThomas Gleixner1-1/+52
2025-10-02genirq: Export affinity setter for modulesThomas Gleixner1-33/+2
2025-10-02genirq/affinity: Add irq_update_affinity_desc()John Garry1-0/+8
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-2/+38
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-0/+1
2025-09-04net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-9/+0
2025-08-28nfs: fix UAF in direct writesJosef Bacik1-0/+1
2025-08-28NFS: Fix up commit deadlocksTrond Myklebust1-0/+1
2025-08-28net/sched: act_mirred: refactor the handle of xmitwenxu1-5/+0
2025-08-28net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov1-10/+2
2025-08-28net: sched: extract qstats update code into functionsVlad Buslov1-0/+16
2025-08-28net: sched: extract bstats update code into functionVlad Buslov1-0/+7
2025-08-28net: sched: extract common action counters update code into functionVlad Buslov1-0/+2
2025-08-28mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-7/+8
2025-08-28mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2-2/+13
2025-08-28net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg1-0/+1
2025-08-28PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-0/+1
2025-08-28move_mount: allow to add a mount into an existing groupPavel Tikhomirov1-1/+2
2025-08-28uapi: in6: restore visibility of most IPv6 socket optionsJakub Kicinski1-2/+2
2025-08-28net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubsGal Pressman1-3/+3
2025-08-28netmem: fix skb_frag_address_safe with unreadable skbsMina Almasry1-1/+7
2025-08-28wifi: cfg80211: Fix interface type validationIlan Peer1-1/+1
2025-08-28io_uring: don't use int for ABIPavel Begunkov1-1/+1
2025-08-28net: drop UFO packets in udp_rcv_segment()Wang Liang1-6/+18
2025-08-28ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-0/+23
2025-08-28module: Restore the moduleparam prefix length checkPetr Pavlu1-3/+2
2025-08-28pps: fix poll supportDenis OSTERLAND-HEIM1-0/+1
2025-08-28usb: chipidea: introduce CI_HDRC_CONTROLLER_VBUS_EVENT glue layer usePeter Chen1-0/+1
2025-07-17drm/sched: Increment job count before swapping tail spsc queueMatthew Brost1-1/+3
2025-07-17RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky1-3/+4
2025-07-17regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne1-0/+2
2025-07-17usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera1-0/+1
2025-07-17vsock/uapi: fix linux/vm_sockets.h userspace compilation errorsStefano Garzarella1-0/+4
2025-07-17of: Add of_property_present() helperRob Herring1-1/+16
2025-07-17of: property: define of_property_read_u{8,16,32,64}_array() unconditionallyMichael Walle1-150/+124
2025-06-27erofs: remove unused trace event erofs_destroy_inodeGao Xiang1-18/+0
2025-06-27HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge1-1/+2
2025-06-27atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima1-0/+6
2025-06-27media: uapi: v4l: Fix V4L2_TYPE_IS_OUTPUT conditionNas Chung1-1/+0
2025-06-27ACPICA: Avoid sequence overread in call to strncmp()Ahmed Salem1-1/+1