summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-251-0/+7
* bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-1/+1
* bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-0/+16
* bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-0/+7
* bpf: Implement minimal BPF perf linkAndrii Nakryiko2021-08-171-0/+2
* bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2021-07-151-1/+1
* bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2021-07-151-0/+7
* bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-0/+73
* bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2021-07-141-1/+1
* bpf: Sync tools/include/uapi/linux/bpf.hAlexei Starovoitov2021-07-141-3/+0
* bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+15
* bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-0/+1
* xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-2/+12
* bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-241-0/+13
* bpf: Add cmd alias BPF_PROG_RUNAlexei Starovoitov2021-05-191-0/+1
* bpf: Add bpf_sys_close() helper.Alexei Starovoitov2021-05-191-0/+7
* bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2021-05-191-0/+7
* bpf: Introduce fd_idxAlexei Starovoitov2021-05-191-5/+11
* bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-191-0/+8
* bpf: Add a bpf_snprintf helperFlorent Revest2021-04-191-0/+28
* bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen2021-04-131-0/+2
* libbpf: Clarify flags in ringbuf helpersPedro Tammela2021-04-121-0/+16
* bpf: Sync bpf headers in tooling infrastuctureDaniel Borkmann2021-04-121-5/+32
* sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang2021-04-011-0/+1
* bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-0/+4
* bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang2021-03-051-0/+5
* bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer2021-03-041-1/+4
* tools: Sync uapi bpf.h header with latest changesJoe Stringer2021-03-041-1/+711
* scripts/bpf: Abstract eBPF API target parameterJoe Stringer2021-03-041-1/+1
* bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+38
* bpf: Remove blank line in bpf helper description commentHangbin Liu2021-02-261-1/+0
* bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer2021-02-131-0/+75
* bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer2021-02-131-2/+9
* bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest2021-02-111-0/+8
* bpf: Be less specific about socket cookies guaranteesFlorent Revest2021-02-111-4/+4
* bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-0/+1
* bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-1/+3
* bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+3
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-2/+3
* bpf: Clarify return value of probe str helpersBrendan Jackman2021-01-121-5/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-141-0/+9
|\
| * bpf: Add a bpf_sock_from_file helperFlorent Revest2020-12-041-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+2
|\ \ | |/ |/|
| * bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
* | bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-031-1/+6
* | bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-261-0/+11
* | bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-181-0/+11
* | bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-181-0/+16
* | bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-101-0/+3
* | bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-061-0/+9