aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu1-0/+7
2021-08-23bpf: 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-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-1/+1
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+7
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-0/+73
2021-07-14bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima1-1/+1
2021-07-07bpf: Support input xdp_md context in BPF_PROG_TEST_RUNZvi Effron1-3/+0
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima1-0/+15
2021-06-15bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima1-0/+1
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-2/+12
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek1-0/+13
2021-05-19bpf: Add cmd alias BPF_PROG_RUNAlexei Starovoitov1-0/+1
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov1-0/+7
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov1-0/+7
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov1-5/+11
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov1-0/+8
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest1-0/+28
2021-04-13bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen1-0/+2
2021-04-12libbpf: Clarify flags in ringbuf helpersPedro Tammela1-0/+16
2021-04-12bpf: Document PROG_TEST_RUN limitationsJoe Stringer1-0/+21
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang1-0/+1
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+4
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+11
2021-03-08bpf: BPF-helper for MTU checking add length inputJesper Dangaard Brouer1-5/+11
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang1-0/+5
2021-03-04bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-1/+4
2021-03-04scripts/bpf: Abstract eBPF API target parameterJoe Stringer1-1/+1
2021-03-04bpf: Document BPF_MAP_*_BATCH syscall commandsJoe Stringer1-3/+111
2021-03-04bpf: Document BPF_PROG_QUERY syscall commandJoe Stringer1-0/+37
2021-03-04bpf: Document BPF_PROG_TEST_RUN syscall commandJoe Stringer1-3/+11
2021-03-04bpf: Document BPF_PROG_ATTACH syscall commandJoe Stringer1-0/+37
2021-03-04bpf: Document BPF_PROG_PIN syscall commandJoe Stringer1-7/+29
2021-03-04bpf: Document BPF_F_LOCK in syscall commandsJoe Stringer1-0/+10
2021-03-04bpf: Add minimal bpf() command documentationJoe Stringer1-0/+368
2021-03-04bpf: Import syscall arg documentationJoe Stringer1-1/+121
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song1-0/+38
2021-02-26bpf: Remove blank line in bpf helper description commentHangbin Liu1-1/+0
2021-02-24bpf: Remove blank line in bpf helper description commentHangbin Liu1-1/+0
2021-02-13bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer1-0/+75
2021-02-13bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer1-2/+9
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+8
2021-02-11bpf: Be less specific about socket cookies guaranteesFlorent Revest1-4/+4
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-0/+1
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman1-1/+3
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman1-0/+3
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-2/+3
2021-01-12bpf: Clarify return value of probe str helpersBrendan Jackman1-5/+5