summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest1-0/+1
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-4/+9
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin1-11/+0
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin1-12/+0
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin1-0/+34
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov1-0/+1
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko1-0/+2
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh1-0/+1
2020-10-28bpf: Permit cond_resched for some iteratorsYonghong Song1-0/+5
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-1/+1
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo1-0/+2
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-0/+4
2020-09-29bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen1-0/+2
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen1-6/+9
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire1-0/+1
2020-09-28bpf: Provide function to get vmlinux BTF informationAlan Maguire1-0/+2
2020-09-28bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen1-5/+14
2020-09-28bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen1-1/+1
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu1-0/+3
2020-09-25bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULLJohn Fastabend1-2/+16
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-0/+1
2020-09-21bpf: Use a table to drive helper arg type checksLorenz Bauer1-0/+1
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-8/+10
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-17bpf, 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-15bpf: 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-25bpf: Add BTF_SET_START/END macrosJiri Olsa1-0/+4
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+2
2020-08-25bpf: Generalize bpf_sk_storageKP Singh1-0/+8
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-0/+7
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+4
2020-08-21bpf: 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-06bpf: Change uapi for bpf iterator map elementsYonghong Song1-4/+6
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko1-0/+1
2020-07-25bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko1-26/+55
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu1-0/+2
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song1-0/+16
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song1-0/+6
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song1-1/+6
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song1-7/+10
2020-07-25bpf: 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-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-0/+1