summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-4/+6
* bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-0/+1
* bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko2020-07-251-26/+55
* bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-251-0/+2
* bpf: Implement bpf iterator for map elementsYonghong Song2020-07-251-0/+16
* bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-251-0/+6
* bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-251-1/+6
* bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-251-7/+10
* bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-251-0/+1
* bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-0/+1
* bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-4/+0
* bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-0/+1
* bpf, netns: Handle multiple link attachmentsJakub Sitnicki2020-07-171-0/+3
* bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-2/+11
|\
| * bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-2/+11
* | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-0/+1
* | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+1
* | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+3
* | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-0/+12
* | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-0/+9
|/
* 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
|\ \ | |/ |/|