summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann2020-05-151-53/+67
| * | | | | | | | selftests/bpf: Xdp_adjust_tail add grow tail testsJesper Dangaard Brouer2020-05-142-5/+144
| * | | | | | | | selftests/bpf: Adjust BPF selftest for xdp_adjust_tailJesper Dangaard Brouer2020-05-142-8/+13
* | | | | | | | | selftests: implement flower classifier terse dump testsVlad Buslov2020-05-151-0/+38
|/ / / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-1495-364/+3267
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests/bpf: Test for sk helpers in cgroup skbAndrey Ignatov2020-05-142-0/+192
| * | | | | | | | selftests/bpf: Add connect_fd_to_fd, connect_wait net helpersAndrey Ignatov2020-05-142-13/+63
| * | | | | | | | bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpersAndrey Ignatov2020-05-141-1/+35
| * | | | | | | | selftest/bpf: Fix spelling mistake "SIGALARM" -> "SIGALRM"Colin Ian King2020-05-141-1/+1
| * | | | | | | | selftests/bpf: Test narrow loads for bpf_sock_addr.user_portAndrey Ignatov2020-05-141-10/+28
| * | | | | | | | bpf: Support narrow loads from bpf_sock_addr.user_portAndrey Ignatov2020-05-141-1/+1
| * | | | | | | | bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song2020-05-131-1/+1
| * | | | | | | | tools/bpf: selftests : Explain bpf_iter test failures with llvm 10.0.0Yonghong Song2020-05-131-0/+43
| * | | | | | | | selftest/bpf: Add BPF triggering benchmarkAndrii Nakryiko2020-05-135-1/+238
| * | | | | | | | selftest/bpf: Fmod_ret prog and implement test_overhead as part of benchAndrii Nakryiko2020-05-136-2/+240
| * | | | | | | | selftests/bpf: Add benchmark runner infrastructureAndrii Nakryiko2020-05-135-1/+608
| * | | | | | | | selftests/bpf: Extract parse_num_list into generic testing_helpers.cAndrii Nakryiko2020-05-135-64/+78
| * | | | | | | | libbpf: Fix probe code to return EPERM if encounteredEelco Chaudron2020-05-131-7/+29
| * | | | | | | | selftests/bpf: Install generated test progsYauheni Kaliuta2020-05-131-0/+1
| * | | | | | | | tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet2020-05-111-50/+59
| * | | | | | | | tools, bpftool: Minor fixes for documentationQuentin Monnet2020-05-1113-70/+116
| * | | | | | | | tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet2020-05-115-6/+9
| * | | | | | | | bpf, libbpf: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-113-3/+3
| * | | | | | | | bpf, runqslower: include proper uapi/bpf.hSong Liu2020-05-091-1/+2
| * | | | | | | | tools/bpf: selftests: Add bpf_iter selftestsYonghong Song2020-05-096-0/+509
| * | | | | | | | tools/bpf: selftests: Add iter progs for bpf_map/task/task_fileYonghong Song2020-05-093-0/+79
| * | | | | | | | tools/bpf: selftests: Add iterator programs for ipv6_route and netlinkYonghong Song2020-05-092-0/+128
| * | | | | | | | tools/bpftool: Add bpf_iter support for bptoolYonghong Song2020-05-096-1/+188
| * | | | | | | | tools/libpf: Add offsetof/container_of macro in bpf_helpers.hYonghong Song2020-05-091-0/+14
| * | | | | | | | tools/libbpf: Add bpf_iter supportYonghong Song2020-05-096-0/+91
| * | | | | | | | bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song2020-05-091-1/+38
| * | | | | | | | bpf: Create anonymous bpf iteratorYonghong Song2020-05-091-0/+6
| * | | | | | | | bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song2020-05-091-0/+1
| * | | | | | | | bpf: Allow loading of a bpf_iter programYonghong Song2020-05-091-0/+1
| * | | | | | | | bpf: Allow any port in bpf_bind helperStanislav Fomichev2020-05-094-4/+176
| * | | | | | | | selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev2020-05-0922-53/+90
| * | | | | | | | selftests/bpf: Generalize helpers to control background listenerStanislav Fomichev2020-05-094-113/+108
| * | | | | | | | Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov2020-05-067-1/+132
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf annotate: Add basic support for bpf_imageJiri Olsa2020-04-165-0/+34
| | * | | | | | | | perf machine: Set ksymbol dso as loaded on arrivalJiri Olsa2020-04-161-0/+1
| | * | | | | | | | perf tools: Synthesize bpf_trampoline/dispatcher ksymbol eventJiri Olsa2020-04-161-0/+93
| | * | | | | | | | perf stat: Honour --timeout for forked workloadsArnaldo Carvalho de Melo2020-04-161-1/+4
* | | | | | | | | | devlink: refactor end checks in devlink_nl_cmd_region_read_dumpitJakub Kicinski2020-05-141-0/+15
* | | | | | | | | | selftests: fix flower parent qdiscVlad Buslov2020-05-142-6/+6
* | | | | | | | | | selftests: mlxsw: tc_restrictions: add couple of test for the correct matchal...Jiri Pirko2020-05-091-0/+107
* | | | | | | | | | selftests: mlxsw: tc_restrictions: add test to check sample action restrictionsJiri Pirko2020-05-091-0/+25
* | | | | | | | | | selftests: mlxsw: rename tc_flower_restrictions.sh to tc_restrictions.shJiri Pirko2020-05-091-0/+0
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-0622-45/+372
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-063-5/+57
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld2020-05-061-3/+51