summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-20bpf: Add a bpf_snprintf helperFlorent Revest1-0/+28
2021-04-14bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen1-0/+2
2021-04-13libbpf: 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-27bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+4
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+11
2021-03-09bpf: 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-05bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-1/+4
2021-03-05scripts/bpf: Abstract eBPF API target parameterJoe Stringer1-1/+1
2021-03-05bpf: Document BPF_MAP_*_BATCH syscall commandsJoe Stringer1-3/+111
2021-03-05bpf: Document BPF_PROG_QUERY syscall commandJoe Stringer1-0/+37
2021-03-05bpf: Document BPF_PROG_TEST_RUN syscall commandJoe Stringer1-3/+11
2021-03-05bpf: Document BPF_PROG_ATTACH syscall commandJoe Stringer1-0/+37
2021-03-05bpf: Document BPF_PROG_PIN syscall commandJoe Stringer1-7/+29
2021-03-05bpf: Document BPF_F_LOCK in syscall commandsJoe Stringer1-0/+10
2021-03-05bpf: Add minimal bpf() command documentationJoe Stringer1-0/+368
2021-03-05bpf: Import syscall arg documentationJoe Stringer1-1/+121
2021-02-27bpf: 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-12bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+8
2021-02-12bpf: 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-15bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman1-1/+3
2021-01-15bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman1-0/+3
2021-01-15bpf: 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
2020-12-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+9
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-12-12bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko1-2/+2
2020-12-05bpf: Add a bpf_sock_from_file helperFlorent Revest1-0/+9
2020-12-04bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko1-1/+6
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh1-0/+11
2020-11-19bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov1-0/+11
2020-11-18bpf: Add bpf_bprm_opts_set helperKP Singh1-0/+16
2020-11-11bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko1-0/+3
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh1-0/+9
2020-11-06bpf: Implement task local storageKP Singh1-0/+39
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen1-4/+18
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-0/+3
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann1-0/+17
2020-10-11bpf: Improve bpf_redirect_neigh helper descriptionDaniel Borkmann1-3/+7
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov1-1/+1
2020-10-07bpf: Fix typo in uapi/linux/bpf.hJakub Wilk1-1/+1
2020-10-03bpf: Introducte bpf_this_cpu_ptr()Hao Luo1-0/+13
2020-10-03bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-0/+18