summaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-07bpf: Change uapi for bpf iterator map elementsYonghong Song1-7/+8
2020-08-02bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko1-0/+5
2020-07-28bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko1-1/+1
2020-07-26bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko1-0/+3
2020-07-26bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-1/+6
2020-07-26bpf: Implement bpf iterator for map elementsYonghong Song1-0/+7
2020-07-18bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-0/+77
2020-07-16bpf: Drop duplicated words in uapi helper commentsRandy Dunlap1-3/+3
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-0/+5
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi1-0/+9
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-20/+21
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev1-0/+1
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu1-1/+36
2020-06-25bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-1/+8
2020-06-25bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-1/+22
2020-06-25bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song1-1/+8
2020-06-24bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin1-2/+5
2020-06-24bpf: Fix formatting in documentation for BPF helpersQuentin Monnet1-20/+21
2020-06-24Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov1-1/+1
2020-06-24bpf: Switch most helper return values from 32-bit int to 64-bit longAndrii Nakryiko1-96/+96
2020-06-16bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko1-1/+1
2020-06-09bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer1-0/+13