summaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2021-02-24bpf: Remove blank line in bpf helper description commentHangbin Liu
2021-02-13bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer
2021-02-13bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest
2021-02-11bpf: Be less specific about socket cookies guaranteesFlorent Revest
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-12bpf: Clarify return value of probe str helpersBrendan Jackman
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-11bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko
2020-12-04bpf: Add a bpf_sock_from_file helperFlorent Revest
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov
2020-11-18bpf: Add bpf_bprm_opts_set helperKP Singh
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh
2020-11-06bpf: Implement task local storageKP Singh
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann
2020-10-11bpf: Improve bpf_redirect_neigh helper descriptionDaniel Borkmann
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov
2020-10-07bpf: Fix typo in uapi/linux/bpf.hJakub Wilk
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce pseudo_btf_idHao Luo
2020-09-30bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann
2020-09-30bpf: Add classid helper only based on skb->skDaniel Borkmann
2020-09-29bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen
2020-09-28bpf: Add bpf_seq_printf_btf helperAlan Maguire
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu
2020-09-10bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu
2020-09-07tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-08-28bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song
2020-08-25bpf: Add d_path helperJiri Olsa
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh