summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-08bpf: Use u64_stats_t in struct bpf_prog_statsEric Dumazet1-5/+5
2021-12-14bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior1-3/+0
2021-11-18bpf: Avoid races in __bpf_prog_run() for 32bit archesEric Dumazet1-2/+3
2021-10-23bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-0/+1
2021-09-04Merge 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-10net, 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-16bpf: 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-27bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+1
2021-03-27bpf: 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
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov1-0/+1
2021-02-11bpf: Optimize program statsAlexei Starovoitov1-3/+11
2021-01-21bpf: Try to avoid kzalloc in cgroup/{s,g}etsockoptStanislav Fomichev1-0/+5
2021-01-15bpf: Add bitwise atomic instructionsBrendan Jackman1-0/+6
2021-01-15bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman1-0/+2
2021-01-15bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman1-0/+1
2021-01-15bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-4/+12
2021-01-13bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_argsAndrii Nakryiko1-1/+1
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-10-27bpf: Fix -Wshadow warningsArnd Bergmann1-11/+11
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen1-0/+9
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2020-09-11bpf: Plug hole in struct bpf_sk_lookup_kernLorenz Bauer1-2/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-0/+4
2020-08-25bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-26bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu1-1/+2
2020-07-25net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig1-1/+2
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+147
2020-07-20net: simplify cBPF setsockopt compat handlingChristoph Hellwig1-2/+2
2020-07-18inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-0/+39
2020-07-18inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-0/+91
2020-07-18bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-0/+17
2020-07-09bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-2/+2
2020-07-09kallsyms: Refactor kallsyms_show_value() to take credKees Cook1-1/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+2
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers1-1/+1