summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2021-08-171-2/+3
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-24/+37
* net, core: Add support for XDP redirection to slave deviceJussi Maki2021-08-091-1/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-0/+15
|\
| * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+15
* | bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2021-07-151-1/+2
|/
* xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-241-5/+3
* bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+2
* xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-4/+15
* bpf: Remove unused bpf_load_pointerHe Fengqing2021-03-301-9/+0
* bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-0/+1
* bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau2021-03-261-2/+1
* bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-101-4/+6
* bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-101-0/+27
* bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-0/+1
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-0/+1
* bpf: Optimize program statsAlexei Starovoitov2021-02-111-3/+11
* bpf: Try to avoid kzalloc in cgroup/{s,g}etsockoptStanislav Fomichev2021-01-201-0/+5
* bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-0/+6
* bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-0/+2
* bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+1
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-4/+12
* bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_argsAndrii Nakryiko2021-01-121-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-1/+1
|\
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* | bpf: Fix -Wshadow warningsArnd Bergmann2020-10-271-11/+11
|/
* bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-2/+2
|\
| * bpf: Plug hole in struct bpf_sk_lookup_kernLorenz Bauer2020-09-101-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\ \ | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-0/+4
* | bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2020-08-241-2/+2
|/
* bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-251-1/+2
* net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-241-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-0/+147
|\
| * inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+39
| * inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+91
| * bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-0/+17
* | net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-191-2/+2
|/
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-081-2/+2
* kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-6/+2
|\
| * bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_progArnd Bergmann2020-05-041-4/+2
| * bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2020-04-261-2/+0
* | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers2020-05-081-1/+1
* | crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-1/+1
|/
* bpf: Add name to struct bpf_ksymJiri Olsa2020-03-131-6/+0
* bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel2020-03-131-5/+4
* bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.David Miller2020-02-241-2/+3