summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-06-231-0/+3
* ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz2021-04-211-2/+0
* tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2021-01-171-3/+2
* tools headers UAPI: Sync linux/const.h with the kernel headersArnaldo Carvalho de Melo2021-01-061-0/+5
* bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
* tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo2020-11-031-0/+1
* tools headers UAPI: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo2020-11-031-1/+1
* tools kvm headers: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2020-11-032-0/+23
* tools UAPI: Update copy of linux/mman.h from the kernel sourcesArnaldo Carvalho de Melo2020-11-031-0/+1
* tools headers UAPI: Update fscrypt.h copyArnaldo Carvalho de Melo2020-11-031-3/+3
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-11-031-3/+56
* tools headers UAPI: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo2020-11-031-0/+9
* tools headers UAPI: Update process_madvise affected filesArnaldo Carvalho de Melo2020-11-031-1/+3
* bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-4/+18
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-34/+621
|\
| * 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
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-44/+54
| |\
| | * 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
| | * tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet2020-09-071-42/+45
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-3/+5
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
| |\ \ \ | | |_|/ | |/| |
| * | | 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