summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-221-1/+0
* | bpf: Add support for BTF pointers to interpreterAlexei Starovoitov2019-10-171-0/+3
* | bpf: Add typecast to bpf helpers to help BTF generationAlexei Starovoitov2019-10-171-1/+2
|/
* bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-161-4/+4
* bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-231-0/+13
* bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev2019-07-151-1/+1
* bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev2019-07-081-0/+6
* bpf_xdp_redirect_map: Perform map lookup in eBPF helperToke Høiland-Jørgensen2019-06-291-0/+1
* devmap: Rename ifindex member in bpf_redirect_infoToke Høiland-Jørgensen2019-06-291-1/+1
* bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-271-0/+10
* bpf: cgroup inet skb programs can return 0 to 3brakmo2019-05-311-1/+2
* bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-241-0/+1
* bpf: introduce new mov32 variant for doing explicit zero extensionJiong Wang2019-05-241-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-0/+16
|\
| * bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-0/+3
| * bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-0/+3
| * bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov2019-04-121-0/+2
| * bpf: Sysctl hookAndrey Ignatov2019-04-121-0/+8
* | bpf: Use vmalloc special flagRick Edgecombe2019-04-301-14/+3