summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bpf: Implement task local storageKP Singh2020-11-061-0/+39
|/
* bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-4/+18
* bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-0/+3
* bpf: Add redirect_peer helperDaniel Borkmann2020-10-111-0/+17
* bpf: Improve bpf_redirect_neigh helper descriptionDaniel Borkmann2020-10-111-3/+7
* bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov2020-10-091-1/+1
* bpf: Fix typo in uapi/linux/bpf.hJakub Wilk2020-10-071-1/+1
* bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-021-0/+13
* bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-0/+18
* bpf: Introduce pseudo_btf_idHao Luo2020-10-021-9/+27
* bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu2020-09-301-0/+3
* bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann2020-09-301-0/+14
* bpf: Add classid helper only based on skb->skDaniel Borkmann2020-09-301-0/+10
* bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-291-2/+7
* bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-281-0/+9
* bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+67
* bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-0/+7
* bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-1/+1
* bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2
* bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-0/+1
* bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau2020-09-251-4/+4
* bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu2020-09-151-0/+7
* bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu2020-09-101-2/+2
* bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-09-071-42/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-5/+393
|\
| * bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-281-0/+8
| * bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-0/+8
| * bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song2020-08-281-2/+4
| * bpf: Add d_path helperJiri Olsa2020-08-251-0/+14
| * bpf: Allow local storage to be used from LSM programsKP Singh2020-08-251-2/+5
| * bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-1/+39