summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest2020-12-081-0/+1
* bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-4/+9
* bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin2020-12-021-11/+0
* bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin2020-12-021-12/+0
* bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-0/+34
* bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+1
* bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-101-0/+2
* bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-061-0/+1
* bpf: Permit cond_resched for some iteratorsYonghong Song2020-10-281-0/+5
* bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-1/+1
* bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-021-0/+2
* bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-0/+4
* bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-291-0/+2
* bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-291-6/+9
* bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+1
* bpf: Provide function to get vmlinux BTF informationAlan Maguire2020-09-281-0/+2
* bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen2020-09-281-5/+14
* bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2020-09-281-1/+1
* bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-0/+3
* bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULLJohn Fastabend2020-09-251-2/+16
* bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau2020-09-251-0/+1
* bpf: Use a table to drive helper arg type checksLorenz Bauer2020-09-211-0/+1
* bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-211-8/+10
* btf: Make btf_set_contains take a const pointerLorenz Bauer2020-09-211-1/+1
* bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2020-09-171-0/+3
* bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2020-09-171-2/+2
* bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski2020-09-171-0/+1
* bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-151-0/+1
* bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-281-0/+1
* bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-0/+3
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+16
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-251-0/+4
* bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-251-0/+2
* bpf: Generalize bpf_sk_storageKP Singh2020-08-251-0/+8
* bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer2020-08-211-0/+7
* bpf: Implement link_query callbacks in map element iteratorsYonghong Song2020-08-211-0/+4
* bpf: Implement link_query for bpf iteratorsYonghong Song2020-08-211-0/+6
* bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov2020-08-201-0/+1
* 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