summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-2139-318/+1379
|\
| * tools: bpftool: fix completion for "bpftool map update"Quentin Monnet2018-10-211-1/+1
| * tools: bpftool: print nb of cmds to stdout (not stderr) for batch modeQuentin Monnet2018-10-211-1/+2
| * tools: bpftool: document restriction on '.' in names to pin in bpffsQuentin Monnet2018-10-212-3/+9
| * selftests/bpf: fix return value comparison for tests in test_libbpf.shQuentin Monnet2018-10-201-1/+1
| * bpf, libbpf: simplify and cleanup perf ring buffer walkDaniel Borkmann2018-10-204-52/+47
| * bpf, verifier: fix register type dump in xadd and stDaniel Borkmann2018-10-201-5/+5
| * bpf: test_sockmap add options to use msg_push_dataJohn Fastabend2018-10-202-26/+129
| * bpf: libbpf support for msg_push_dataJohn Fastabend2018-10-202-1/+21
| * bpf: add tests for direct packet access from CGROUP_SKBSong Liu2018-10-191-0/+171
| * bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann2018-10-191-6/+4
| * tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann2018-10-199-12/+250
| * selftests/bpf: add missing executables to .gitignoreAnders Roxell2018-10-191-0/+2
| * selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-199-1/+313
| * Sync uapi/bpf.h to tools/includeMauricio Vasquez B2018-10-191-1/+29
| * tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski2018-10-184-9/+20
| * selftests/bpf: fix file resource leak in load_kallsymsPeng Hao2018-10-181-0/+1
| * bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel2018-10-171-1/+1
| * bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend2018-10-171-52/+115
| * libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-164-148/+179
| * bpf, tls: add tls header to tools infrastructureDaniel Borkmann2018-10-162-5/+86
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-2114-45/+123
|\ \
| * \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-2012-45/+39
| |\ \
| | * \ Merge tag 'perf-urgent-for-mingo-4.19-20181017' of git://git.kernel.org/pub/s...Ingo Molnar2018-10-1812-45/+39
| | |\ \
| | | * | perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo2018-10-171-19/+2
| | | * | perf tools: Pass build flags to traceevent buildJiri Olsa2018-10-161-1/+1
| | | * | perf report: Don't crash on invalid inline debug informationMilian Wolff2018-10-161-0/+3
| | | * | perf cpu_map: Align cpu map synthesized events properly.David Miller2018-10-161-0/+1
| | | * | perf tools: Fix tracing_path_mount proper pathJiri Olsa2018-10-161-2/+2
| | | * | perf tools: Fix use of alternatives to find JDIRJarod Wilson2018-10-161-1/+1
| | | * | perf evsel: Store ids for events with their own cpus perf_event__synthesize_e...Jiri Olsa2018-10-162-0/+4
| | | * | perf vendor events intel: Fix wrong filter_band* values for uncore eventsJiri Olsa2018-10-112-16/+16
| | | * | Revert "perf tools: Fix PMU term format max value calculation"Jiri Olsa2018-10-091-6/+7
| | | * | tools headers uapi: Sync kvm.h copyArnaldo Carvalho de Melo2018-10-081-0/+1
| | | * | tools arch uapi: Sync the x86 kvm.h copyArnaldo Carvalho de Melo2018-10-081-0/+1
| * | | | Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2018-10-201-0/+80
| |\ \ \ \
| | * | | | selftests: ftrace: Add synthetic event syntax testcaseMasami Hiramatsu2018-10-191-0/+80
| * | | | | Merge tag 'usb-4.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Greg Kroah-Hartman2018-10-191-0/+4
| |\ \ \ \ \
| | * | | | | selftests: usbip: add wait after attach and before checking port statusShuah Khan (Samsung OSG)2018-10-091-0/+4
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-4/+9
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-141-4/+9
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | bpf: do not blindly change rlimit in reuseport net selftestEric Dumazet2018-10-081-4/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-1521-255/+1326
|\ \ \ \ \ \
| * | | | | | tools: bpftool: add map create commandJakub Kicinski2018-10-156-6/+183
| * | | | | | bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-158-13/+37
| * | | | | | bpf: bpftool, add support for attaching programs to mapsJohn Fastabend2018-10-154-3/+128
| * | | | | | bpf: add tls support for testing in test_sockmapJohn Fastabend2018-10-151-0/+89
| * | | | | | selftests: bpf: install script with_addr.shAnders Roxell2018-10-111-0/+2
| * | | | | | selftests: bpf: add config fragment LWTUNNELAnders Roxell2018-10-111-0/+1
| * | | | | | bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa2018-10-111-1/+4
OpenPOWER on IntegriCloud