summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-2492-1080/+9120
|\
| * tc-tests: test denial of 'goto chain' for exceed traffic in police.jsonDavide Caratti2018-10-221-0/+24
| * tc-tests: test denial of 'goto chain' on 'random' traffic in gact.jsonDavide Caratti2018-10-221-0/+24
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-2139-318/+1379
| |\
| | * tools: bpftool: fix completion for "bpftool map update"Quentin Monnet2018-10-211-1/+1
| | * tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet2018-10-211-1/+2
| | * tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet2018-10-212-3/+9
| | * selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet2018-10-201-1/+1
| | * bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-204-52/+47
| | * bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-201-5/+5
| | * bpf: test_sockmap add options to use msg_push_dataJohn Fastabend2018-10-202-26/+129
| | * bpf: libbpf support for msg_push_dataJohn Fastabend2018-10-202-1/+21
| | * bpf: add tests for direct packet access from CGROUP_SKBSong Liu2018-10-191-0/+171
| | * bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann2018-10-191-6/+4
| | * tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann2018-10-199-12/+250
| | * selftests/bpf: add missing executables to .gitignoreAnders Roxell2018-10-191-0/+2
| | * selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-199-1/+313
| | * Sync uapi/bpf.h to tools/includeMauricio Vasquez B2018-10-191-1/+29
| | * tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski2018-10-184-9/+20
| | * selftests/bpf: fix file resource leak in load_kallsymsPeng Hao2018-10-181-0/+1
| | * bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel2018-10-171-1/+1
| | * bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend2018-10-171-52/+115
| | * libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-164-148/+179
| | * bpf, tls: add tls header to tools infrastructureDaniel Borkmann2018-10-162-5/+86
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-2114-45/+123
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-4/+9
| |\ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-1521-255/+1326
| |\ \ \
| | * | | tools: bpftool: add map create commandJakub Kicinski2018-10-156-6/+183
| | * | | bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-158-13/+37
| | * | | bpf: bpftool, add support for attaching programs to mapsJohn Fastabend2018-10-154-3/+128
| | * | | bpf: add tls support for testing in test_sockmapJohn Fastabend2018-10-151-0/+89
| | * | | selftests: bpf: install script with_addr.shAnders Roxell2018-10-111-0/+2
| | * | | selftests: bpf: add config fragment LWTUNNELAnders Roxell2018-10-111-0/+1
| | * | | bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa2018-10-111-1/+4
| | * | | bpftool: Allow to add compiler flags via EXTRA_CFLAGS variableJiri Olsa2018-10-111-0/+4
| | * | | tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2018-10-092-5/+5
| | * | | selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer2018-10-093-2/+491
| | * | | bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer2018-10-091-0/+4
| | * | | selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole2018-10-091-1/+120
| | * | | selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole2018-10-091-190/+190
| | * | | tools/bpf: bpftool, print strerror when map lookup error occursPrashant Bhole2018-10-091-5/+24
| | * | | tools/bpf: bpftool, split the function do_dump()Prashant Bhole2018-10-091-34/+49
| * | | | selftests: pmtu: Add optional traffic captures for single testsStefano Brivio2018-10-151-7/+53
| * | | | selftests: pmtu: Allow selection of single testsStefano Brivio2018-10-151-0/+21
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-127-7/+23
| |\ \ \ \
| * | | | | selftests: use posix-style redirection in ip_defrag.shPaolo Abeni2018-10-111-4/+4
| * | | | | selftests: mlxsw: qos_mc_aware: Make executablePetr Machata2018-10-101-0/+0
| * | | | | selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, tooPetr Machata2018-10-101-1/+1
| | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-0829-309/+2059
| |\ \ \ \
| | * | | | libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-0813-62/+13