summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-03bpf: Introduce pseudo_btf_idHao Luo1-9/+27
2020-10-01bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu1-0/+3
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann1-0/+14
2020-09-30bpf: Add classid helper only based on skb->skDaniel Borkmann1-0/+10
2020-09-29bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen1-2/+7
2020-09-29bpf: Add bpf_seq_printf_btf helperAlan Maguire1-0/+9
2020-09-29bpf: Add bpf_snprintf_btf helperAlan Maguire1-0/+67
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu1-0/+7
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-1/+1
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-2/+2
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-0/+1
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau1-4/+4
2020-09-16bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu1-0/+7
2020-09-11bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu1-2/+2
2020-09-07bpf: Fix formatting in documentation for BPF helpersQuentin Monnet1-42/+45
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+393
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov1-0/+8
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-0/+8
2020-08-28bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song1-2/+4
2020-08-26bpf: Add d_path helperJiri Olsa1-0/+14
2020-08-26bpf: Allow local storage to be used from LSM programsKP Singh1-2/+5
2020-08-26bpf: Implement bpf_local_storage for inodesKP Singh1-1/+39
2020-08-26bpf: Generalize bpf_sk_storageKP Singh1-2/+6
2020-08-25tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau1-0/+1
2020-08-25bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau1-1/+299
2020-08-25bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau1-1/+2
2020-08-25bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau1-1/+3
2020-08-25tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau1-0/+1
2020-08-25tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau1-0/+1
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+7
2020-08-21bpf: Fix two typos in uapi/linux/bpf.hTobias Klauser1-5/+5