summaryrefslogtreecommitdiffstats
path: root/io_uring/bpf_filter.c
AgeCommit message (Expand)AuthorLines
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+4
2026-02-16io_uring/bpf_filter: pass in expected filter payload sizeJens Axboe-16/+49
2026-02-16io_uring/bpf_filter: move filter size and populate helper into structJens Axboe-11/+6
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe-1/+85
2026-01-27io_uring/bpf_filter: add ref counts to struct io_bpf_filterJens Axboe-0/+7
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe-3/+4
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe-0/+6
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe-0/+11
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe-0/+321