summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* tools/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-056-107/+430
|\
| * libbpf: Add bpf_link detach APIsAndrii Nakryiko2020-08-011-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-251-1/+9
| * bpf: Implement bpf iterator for map elementsYonghong Song2020-07-251-0/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-222-7/+141
| |\
| | * bpf: Make btf_sock_ids globalYonghong Song2020-07-211-0/+30
| | * bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song2020-07-211-3/+7
| | * tools/bpf: Sync btf_ids.h to toolsYonghong Song2020-07-211-1/+10
| | * bpf: Sync linux/bpf.h to tools/Jakub Sitnicki2020-07-171-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-191-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-134-1/+96
| |\
| | * xsk: Add new statisticsCiara Loftus2020-07-131-1/+4
| | * tools headers: Adopt verbatim copy of btf_ids.h from kernel sourcesJiri Olsa2020-07-132-0/+91
| | * 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-112-22/+22
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-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-241-1/+8
| | * | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-1/+22
| | * | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-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-231-1/+1
| | |\ \
| | * | | bpf: Switch most helper return values from 32-bit int to 64-bit longAndrii Nakryiko2020-06-241-96/+96
* | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-2/+0
|\ \ \ \ \
| * | | | | compiler: Remove uninitialized_var() macroKees Cook2020-07-161-2/+0
| |/ / / /
* | | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar2020-07-252-22/+22
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra2020-07-101-2/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-032-3/+110
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'for-next/read-barrier-depends' into for-next/coreCatalin Marinas2020-07-311-0/+90
| |\ \ \ \
| | * | | | tools: bpf: Use local copy of headers including uapi/linux/filter.hWill Deacon2020-07-211-0/+90
| | |/ / /
| * / / / tools headers UAPI: Update tools's copy of linux/perf_event.hLeo Yan2020-07-201-3/+20
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-101-20/+21
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-301-20/+21
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-06-231-20/+21
| | | |/ | | |/|
* | / | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-2/+1
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-251-1/+1
|\| |
| * | bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko2020-06-161-1/+1
| |/
* | tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2020-06-171-0/+1
* | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2020-06-171-0/+4
* | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2020-06-172-1/+14
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-0/+13
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-131-0/+13
| | |\
| | | * bpf: Selftests and tools use struct bpf_devmap_val from uapiJesper Dangaard Brouer2020-06-091-0/+13