summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | bpf: Adding helper function bpf_getsockopsLawrence Brakmo2017-10-221-0/+3
| * | | | | | | | | | | | | | | tools: bpftool: add a command to display bpftool versionQuentin Monnet2017-10-222-1/+15
| * | | | | | | | | | | | | | | tools: bpftool: show that `opcodes` or `file FILE` should be exclusiveQuentin Monnet2017-10-222-6/+6
| * | | | | | | | | | | | | | | tools: bpftool: print all relevant byte opcodes for "load double word"Quentin Monnet2017-10-221-3/+12
| * | | | | | | | | | | | | | | tools: bpftool: print only one error message on byte parsing failureQuentin Monnet2017-10-221-1/+1
| * | | | | | | | | | | | | | | tools: bpftool: add `bpftool prog help` as real command i.r.t exit codeQuentin Monnet2017-10-221-0/+1
| * | | | | | | | | | | | | | | tools: bpftool: use err() instead of info() if there are too many insnsQuentin Monnet2017-10-221-1/+1
| * | | | | | | | | | | | | | | tools: bpftool: fix return value when all eBPF programs have been shownQuentin Monnet2017-10-221-1/+3
| * | | | | | | | | | | | | | | tools: bpftool: add pointer to file argument to print_hex()Quentin Monnet2017-10-224-17/+17
| * | | | | | | | | | | | | | | bpf: Add tests for eBPF file modeChenbo Feng2017-10-201-0/+48
| * | | | | | | | | | | | | | | tools: bpftool: use more common tag formatJakub Kicinski2017-10-183-4/+3
| * | | | | | | | | | | | | | | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-181-0/+1
| * | | | | | | | | | | | | | | tc-testing: fix the -l argument bug in tdc.pyLucas Bates2017-10-141-4/+4
| * | | | | | | | | | | | | | | tc-testing: Add test cases for police and skbmodLucas Bates2017-10-142-0/+899
| * | | | | | | | | | | | | | | tc-testing: Split test case files into smaller chunksLucas Bates2017-10-146-1212/+1194
| * | | | | | | | | | | | | | | tc-testing: Add test cases for flushing actionsLucas Bates2017-10-141-1/+48
| * | | | | | | | | | | | | | | selftests: rtnetlink: add a small macsec test caseFlorian Westphal2017-10-121-0/+42
| * | | | | | | | | | | | | | | selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal2017-10-101-0/+28
| * | | | | | | | | | | | | | | tools: bpftool: use the kernel's instruction printerJakub Kicinski2017-10-104-21/+51
| * | | | | | | | | | | | | | | selftests/bpf: add a test for verifier logsJakub Kicinski2017-10-102-1/+172
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | bpf: Use char in prog and map nameMartin KaFai Lau2017-10-071-4/+4
| * | | | | | | | | | | | | | | | bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song2017-10-072-1/+5
| * | | | | | | | | | | | | | | | bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song2017-10-072-1/+5
| * | | | | | | | | | | | | | | | libbpf: use map_flags when creating mapsCraig Gallek2017-10-052-1/+2
| * | | | | | | | | | | | | | | | libbpf: parse maps sections of varying sizeCraig Gallek2017-10-051-29/+41
| * | | | | | | | | | | | | | | | VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi2017-10-058-0/+1038
| * | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0540-245/+463
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | tools: bpftool: add documentationJakub Kicinski2017-10-045-0/+263
| * | | | | | | | | | | | | | | | tools: bpf: add bpftoolJakub Kicinski2017-10-048-3/+1909
| * | | | | | | | | | | | | | | | tools: rename tools/net directory to tools/bpfJakub Kicinski2017-10-047-7/+7
| * | | | | | | | | | | | | | | | libbpf: add support for BPF_PROG_QUERYAlexei Starovoitov2017-10-042-1/+22