summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-1/+14
|\
| * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-301-1/+9
| * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-0/+3
| * bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-0/+1
| * bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-0/+1
|\ \ | |/ |/|
| * bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-0/+1
* | bpf: Remove bpf_image treeJiri Olsa2020-03-131-7/+1
* | bpf: Add dispatchers to kallsymsJiri Olsa2020-03-131-7/+12
* | bpf: Add trampolines to kallsymsJiri Olsa2020-03-131-0/+3
* | bpf: Add bpf_ksym_add/del functionsJiri Olsa2020-03-131-0/+3
* | bpf: Add prog flag to struct bpf_ksym objectJiri Olsa2020-03-131-0/+1
* | bpf: Move ksym_tnode to bpf_ksymJiri Olsa2020-03-131-1/+1
* | bpf: Move lnode list node to struct bpf_ksymJiri Olsa2020-03-131-1/+1
* | bpf: Add name to struct bpf_ksymJiri Olsa2020-03-131-0/+2
* | bpf: Add struct bpf_ksymJiri Olsa2020-03-131-0/+6
* | bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel2020-03-131-10/+11
* | bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko2020-03-131-1/+0
* | bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-0/+1
* | bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko2020-03-111-0/+3
* | bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer2020-03-091-1/+3
* | bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh2020-03-041-0/+10
* | bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-0/+1
* | bpf: Refactor trampoline update codeKP Singh2020-03-041-2/+11
* | bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko2020-03-021-0/+13
* | bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-271-0/+1
* | bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* | bpf: Provide recursion prevention helpersThomas Gleixner2020-02-241-0/+30
* | bpf: Use migrate_disable/enable in array macros and cgroup/lirc code.David Miller2020-02-241-4/+4
|/
* bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau2020-01-291-2/+5
* bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa2020-01-251-1/+11
* bpf: Add BPF_FUNC_jiffies64Martin KaFai Lau2020-01-221-0/+1
* bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-1/+9
* xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-2/+11
* bpf: Add batch ops to all htab bpf mapYonghong Song2020-01-151-0/+3
* bpf: Add generic support for update and delete batch opsBrian Vazquez2020-01-151-0/+10
* bpf: Add generic support for lookup batch opBrian Vazquez2020-01-151-0/+5
* bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-101-1/+6
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-2/+47
* bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-0/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-4/+76
|\
| * xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-191-2/+2
| * xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-191-2/+2
| * bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel2019-12-131-1/+1
| * bpf, xdp: Start using the BPF dispatcher for XDPBjörn Töpel2019-12-131-0/+15
| * bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+56
| * bpf: Move trampoline JIT image allocation to a functionBjörn Töpel2019-12-131-0/+1
* | bpf: Fix missing prog untrack in release_mapsDaniel Borkmann2019-12-161-0/+2
* | bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-111-0/+1
|/
* bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann2019-11-241-8/+2