summaryrefslogtreecommitdiff
path: root/include/uapi/linux
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'io_uring-futex-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-0/+4
2023-11-02Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-0/+8
2023-11-02Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-3/+5
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2023-11-01virtio_pci: move structure to a headerMichael S. Tsirkin1-0/+11
2023-11-01vhost-vdpa: introduce IOTLB_PERSIST backend feature bitSi-Wei Liu1-0/+2
2023-11-01virtio: add definition of VIRTIO_F_NOTIF_CONFIG_DATA feature bitXuan Zhuo1-0/+5
2023-11-01vhost-vdpa: uAPI to get dedicated descriptor group idSi-Wei Liu1-0/+8
2023-11-01vhost-vdpa: introduce descriptor group backend featureSi-Wei Liu1-0/+5
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-0/+2
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds16-190/+686
2023-10-31Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini1-0/+9
2023-10-31Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-10-31Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+0
2023-10-31Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+28
2023-10-31Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+2
2023-10-30Merge tag 'for-6.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2-1/+62
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-1/+2
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+39
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas1-5/+16
2023-10-28Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+1
2023-10-28doc/netlink: Update schema to support cmd-cnt-name and cmd-max-nameDavide Caratti2-8/+4
2023-10-27perf/x86/intel: Support branch counters loggingKan Liang1-0/+3
2023-10-27perf: Add branch stack countersKan Liang1-0/+10
2023-10-27usb: raw-gadget: report suspend, resume, reset, and disconnect eventsAndrey Konovalov1-2/+12
2023-10-27crypto: FIPS 202 SHA-3 register in hash info for IMADimitri John Ledkov1-0/+3
2023-10-27bridge: add MDB get uAPI attributesIdo Schimmel1-0/+18
2023-10-27net/tcp: Add TCP_AO_REPAIRDmitry Safonov1-0/+8
2023-10-27net/tcp: Allow asynchronous delete for TCP-AO keys (MKTs)Dmitry Safonov1-1/+2
2023-10-27net/tcp: Add TCP-AO getsockopt()sDmitry Safonov1-14/+49
2023-10-27net/tcp: Add option for TCP-AO to (not) hash headerDmitry Safonov1-0/+5
2023-10-27net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov2-1/+4
2023-10-27net/tcp: Add TCP-AO segments countersDmitry Safonov2-1/+11
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov1-0/+46
2023-10-27net/tcp: Add TCP-AO config and structuresDmitry Safonov1-0/+2
2023-10-27tty: n_gsm: add copyright Siemens Mobility GmbHDaniel Starke1-0/+1
2023-10-27Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-2/+2
2023-10-27Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2-0/+38
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-10-26landlock: Support network rules with TCP bind and connectKonstantin Meskhidze1-0/+55
2023-10-26iommu/vt-d: Disallow read-only mappings to nest parent domainLu Baolu1-1/+11
2023-10-26iommufd: Add data structure for Intel VT-d stage-1 domain allocationYi Liu1-0/+30
2023-10-26iommufd: Add a nested HW pagetable objectNicolin Chen1-2/+29
2023-10-26ipv6: drop feature RTAX_FEATURE_ALLFRAGYan Zhai1-1/+1
2023-10-26mempolicy: remove confusing MPOL_MF_LAZY dead codeHugh Dickins1-1/+1
2023-10-25netkit, bpf: Add bpf programmable net deviceDaniel Borkmann2-0/+38
2023-10-25PCI/PME: Use FIELD_GET()Bjorn Helgaas1-0/+1
2023-10-25PCI/ATS: Use FIELD_GET()Bjorn Helgaas1-0/+1
2023-10-25PCI/ATS: Show PASID Capability register width in bitmasksBjorn Helgaas1-5/+5
2023-10-24net: dsa: Rename IFLA_DSA_MASTER to IFLA_DSA_CONDUITFlorian Fainelli1-1/+3