aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02tools: bpf: handle long path in jit disasmPrashant Bhole2-2/+4
2017-11-02bpf: add test cases to bpf selftests to cover all meta testsDaniel Borkmann1-0/+442
2017-11-02bpf: minor cleanups after mergeDaniel Borkmann1-72/+72
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2017-11-01selftests/bpf: remove useless bpf_trace_printkAlexei Starovoitov2-5/+0
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend1-2/+1
2017-11-01tc-testing: better test case file error reportingBrenda J. Butler1-9/+14
2017-11-01tc-testing: better check if thing is listBrenda J. Butler1-1/+1
2017-11-01tc-testing: correction to docstring in get_unique_itemBrenda J. Butler1-1/+1
2017-11-01tc-testing: split config fileBrenda J. Butler2-0/+37
2017-11-01tc-testing: gitignore, ignore standard python artifactsBrenda J. Butler1-0/+1
2017-11-01tc-testing: very simple example test casesBrenda J. Butler3-2/+80
2017-10-31tc-testing: fix arg to ip command: -s -> -nBrenda J. Butler1-2/+2
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-23/+150
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-7/+104
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29tools: bpftool: add bash completion for bpftoolQuentin Monnet2-0/+357
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend1-2/+2
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+4
2017-10-26tools: bpftool: try to mount bpffs if required for pinning objectsQuentin Monnet2-8/+65
2017-10-24tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet7-6/+88
2017-10-24tools: bpftool: add cosmetic changes for the manual pagesQuentin Monnet3-23/+26
2017-10-24tools: bpftool: provide JSON output for all possible commandsQuentin Monnet3-6/+47
2017-10-24tools: bpftool: turn err() and info() macros into functionsQuentin Monnet5-91/+126
2017-10-24tools: bpftool: add JSON output for `bpftool batch file FILE` commandQuentin Monnet1-0/+20
2017-10-24tools: bpftool: add JSON output for `bpftool map *` commandsQuentin Monnet1-20/+129
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet5-2/+89
2017-10-24tools: bpftool: add JSON output for `bpftool prog dump jited *` commandQuentin Monnet1-6/+80
2017-10-24tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet1-32/+107
2017-10-24tools: bpftool: introduce --json and --pretty optionsQuentin Monnet2-3/+35
2017-10-24tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet4-1/+50
2017-10-24tools: bpftool: copy JSON writer from iproute2 repositoryQuentin Monnet2-0/+418
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2-11/+57
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-47/+603
2017-10-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-10/+35
2017-10-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+7
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-7/+524
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo1-0/+3
2017-10-22tools: bpftool: add a command to display bpftool versionQuentin Monnet2-1/+15
2017-10-22tools: bpftool: show that `opcodes` or `file FILE` should be exclusiveQuentin Monnet2-6/+6
2017-10-22tools: bpftool: print all relevant byte opcodes for "load double word"Quentin Monnet1-3/+12
2017-10-22tools: bpftool: print only one error message on byte parsing failureQuentin Monnet1-1/+1
2017-10-22tools: bpftool: add `bpftool prog help` as real command i.r.t exit codeQuentin Monnet1-0/+1
2017-10-22tools: bpftool: use err() instead of info() if there are too many insnsQuentin Monnet1-1/+1
2017-10-22tools: bpftool: fix return value when all eBPF programs have been shownQuentin Monnet1-1/+3
2017-10-22tools: bpftool: add pointer to file argument to print_hex()Quentin Monnet4-17/+17
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann1-0/+480
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng1-0/+48
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend1-2/+14