summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-313-69/+284
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-302-3/+83
| |\
| | * libbpf: Add support for bpf_link-based cgroup attachmentAndrii Nakryiko2020-03-301-0/+12
| | * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-301-1/+9
| | * bpf: Add socket assign supportJoe Stringer2020-03-301-1/+24
| | * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-301-0/+2
| | * tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen2020-03-281-1/+3
| | * bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-1/+20
| | * bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-1/+15
| * | net: macsec: add support for specifying offload upon link creationMark Starovoytov2020-03-291-0/+1
| * | net: macsec: add support for offloading to the MACAntoine Tenart2020-03-261-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-252-7/+9
| |\ \ | | |/ | |/|
| * | tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-131-0/+23
| * | bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-121-1/+25
| * | bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-1/+19
| * | bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-0/+1
| * | bpf: Switch BPF UAPI #define constants used from BPF program side to enumsAndrii Nakryiko2020-03-041-67/+110
| * | bpf: Sync uapi bpf.h to tools/Willem de Bruijn2020-03-031-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-211-1/+24
| |\ \
| | * | selftests/bpf: Add bpf_read_branch_records() selftestDaniel Xu2020-02-191-1/+24
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2020-03-191-7/+7
| |\ \ \
| * | | | tools headers UAPI: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo2020-03-051-1/+7
| | |/ / | |/| |
* | | | tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo2020-03-191-0/+2
| |/ / |/| |
* | | tools: Fix off-by 1 relative directory includesIan Rogers2020-03-061-7/+7
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-211-9/+7
|\ \
| * | bpf, uapi: Remove text about bpf_redirect_map() giving higher performanceToke Høiland-Jørgensen2020-02-181-9/+7
| |/
* | tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-121-0/+5
* | tools include UAPI: Sync sound/asound.h copyArnaldo Carvalho de Melo2020-02-121-23/+132
* | tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo2020-02-121-0/+2
* | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-121-0/+32
* | tools headers uapi: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-121-1/+13
* | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2020-02-111-0/+6
* | tools headers UAPI: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo2020-02-111-0/+4
* | tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...Arnaldo Carvalho de Melo2020-02-113-2/+46
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-233-4/+75
|\
| * bpf: Sync uapi bpf.h to tools/Martin KaFai Lau2020-01-221-1/+8
| * libbpf: Add support for program extensionsAlexei Starovoitov2020-01-221-0/+1
| * tools/bpf: Sync uapi header bpf.hYonghong Song2020-01-151-0/+21
| * bpf: Add bpf_send_signal_thread() helperYonghong Song2020-01-151-2/+17
| * tools: Sync uapi/linux/if_link.hAndrii Nakryiko2020-01-131-0/+1
| * libbpf: Sanitize global functionsAlexei Starovoitov2020-01-101-0/+6
| * bpf: Document BPF_F_QUERY_EFFECTIVE flagAndrey Ignatov2020-01-091-1/+6
| * bpf: Synch uapi bpf.h to tools/Martin KaFai Lau2020-01-091-2/+17
* | net: macsec: introduce the macsec_context structureAntoine Tenart2020-01-141-0/+7
* | tcp: Define IPPROTO_MPTCPMat Martineau2020-01-091-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-273-3/+16
|\
| * bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-191-0/+10
| * riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programsBjörn Töpel2019-12-191-0/+2
| * libbpf: Support libbpf-provided extern variablesAndrii Nakryiko2019-12-151-3/+4