summaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux/bpf.h
AgeCommit message (Expand)Author
2020-09-15bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu
2020-09-10bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu
2020-09-07tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov
2020-08-28bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song
2020-08-25bpf: Add d_path helperJiri Olsa
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-08-25bpf: Generalize bpf_sk_storageKP Singh
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau
2020-08-24bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau
2020-08-24tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau
2020-08-21bpf: Implement link_query for bpf iteratorsYonghong Song
2020-08-21bpf: Fix two typos in uapi/linux/bpf.hTobias Klauser
2020-08-06tools/bpf: Support new uapi for map element bpf iteratorYonghong Song
2020-08-01libbpf: Add bpf_link detach APIsAndrii Nakryiko
2020-07-28bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko
2020-07-25libbpf: Add support for BPF XDP linkAndrii Nakryiko
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song
2020-07-17bpf: Sync linux/bpf.h to tools/Jakub Sitnicki
2020-07-16bpf: Drop duplicated words in uapi helper commentsRandy Dunlap
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-08libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song
2020-06-24bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin
2020-06-23bpf: Fix formatting in documentation for BPF helpersQuentin Monnet
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov
2020-06-24bpf: Switch most helper return values from 32-bit int to 64-bit longAndrii Nakryiko
2020-06-16bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko
2020-06-09bpf: Selftests and tools use struct bpf_devmap_val from uapiJesper Dangaard Brouer
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki
2020-06-01tools/bpf: sync bpf.hAlexei Starovoitov
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern
2020-06-01bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-06-01bpf, sk_msg: Add get socket storage helpersJohn Fastabend
2020-05-19tools/bpf: sync bpf.hAlexei Starovoitov