summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-03-25net: rfs: hash function changeEric Dumazet1-1/+1
2025-03-25Merge tag 'wireless-next-2025-03-20' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-32/+76
2025-03-25bonding: check xdp prog when set bond modeWang Liang1-0/+1
2025-03-25net: phylink: add functions to block/unblock rx clock stopRussell King (Oracle)1-0/+3
2025-03-25net: phylink: add phylink_prepare_resume()Russell King (Oracle)1-0/+1
2025-03-25net: reorganize IP MIB values (II)Eric Dumazet1-6/+6
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet1-0/+15
2025-03-25ipv6: fix _DEVADD() and _DEVUPD() macrosEric Dumazet1-4/+7
2025-03-25vfio: VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT support pasidYi Liu1-10/+19
2025-03-25vfio-iommufd: Support pasid [at|de]tach for physical VFIO devicesYi Liu1-0/+14
2025-03-25ida: Add ida_find_first_range()Yi Liu1-0/+11
2025-03-25iommufd: Allow allocating PASID-compatible domainYi Liu1-0/+3
2025-03-25iommufd: Support pasid attach/replaceYi Liu1-3/+6
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen1-15/+0
2025-03-25iommu: Sort out domain user dataRobin Murphy1-5/+15
2025-03-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-2/+2
2025-03-25Merge tag 'i2c-host-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang59-181/+547
2025-03-25af_unix: Explicitly include headers for non-pointer struct fields.Kuniyuki Iwashima1-2/+6
2025-03-25af_unix: Move internal definitions to net/unix/.Kuniyuki Iwashima1-75/+1
2025-03-25af_unix: Sort headers.Kuniyuki Iwashima1-2/+2
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing1-0/+1
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing2-1/+2
2025-03-25objtool: Fix up some outdated references to ENTRY/ENDPROCJosh Poimboeuf2-5/+1
2025-03-25Merge tag 'x86-fpu-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2025-03-25Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-68/+85
2025-03-25Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-37/+91
2025-03-25Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-27/+45
2025-03-25Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+4
2025-03-25Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds9-47/+221
2025-03-25Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds6-37/+61
2025-03-25Merge tag 'docs-6.15' of git://git.lwn.net/linuxLinus Torvalds2-4/+5
2025-03-25Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-11/+75
2025-03-25Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-11/+3
2025-03-25Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds6-98/+42
2025-03-25Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+4
2025-03-25Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-72/+133
2025-03-25Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-10/+96
2025-03-25rv: Add option for nested monitors and include schedGabriele Monaco1-1/+1
2025-03-25sched: Add sched tracepoints for RV task modelGabriele Monaco3-1/+30
2025-03-24net: introduce per netns packet chainsPaolo Abeni3-2/+14
2025-03-24Merge tag 'kernel-6.15-rc1.tasklist_lock' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-3/+4
2025-03-24Merge tag 'vfs-6.15-rc1.file' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+48
2025-03-24Merge tag 'vfs-6.15-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-35/+50
2025-03-24Merge tag 'vfs-6.15-rc1.initramfs' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-03-24Merge tag 'vfs-6.15-rc1.ceph' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-36/+4
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima2-6/+0
2025-03-24Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+8
2025-03-24Merge tag 'vfs-6.15-rc1.mount.namespace' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2025-03-24Merge tag 'vfs-6.15-rc1.sysv' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-214/+0
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-47/+47