summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-10-29tools: bpftool: add bash completion for bpftoolQuentin Monnet
2017-10-26tools: bpftool: try to mount bpffs if required for pinning objectsQuentin Monnet
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet
2017-10-24tools: bpftool: add cosmetic changes for the manual pagesQuentin Monnet
2017-10-24tools: bpftool: provide JSON output for all possible commandsQuentin Monnet
2017-10-24tools: bpftool: turn err() and info() macros into functionsQuentin Monnet
2017-10-24tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet
2017-10-24tools: bpftool: add JSON output for `bpftool map *` commandsQuentin Monnet
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump jited *` commandQuentin Monnet
2017-10-24tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet
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-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-18bpf: disallow arithmetic operations on context pointerJakub Kicinski
2017-10-18tools: bpftool: use more common tag formatJakub Kicinski
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-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-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