summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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/g...Paolo Abeni3-64/+377
2026-03-05net: use ktime_t in struct scm_timestamping_internalEric Dumazet2-3/+10
2026-03-05net: openvswitch: clean up some kernel-doc warningsRandy Dunlap1-8/+68
2026-03-05tcp: secure_seq: add back ports to TS offsetEric Dumazet2-9/+42
2026-03-05net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den1-0/+10
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet2-11/+2
2026-03-05net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet1-1/+0
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet2-24/+23
2026-03-05net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet1-3/+8
2026-03-05net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet1-1/+0
2026-03-05net: add rps_tag_ptr type and helpersEric Dumazet1-0/+24
2026-03-05net: fix off-by-one in udp_flow_src_port() / psp_write_headers()Eric Dumazet1-1/+2
2026-03-05Merge tag 'wireless-next-2026-03-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-27/+358
2026-03-05Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-2/+25
2026-03-04dt-bindings: arm: qcom,ids: Add SoC ID for CQ7790Krzysztof Kozlowski1-0/+2
2026-03-04mm/mmu_notifier: clean up mmu_notifier.h kernel-docRandy Dunlap1-15/+16
2026-03-04uaccess: correct kernel-doc parameter formatRandy Dunlap1-2/+2
2026-03-04Revert "ptdesc: remove references to folios from __pagetable_ctor() and paget...Axel Rasmussen1-11/+6
2026-03-04KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once moreSean Christopherson1-8/+0
2026-03-04KVM: x86: Move kvm_rebooting to x86Sean Christopherson1-1/+7
2026-03-04xen/xenbus: better handle backend crashJuergen Gross1-0/+1
2026-03-04xenbus: add xenbus_device parameter to xenbus_read_driver_state()Juergen Gross1-1/+2
2026-03-04drm/dp: Add definition for Panel Replay full-line granularityJouni Högander1-0/+2
2026-03-04drm/intel: add pick.h for the various "picker" helpersJani Nikula1-0/+51
2026-03-04drm/intel: add reg_bits.h for the various register content helpersJani Nikula1-0/+139
2026-03-04wifi: UHR: define DPS/DBE/P-EDCA elements and fix size parsingKarthikeyan Kathirvel1-6/+265
2026-03-04ipvs: use more keys for connection hashingJulian Anastasov1-35/+69
2026-03-04ipvs: switch to per-net connection tableJulian Anastasov1-5/+29
2026-03-04ipvs: use resizable hash table for servicesJulian Anastasov1-15/+34
2026-03-04ipvs: add resizable hash tablesJulian Anastasov1-0/+198
2026-03-04rculist_bl: add hlist_bl_for_each_entry_continue_rcuJulian Anastasov1-9/+40
2026-03-04ipv6: make ipv6_anycast_destination logic usable without dst_entryFlorian Westphal1-4/+11
2026-03-04dma-mapping: benchmark: add support for dma_map_sgQinxin Xia1-1/+4
2026-03-04dma-mapping: benchmark: modify the framework to adapt to more map modesQinxin Xia1-1/+7
2026-03-04drm/dp: Add definition for Panel Replay full-line granularityJouni Högander1-0/+2
2026-03-04tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang1-0/+1
2026-03-04net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su1-1/+1
2026-03-04stop_machine: Fix the documentation for a NULL cpus argumentThomas Weißschuh1-2/+2
2026-03-04power: supply: max17042: consider task period (max77759)André Draszik1-0/+1
2026-03-04power: supply: max17042: initial support for Maxim MAX77759André Draszik1-2/+22
2026-03-03bpf: Factor out program return value calculationEmil Tsalapatis1-0/+1
2026-03-03drm/i915: add VMA to parent interfaceJani Nikula1-0/+7
2026-03-03Revert "driver core: enforce device_lock for driver_match_device()"Danilo Krummrich1-0/+2
2026-03-03indirect_call_wrapper: do not reevaluate function pointerEric Dumazet1-7/+11
2026-03-03net: mana: Trigger VF reset/recovery on health check failure due to HWC timeoutDipayaan Roy1-2/+14
2026-03-03bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen1-0/+1
2026-03-03Merge drm/drm-next into drm-misc-nextThomas Zimmermann33-98/+192