summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-241-3/+1
* bpf: Replace cant_sleep() with cant_migrate()Thomas Gleixner2020-02-241-1/+1
* bpf: Provide bpf_prog_run_pin_on_cpu() helperThomas Gleixner2020-02-241-2/+24
* xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-2/+8
* bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-17/+24
|\
| * xdp: Remove map_to_flush and map swap detectionBjörn Töpel2019-12-191-1/+0
| * bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-131-16/+24
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-6/+6
|/
* bpf: Avoid setting bpf insns pages read-only when prog is jitedDaniel Borkmann2019-12-011-2/+6
* bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann2019-11-241-0/+5
* bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann2019-11-241-0/+10
* bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich2019-11-151-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+0
|\