summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-10-24tools: bpftool: introduce --json and --pretty optionsQuentin Monnet
2017-10-24tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet
2017-10-24tools: bpftool: copy JSON writer from iproute2 repositoryQuentin Monnet
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo
2017-10-22tools: bpftool: add a command to display bpftool versionQuentin Monnet
2017-10-22tools: bpftool: show that `opcodes` or `file FILE` should be exclusiveQuentin Monnet
2017-10-22tools: bpftool: print all relevant byte opcodes for "load double word"Quentin Monnet
2017-10-22tools: bpftool: print only one error message on byte parsing failureQuentin Monnet
2017-10-22tools: bpftool: add `bpftool prog help` as real command i.r.t exit codeQuentin Monnet
2017-10-22tools: bpftool: use err() instead of info() if there are too many insnsQuentin Monnet
2017-10-22tools: bpftool: fix return value when all eBPF programs have been shownQuentin Monnet
2017-10-22tools: bpftool: add pointer to file argument to print_hex()Quentin Monnet
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-10-20objtool: Fix memory leak in decode_instructions()Kamalesh Babulal
2017-10-20Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...Ingo Molnar
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-10-18tools: bpftool: use more common tag formatJakub Kicinski
2017-10-18perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian
2017-10-18perf xyarray: Fix wrong processing when closing evsel fdJin Yao
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer
2017-10-18Revert "tools/power turbostat: stop migrating, unless '-m'"Len Brown
2017-10-17perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim
2017-10-17perf record: Fix documentation for a inexistent option '-l'Taeung Song
2017-10-14tc-testing: fix the -l argument bug in tdc.pyLucas Bates
2017-10-14tc-testing: Add test cases for police and skbmodLucas Bates
2017-10-14tc-testing: Split test case files into smaller chunksLucas Bates
2017-10-14tc-testing: Add test cases for flushing actionsLucas Bates
2017-10-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-13userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli
2017-10-13perf tools: Check wether the eBPF file exists in event parsingJiri Olsa
2017-10-13perf hists: Add extra integrity checks to fmt_free()Jiri Olsa
2017-10-13perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa
2017-10-12selftests: rtnetlink: add a small macsec test caseFlorian Westphal
2017-10-10selftests: rtnetlink: test RTM_GETNETCONFFlorian Westphal
2017-10-10tools: bpftool: use the kernel's instruction printerJakub Kicinski
2017-10-10selftests/bpf: add a test for verifier logsJakub Kicinski
2017-10-10Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo
2017-10-09perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland
2017-10-07bpf: Use char in prog and map nameMartin KaFai Lau