summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-2/+11
* bpf: Use tracing helpers for lsm programsJiri Olsa2020-06-011-0/+3
* bpf: Add support to attach bpf program to a devmap entryDavid Ahern2020-06-011-0/+5
* bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko2020-06-011-0/+13
* bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-1/+17
* bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-1/+11
* bpf: Change func bpf_iter_unreg_target() signatureYonghong Song2020-05-131-1/+1
* bpf: net: Refactor bpf_iter target registrationYonghong Song2020-05-131-1/+1
* bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song2020-05-131-3/+3
* bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song2020-05-091-0/+2
* bpf: Add bpf_map iteratorYonghong Song2020-05-091-0/+1
* bpf: Implement common macros/helpers for target iteratorsYonghong Song2020-05-091-0/+11
* bpf: Create file bpf iteratorYonghong Song2020-05-091-0/+2
* bpf: Create anonymous bpf iteratorYonghong Song2020-05-091-0/+1
* bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2020-05-091-0/+1
* bpf: Allow loading of a bpf_iter programYonghong Song2020-05-091-0/+3
* bpf: Implement an interface to register bpf_iter targetsYonghong Song2020-05-091-0/+15
* bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2020-05-011-0/+1
* bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko2020-04-281-1/+7
* bpf: Allocate ID for bpf_linkAndrii Nakryiko2020-04-281-4/+13
* bpf: Refactor bpf_link update handlingAndrii Nakryiko2020-04-281-1/+2
* bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski2020-04-261-0/+1
* bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2020-04-261-0/+8
* bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev2020-04-261-0/+1
* 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