aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman1-0/+2
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman1-0/+1
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-4/+12
2021-01-12bpf: 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/crypto-2.6Linus 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-10bpf: Plug hole in struct bpf_sk_lookup_kernLorenz Bauer1-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-0/+4
2020-08-24bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu1-1/+2
2020-07-24net: 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-19net: simplify cBPF setsockopt compat handlingChristoph Hellwig1-2/+2
2020-07-17inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-0/+39
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-0/+91
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-0/+17
2020-07-08bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook1-2/+2
2020-07-08kallsyms: Refactor kallsyms_show_value() to take credKees Cook1-1/+1
2020-06-03Merge 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
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-1/+1
2020-05-04bpf: Avoid gcc-10 stringop-overflow warning in struct bpf_progArnd Bergmann1-4/+2
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev1-2/+0
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa1-6/+0
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel1-5/+4
2020-02-24bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.David Miller1-2/+3
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller1-3/+1
2020-02-24bpf: Replace cant_sleep() with cant_migrate()Thomas Gleixner1-1/+1
2020-02-24bpf: Provide bpf_prog_run_pin_on_cpu() helperThomas Gleixner1-2/+24
2020-01-16xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen1-2/+8
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-0/+2
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-17/+24
2019-12-19xdp: Remove map_to_flush and map swap detectionBjörn Töpel1-1/+0
2019-12-13bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel1-16/+24
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-6/+6
2019-12-01bpf: Avoid setting bpf insns pages read-only when prog is jitedDaniel Borkmann1-2/+6
2019-11-24bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JITDaniel Borkmann1-0/+5
2019-11-24bpf: Add initial poke descriptor table for jit imagesDaniel Borkmann1-0/+10
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich1-2/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann1-1/+0
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov1-0/+3
2019-10-17bpf: Add typecast to bpf helpers to help BTF generationAlexei Starovoitov1-1/+2
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich1-4/+4
2019-07-23bpf: fix narrower loads on s390Ilya Leoshkevich1-0/+13