summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-2/+1
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen1-6/+6
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi1-4/+4
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu1-0/+5
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu1-0/+6
2022-09-16bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta1-1/+1
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau1-2/+1
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu1-0/+8
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar1-0/+1
2022-06-16bpf: move bpf_prog to bpf.hDelyan Kratunov1-34/+0
2022-03-16bpf: Fix net.core.bpf_jit_harden raceHou Tao1-0/+1
2022-03-10bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau1-1/+1
2022-03-03bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau1-1/+2
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu1-9/+12
2022-02-07bpf: Use size instead of pages in bpf_binary_headerSong Liu1-3/+3
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu1-1/+4
2022-01-05xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen1-0/+4
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-1/+1
2021-11-30bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior1-3/+0
2021-11-10bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush1-2/+5
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+11
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-7/+8
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-10-27bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet1-5/+5
2021-10-27bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet1-2/+3
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-0/+1
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook1-2/+4
2021-09-28bpf: Replace callers of BPF_CAST_CALL with proper function typedefKees Cook1-5/+0
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook1-1/+5
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-2/+0
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko1-2/+3
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-24/+37
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki1-1/+12
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+15
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa1-1/+2
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen1-5/+3
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima1-0/+2
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-4/+15
2021-03-30bpf: Remove unused bpf_load_pointerHe Fengqing1-9/+0
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+1
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau1-2/+1
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel1-4/+6
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel1-0/+27
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-0/+1