summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: remove useless bpf_trace_printkAlexei Starovoitov2017-11-012-5/+0Star
* tc-testing: better test case file error reportingBrenda J. Butler2017-11-011-9/+14
* tc-testing: better check if thing is listBrenda J. Butler2017-11-011-1/+1
* tc-testing: correction to docstring in get_unique_itemBrenda J. Butler2017-11-011-1/+1
* tc-testing: split config fileBrenda J. Butler2017-11-012-0/+37
* tc-testing: gitignore, ignore standard python artifactsBrenda J. Butler2017-11-011-0/+1
* tc-testing: very simple example test casesBrenda J. Butler2017-11-013-2/+80
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-3014-23/+150
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-295-7/+104
| |\
| | * selftests: Introduce a new test case to tc testsuiteChris Mi2017-10-293-5/+40
| | * selftests: Introduce a new script to generate tc batch fileChris Mi2017-10-291-0/+62
| | * bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-2/+2
| * | Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-10-282-4/+4
| |\ \
| | * | kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)Masahiro Yamada2017-10-072-4/+4
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-226-10/+35
| |\ \ \
| | * \ \ Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...Ingo Molnar2017-10-206-10/+35
| | |\ \ \
| | | * | | perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian2017-10-181-3/+6
| | | * | | perf xyarray: Fix wrong processing when closing evsel fdJin Yao2017-10-181-2/+2
| | | * | | perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim2017-10-171-0/+2
| | | * | | perf record: Fix documentation for a inexistent option '-l'Taeung Song2017-10-171-2/+2
| | | * | | perf tools: Check wether the eBPF file exists in event parsingJiri Olsa2017-10-131-2/+15
| | | * | | perf hists: Add extra integrity checks to fmt_free()Jiri Olsa2017-10-131-0/+7
| | | * | | perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa2017-10-131-1/+1
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-221-2/+7
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | objtool: Fix memory leak in decode_instructions()Kamalesh Babulal2017-10-201-2/+7
| | |/ / /
* | | | | tools: bpftool: add bash completion for bpftoolQuentin Monnet2017-10-292-0/+357
* | | | | tools: bpftool: try to mount bpffs if required for pinning objectsQuentin Monnet2017-10-262-8/+65
* | | | | tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet2017-10-247-6/+88
* | | | | tools: bpftool: add cosmetic changes for the manual pagesQuentin Monnet2017-10-243-23/+26
* | | | | tools: bpftool: provide JSON output for all possible commandsQuentin Monnet2017-10-243-6/+47
* | | | | tools: bpftool: turn err() and info() macros into functionsQuentin Monnet2017-10-245-91/+126
* | | | | tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet2017-10-241-0/+20
* | | | | tools: bpftool: add JSON output for `bpftool map *` commandsQuentin Monnet2017-10-241-20/+129
* | | | | tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet2017-10-245-2/+89
* | | | | tools: bpftool: add JSON output for `bpftool prog dump jited *` commandQuentin Monnet2017-10-241-6/+80
* | | | | tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet2017-10-241-32/+107
* | | | | tools: bpftool: introduce --json and --pretty optionsQuentin Monnet2017-10-242-3/+35
* | | | | tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet2017-10-244-1/+50
* | | | | tools: bpftool: copy JSON writer from iproute2 repositoryQuentin Monnet2017-10-242-0/+418
* | | | | selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-232-11/+57
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2214-47/+603
|\| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-225-7/+524
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-221-0/+480
| | * | | bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-201-2/+14
| | * | | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-203-4/+5
| | * | | bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-1/+11
| | * | | bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-181-0/+14
| * | | | Revert "tools/power turbostat: stop migrating, unless '-m'"Len Brown2017-10-181-9/+1Star
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-146-23/+55
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo2017-10-091-1/+1