aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/io_uring.txt.const
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: run make extractPimyn Girgis2025-12-031-1/+1
| | | | Run make extract on next-20251111.
* sys/linux: update and remove obsolete constsMarios Pomonis2025-04-031-1/+1
| | | | | | | This commit removes CRYPTO_ALG_TYPE_COMPRESS from socket_alg.txt since it was recently removed from the kernel source tree (fce8b8d crypto: remove obsolete 'comp' compression API). It also updates a number of other consts that make extract detected.
* sys/linux: improve iouring interfaceSablin Viacheslav2024-12-261-0/+32
|
* sys/linux: add new ioctls for io_uring, dev_block and fsSablin Viacheslav2024-11-131-0/+11
|
* sys/linux: update socket_netlink_generic_gtp description filePimyn Girgis2024-07-181-1/+1
| | | | | | | Accounted for added command and added fields in gtp_policy and gtp_genl_policy. Users can create GTP devices without providing IFLA_GTP_FD0 and IFLA_GTP_FD1 arguments, if IFLA_GTP_CREATE_SOCKETS field is set.
* sys/linux: run make extractAlexander Potapenko2024-05-151-1/+1
| | | | | | | | | Make the following changes for extraction to succeed: - drop the KVM API constants for features removed in 6.9; - hardcode the three TUNNEL_*_OPT constants that cannot be extracted due to a header change; - hardcode the HCI_OP_* constants removed in 99fca36c8b412 ("Bluetooth: HCI: Remove HCI_AMP support"); - hardcode the L2CAP_* constants removed in e7b02296fb40 ("Bluetooth: Remove BT_HS"); - hardcode LANDLOCK_ACCESS_FS_IOCTL_DEV until it hits upstream.
* sys/linux: run make extractAleksandr Nogikh2024-01-301-1/+1
| | | | | Split out deprecated descriptions from socket_netlink_route_sched.txt. Adjust outdated descriptions.
* sys/linux: add more coverage for MPTCPChristoph Paasch2023-09-041-0/+5
| | | | | | New netlink command has been added to MPTCP as well as a few getsockopt. Add the necessary syskaller instructions.
* sys/linux: update consts to next-20230331Dmitry Vyukov2023-04-031-1/+0
|
* sys/linux: update const filesDmitry Vyukov2022-11-131-1/+1
| | | | Update const files on next-20221031.
* sys/linux: add io_uring new featuresLin Ma2022-10-211-6/+53
| | | | Signed-off-by: Lin Ma <linma@zju.edu.cn>
* sys/linux: regenerate constsDmitry Vyukov2022-08-101-1/+1
| | | | Regenerate consts on upstream 4e23eeebb2e57f5a28b36221aa776b5a1122dde5.
* sys/linux: update constsDmitry Vyukov2022-06-021-1/+1
| | | | | Update const files on the latest upstream commit d1dc87763f406d4e67caf16dbe438a5647692395
* sys/linux: regenerate .const filesDmitry Vyukov2022-04-251-1/+1
| | | | | Regenerated on the current upstream HEAD: 22da5264abf497a10a4ed629f07f4ba28a7ed5eb
* sys/linux: regenerate consts, remove ipxDmitry Vyukov2021-10-131-1/+1
| | | | | | Regenerate const files on the latest upstream tree. Remove IPX support since it was removed from the kernel in 7a2e838d28 ("staging: ipx: delete it from the tree").
* sys/linux: update constsDmitry Vyukov2021-02-121-1/+1
| | | | Update consts on upstream 825b5991a46ef28a05a4646c8fe1ae5cef7c7828.
* sys/linux: switch to the new .const formatDmitry Vyukov2020-08-131-0/+89
This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983