summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
* | | | | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-131-1/+1
|\ \ \ \ \
| * | | | | fs: remove compat_sys_mountChristoph Hellwig2020-09-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-131-7/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-4/+2
| * | | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
| | |/ / | |/| |
* | | | tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo2020-09-151-1/+1
* | | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2020-09-151-2/+4
| |_|/ |/| |
* | | Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git://git.kernel.org/pub/...Linus Torvalds2020-09-021-1/+1
|\ \ \ | |/ / |/| |
| * | perf tools: Correct SNOOPX field offsetAl Grant2020-09-011-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-211-5/+5
|\ \ | |/ |/|
| * bpf: Fix two typos in uapi/linux/bpf.hTobias Klauser2020-08-211-5/+5
* | Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-152-0/+6
|\ \ | |/ |/|
| * tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2020-08-121-0/+4
| * tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2020-08-121-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-141-7/+8
|\ \ | |/ |/|
| * tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-071-7/+8
* | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-08-071-2/+2
* | tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo2020-08-071-0/+1
* | tools headers API: Update close_range affected filesArnaldo Carvalho de Melo2020-08-061-0/+2
* | Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-066-110/+406
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-064-107/+296
| |\
| | * libbpf: Add bpf_link detach APIsAndrii Nakryiko2020-08-021-0/+5
| | * bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko2020-07-281-1/+1
| | * libbpf: Add support for BPF XDP linkAndrii Nakryiko2020-07-261-1/+9
| | * bpf: Implement bpf iterator for map elementsYonghong Song2020-07-261-0/+7
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-3/+94
| | |\
| | | * bpf: Sync linux/bpf.h to tools/Jakub Sitnicki2020-07-181-0/+77
| | | * bpf: Drop duplicated words in uapi helper commentsRandy Dunlap2020-07-161-3/+3
| | | * bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+5
| | | * cpumap: Formalize map value as a named structLorenzo Bianconi2020-07-161-0/+9
| | * | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-201-2/+2
| | |/
| | * net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPENHoratiu Vultur2020-07-141-0/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-142-1/+5
| | |\
| | | * xsk: Add new statisticsCiara Loftus2020-07-141-1/+4
| | | * libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev2020-07-081-0/+1
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-20/+21
| | |\ \ | | | |/ | | |/|
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-051-99/+172
| | |\ \
| | | * | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-1/+36
| | | * | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-251-1/+8
| | | * | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-251-1/+22
| | | * | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-251-1/+8
| | | * | bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-241-2/+5
| | | * | Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-241-1/+1
| | | |\ \
| | | * | | bpf: Switch most helper return values from 32-bit int to 64-bit longAndrii Nakryiko2020-06-241-96/+96
| * | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-032-3/+110
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |