summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-05-14Merge tag 'hid-for-linus-2026051401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-14ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds
2026-05-14Bluetooth: serialize accept_q accessJiexun Wang
2026-05-14bridge: Add internal flags for neigh_forward_gratDanielle Ratson
2026-05-14bridge: uapi: Add neigh_forward_grat netlink attributesDanielle Ratson
2026-05-14net/sched: netem: add per-impairment extended statisticsStephen Hemminger
2026-05-13net: make is_skb_wmem() available to modulesEric Dumazet
2026-05-13macsec: use rcu_work to defer TX SA crypto cleanup out of softirqJinliang Zheng
2026-05-13macsec: use rcu_work to defer RX SA crypto cleanup out of softirqJinliang Zheng
2026-05-13netconsole: move find_skb() from netpollBreno Leitao
2026-05-13netpoll: rename and export netpoll_zap_completion_queue()Breno Leitao
2026-05-13netconsole: move netpoll_udp_checksum() from netpollBreno Leitao
2026-05-13netconsole: move push_udp() from netpollBreno Leitao
2026-05-13netconsole: move push_eth() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv4() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv6() from netpollBreno Leitao
2026-05-13netconsole: move netpoll_send_udp() from netpollBreno Leitao
2026-05-13netpoll: expose UDP packet builder helpers for netconsoleBreno Leitao
2026-05-13ptr_ring: move free-space check into separate helperSimon Schippers
2026-05-13vhost-net: wake queue of tun/tap after ptr_ring consumeSimon Schippers
2026-05-13mm/page_alloc: fix initialization of tags of the huge zero folio with init_on...David Hildenbrand (Arm)
2026-05-13mm/damon: fix damos_stat tracepoint format for sz_appliedSeongJae Park
2026-05-13Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-13Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-13vfio/pci: Make VFIO_PCI_OFFSET_TO_INDEX() return unsignedMatt Evans
2026-05-13block: pass a minsize argument to bio_iov_iter_bounceChristoph Hellwig
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-05-12dpll: add fractional frequency offset to pin-parent-deviceIvan Vecera
2026-05-12net: constify sk_skb_reason_drop() sock parameterEric Dumazet
2026-05-12rtnetlink: add RTEXT_FILTER_NAME_ONLY supportEric Dumazet
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-12HID: core: introduce hid_safe_input_report()Benjamin Tissoires
2026-05-12HID: pass the buffer size to hid_report_raw_eventBenjamin Tissoires
2026-05-12xen/arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in interface.hThomas Huth
2026-05-12netfs: Fix folio->private handling in netfs_perform_write()David Howells
2026-05-12netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()David Howells
2026-05-12netfs: Fix streaming write being overwrittenDavid Howells
2026-05-12netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes goneDavid Howells
2026-05-12netfs: Fix potential for tearing in ->remote_i_size and ->zero_pointDavid Howells
2026-05-12netfs: Fix missing barriers when accessing stream->subrequests locklesslyDavid Howells
2026-05-11net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet
2026-05-11net/sched: add const qualifiers to gnet_stats helpersEric Dumazet
2026-05-11net/sched: add qdisc_qlen_lockless() helperEric Dumazet
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet
2026-05-11net: mention the convention for .ndo_setup_tc()David Yang
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang