summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
2025-12-07bpf: Add bpf_prog_run_data_pointers()Eric Dumazet
2025-12-07bpf: Don't use %pK through printkThomas Weißschuh
2025-05-02xdp: Reset bpf_redirect_info before running a xdp's BPF prog.Sebastian Andrzej Siewior
2024-07-05bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()Christophe Leroy
2024-05-17xdp: Add xdp_do_redirect_frame() for pre-computed xdp_framesToke Høiland-Jørgensen
2024-03-26bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2022-03-08bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet
2021-12-14bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior
2021-11-18bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-09net, core: Add support for XDP redirection to slave deviceJussi Maki
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-03-30bpf: Remove unused bpf_load_pointerHe Fengqing
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov
2021-02-11bpf: Optimize program statsAlexei Starovoitov
2021-01-20bpf: Try to avoid kzalloc in cgroup/{s,g}etsockoptStanislav Fomichev
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-12bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_argsAndrii Nakryiko
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-10-27bpf: Fix -Wshadow warningsArnd Bergmann
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-10bpf: Plug hole in struct bpf_sk_lookup_kernLorenz Bauer
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-24bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu
2020-07-24net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-19net: simplify cBPF setsockopt compat handlingChristoph Hellwig