summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-22bpf: Use a table to drive helper arg type checksLorenz Bauer1-0/+1
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-8/+10
2020-09-22btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-18bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski1-0/+3
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski1-2/+2
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski1-0/+1
2020-09-16bpf: Mutex protect used_maps array and countYiFei Zhu1-0/+1
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov1-0/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-0/+3
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+16
2020-08-26bpf: Add BTF_SET_START/END macrosJiri Olsa1-0/+4
2020-08-26bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+2
2020-08-26bpf: Generalize bpf_sk_storageKP Singh1-0/+8
2020-08-22bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-0/+7
2020-08-22bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+4
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+6
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov1-0/+1
2020-08-07bpf: Change uapi for bpf iterator map elementsYonghong Song1-4/+6
2020-08-02bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko1-0/+1
2020-07-26bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko1-26/+55
2020-07-26bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu1-0/+2
2020-07-26bpf: Implement bpf iterator for map elementsYonghong Song1-0/+16
2020-07-26bpf: Support readonly/readwrite buffers in verifierYonghong Song1-0/+6
2020-07-26bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song1-1/+6
2020-07-26bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-7/+10
2020-07-26bpf: Add bpf_prog iteratorAlexei Starovoitov1-0/+1
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song1-0/+1
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song1-4/+0
2020-07-18bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-0/+1
2020-07-18bpf, netns: Handle multiple link attachmentsJakub Sitnicki1-0/+3
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-0/+6
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+11
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu1-0/+1
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-2/+11
2020-06-25bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-0/+1
2020-06-25bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-0/+3
2020-06-25bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song1-0/+12
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov1-0/+9
2020-06-02bpf: Use tracing helpers for lsm programsJiri Olsa1-0/+3
2020-06-02bpf: Add support to attach bpf program to a devmap entryDavid Ahern1-0/+5
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko1-0/+13
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-1/+17
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-1/+11
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song1-1/+1
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song1-1/+1
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song1-3/+3
2020-05-10bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song1-0/+2
2020-05-10bpf: Add bpf_map iteratorYonghong Song1-0/+1
2020-05-10bpf: Implement common macros/helpers for target iteratorsYonghong Song1-0/+11
2020-05-10bpf: Create file bpf iteratorYonghong Song1-0/+2