summaryrefslogtreecommitdiff
path: root/io_uring/bpf_filter.c
AgeCommit message (Expand)Author
2026-03-13Merge tag 'io_uring-7.0-20260312' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-09io_uring/bpf_filter: use bpf_prog_run_pin_on_cpu() to prevent migrationJens Axboe
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-16io_uring/bpf_filter: pass in expected filter payload sizeJens Axboe
2026-02-16io_uring/bpf_filter: move filter size and populate helper into structJens Axboe
2026-02-06io_uring: allow registration of per-task restrictionsJens Axboe
2026-01-27io_uring/bpf_filter: add ref counts to struct io_bpf_filterJens Axboe
2026-01-27io_uring/bpf_filter: cache lookup table in ctx->bpf_filtersJens Axboe
2026-01-27io_uring/bpf_filter: allow filtering on contents of struct open_howJens Axboe
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe
2026-01-27io_uring: add support for BPF filtering for opcode restrictionsJens Axboe