summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * bpf: Generalize bpf_sk_storageKP Singh2020-08-251-2/+6
| * tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-241-0/+1
| * bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-1/+299
| * bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-1/+2
| * bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-241-1/+3
| * tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-241-0/+1
| * tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-241-0/+1
| * bpf: Implement link_query for bpf iteratorsYonghong Song2020-08-211-0/+7
* | bpf: Fix two typos in uapi/linux/bpf.hTobias Klauser2020-08-211-5/+5
|/
* bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-7/+8
* bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-0/+5
* bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko2020-07-281-1/+1
* bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-251-0/+3
* bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-1/+6
* bpf: Implement bpf iterator for map elementsYonghong Song2020-07-251-0/+7