aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-06audit: widen ino fields to u64Jeff Layton1-1/+1
2026-03-06vfs: widen inode hash/lookup functions to u64Jeff Layton1-23/+21
2026-03-06dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in Eliza SoCOdelu Kukatla1-0/+136
2026-03-06wifi: mac80211: add support for NDP ADDBA/DELBA for S1GRia Thomas3-0/+9
2026-03-06wifi: ieee80211: fix UHR operation DBE vs. P-EDCA orderJohannes Berg1-2/+2
2026-03-06Merge tag 'drm-xe-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie1-1/+9
2026-03-06Merge tag 'drm-misc-fixes-2026-03-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie1-0/+1
2026-03-06wifi: move action code from per-type frame structsJohannes Berg1-53/+30
2026-03-06VFS: make lookup_one_qstr_excl() static.NeilBrown1-3/+0
2026-03-06Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar47-172/+335
2026-03-05cgroup: Expose some cgroup helpersTejun Heo1-2/+63
2026-03-05audit: fix coding style issuesRicardo Robaina1-1/+1
2026-03-05tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima2-0/+4
2026-03-05tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.cEric Dumazet1-1/+0
2026-03-05ARM: omap: fix all kernel-doc warningsRandy Dunlap1-2/+2
2026-03-05drm/xe/xe_drm_ras: Add support for XE DRM RASRiana Tauro1-0/+79
2026-03-05drm/ras: Introduce the DRM RAS infrastructure over generic netlinkRodrigo Vivi3-0/+141
2026-03-05x86/cpu: Add platform ID to CPU matching structureDave Hansen1-0/+2
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski44-141/+318
2026-03-05Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-16/+28
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-38/+142
2026-03-05ACPI: CPPC: Move reference performance to capabilitiesPengjie Zhang1-1/+1
2026-03-05evm: fix security.evm for a file with IMA signatureCoiby Xu1-0/+8
2026-03-05Merge tag 'asoc-fix-v7.0-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai30-90/+159
2026-03-05integrity: Make arch_ima_get_secureboot integrity-wideCoiby Xu2-6/+20
2026-03-05Merge tag 'trace-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+1
2026-03-05libeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba1-0/+3
2026-03-05xsk: introduce helper to determine rxq->frag_sizeLarysa Zaremba1-0/+10
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-3/+1
2026-03-05net: ethtool: Update doc for tunableMohsin Bashir1-1/+1
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir2-0/+3
2026-03-05powercap: intel_rapl: Allow interface drivers to configure rapl_defaultsKuppuswamy Sathyanarayanan1-2/+15
2026-03-05powercap: intel_rapl: Use unit conversion macros from units.hKuppuswamy Sathyanarayanan1-0/+3
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal1-0/+5
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso1-0/+2
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior1-5/+22
2026-03-05RDMA/mlx5: Add support for TLP VAR allocationMaher Sanalla2-0/+5
2026-03-05Add support for TLP emulationLeon Romanovsky31-91/+189
2026-03-05RDMA/core: Delete not-implemented get_vector_affinityLeon Romanovsky1-23/+0
2026-03-05RDMA/nldev: Expose kernel-internal FRMR pools in netlinkMichael Guralnik1-0/+1
2026-03-05RDMA/nldev: Add command to set pinned FRMR handlesMichael Guralnik1-0/+1
2026-03-05net/mlx5: Expose TLP emulation capabilitiesMaher Sanalla1-0/+9
2026-03-05net/mlx5: Add TLP emulation device capabilitiesMaher Sanalla1-1/+22
2026-03-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextPaolo Abeni3-64/+377
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet2-3/+10
2026-03-04net: openvswitch: clean up some kernel-doc warningsRandy Dunlap1-8/+68
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet2-9/+42
2026-03-04net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den1-0/+10
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet2-11/+2
2026-03-04net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet1-1/+0