summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet2017-10-24
* tools: bpftool: add cosmetic changes for the manual pagesQuentin Monnet2017-10-24
* tools: bpftool: provide JSON output for all possible commandsQuentin Monnet2017-10-24
* tools: bpftool: turn err() and info() macros into functionsQuentin Monnet2017-10-24
* tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet2017-10-24
* tools: bpftool: add JSON output for `bpftool map *` commandsQuentin Monnet2017-10-24
* tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet2017-10-24
* tools: bpftool: add JSON output for `bpftool prog dump jited *` commandQuentin Monnet2017-10-24
* tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet2017-10-24
* tools: bpftool: introduce --json and --pretty optionsQuentin Monnet2017-10-24
* tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet2017-10-24
* tools: bpftool: copy JSON writer from iproute2 repositoryQuentin Monnet2017-10-24
* selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-21
| |\
| | * bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann2017-10-22
| | * bpf: remove mark access for SK_SKB program typesJohn Fastabend2017-10-20
| | * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-20
| | * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-20
| | * bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-18
| * | Revert "tools/power turbostat: stop migrating, unless '-m'"Len Brown2017-10-18
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-14
| |\ \
| | * | tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo2017-10-09
| | * | perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland2017-10-09
| | * | perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello2017-10-06
| | * | Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/s...Ingo Molnar2017-10-05
| | |\ \
| | | * | perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria2017-10-05
| * | | | userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli2017-10-13
| * | | | Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-10-10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | selftests: mqueue: fix regression in silencing output from RUN_TESTSShuah Khan2017-10-05
| | * | | selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan2017-10-05
| | |/ /
* | | | bpf: Adding helper function bpf_getsockopsLawrence Brakmo2017-10-22
* | | | tools: bpftool: add a command to display bpftool versionQuentin Monnet2017-10-22
* | | | tools: bpftool: show that `opcodes` or `file FILE` should be exclusiveQuentin Monnet2017-10-22
* | | | tools: bpftool: print all relevant byte opcodes for "load double word"Quentin Monnet2017-10-22
* | | | tools: bpftool: print only one error message on byte parsing failureQuentin Monnet2017-10-22
* | | | tools: bpftool: add `bpftool prog help` as real command i.r.t exit codeQuentin Monnet2017-10-22
* | | | tools: bpftool: use err() instead of info() if there are too many insnsQuentin Monnet2017-10-22
* | | | tools: bpftool: fix return value when all eBPF programs have been shownQuentin Monnet2017-10-22
* | | | tools: bpftool: add pointer to file argument to print_hex()Quentin Monnet2017-10-22
* | | | bpf: Add tests for eBPF file modeChenbo Feng2017-10-20
* | | | tools: bpftool: use more common tag formatJakub Kicinski2017-10-18
* | | | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer2017-10-18
* | | | tc-testing: fix the -l argument bug in tdc.pyLucas Bates2017-10-14
* | | | tc-testing: Add test cases for police and skbmodLucas Bates2017-10-14
* | | | tc-testing: Split test case files into smaller chunksLucas Bates2017-10-14
* | | | tc-testing: Add test cases for flushing actionsLucas Bates2017-10-14
* | | | selftests: rtnetlink: add a small macsec test caseFlorian Westphal2017-10-12
* | | | selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal2017-10-10
* | | | tools: bpftool: use the kernel's instruction printerJakub Kicinski2017-10-10