summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-21bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang1-0/+7
2022-05-12bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou1-0/+9
2022-05-11bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-0/+9
2022-05-11bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-0/+1
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan1-0/+4
2022-04-26bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi1-0/+12
2022-03-21bpf: Adjust BPF stack helper functions to accommodate skip > 0Namhyung Kim1-4/+4
2022-03-18bpf: Add cookie support to programs attached with kprobe multi linkJiri Olsa1-0/+1
2022-03-18bpf: Add multi kprobe linkJiri Olsa1-0/+13
2022-03-11bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu1-0/+11
2022-03-11bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen1-2/+2
2022-03-11bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau1-19/+21
2022-03-10bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen1-0/+3
2022-03-03bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau1-1/+40
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki1-1/+2
2022-01-31bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki1-1/+2
2022-01-25bpf: Add bpf_copy_from_user_task() helperKenny Yu1-0/+11
2022-01-22net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi1-0/+18
2022-01-22bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi1-0/+7
2022-01-22bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi1-0/+5
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu1-0/+18
2022-01-19uapi/bpf: Add missing description and returns for helper documentationUsama Arif1-0/+15
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa1-0/+28
2021-12-12bpf: Add bpf_strncmp helperHou Tao1-0/+11
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov1-1/+58
2021-12-02bpf: Define enum bpf_core_relo_kind as uapi.Alexei Starovoitov1-0/+19
2021-11-30bpf: Add bpf_loop helperJoanne Koong1-0/+25
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang1-1/+1
2021-11-11bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush1-0/+1
2021-11-07bpf: Introduce helper bpf_find_vmaSong Liu1-0/+20
2021-11-02bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong1-0/+1
2021-10-29bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi1-0/+16
2021-10-28bpf: Add bloom filter map implementationJoanne Koong1-0/+9
2021-10-22bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky1-0/+1
2021-10-22bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen1-0/+7
2021-09-18bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky1-2/+3
2021-09-18bpf: Add bpf_trace_vprintk helperDave Marchevsky1-0/+11
2021-09-15bpf: Update bpf_get_smp_processor_id() documentationMatteo Croce1-1/+1
2021-09-13bpf: Introduce helper bpf_get_branch_snapshotSong Liu1-0/+22
2021-09-11bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko1-0/+2
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu1-0/+7
2021-08-24bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky1-1/+1
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko1-0/+16
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-0/+7
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko1-0/+2
2021-07-16bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-1/+1
2021-07-16bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+7
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-0/+73
2021-07-15bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima1-1/+1
2021-07-08bpf: Support input xdp_md context in BPF_PROG_TEST_RUNZvi Effron1-3/+0