aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/bpf_filter.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-1/+1
2026-03-09io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migrationJens Axboe1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+4
2026-02-16io_uring/bpf_filter: pass in expected filter payload sizeJens Axboe1-16/+49
2026-02-16io_uring/bpf_filter: move filter size and populate helper into structJens Axboe1-11/+6
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe1-1/+85
2026-01-27io_uring/bpf_filter: add ref counts to struct io_bpf_filterJens Axboe1-0/+7
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe1-3/+4
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe1-0/+6
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe1-0/+11
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe1-0/+321