summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-013-25/+36
* bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-12-011-5/+12
* bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
* tools: bpftool: fix a bitfield pretty print issueYonghong Song2018-11-291-3/+3
* tools/bpf: add addition type tests to test_btfYonghong Song2018-11-291-0/+361
* tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-11-291-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-284-0/+87
|\
| * selftests: add script to stress-test nft packet path vs. control planeFlorian Westphal2018-11-124-0/+87
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-2613-23/+734
|\ \
| * | tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski2018-11-221-3/+7
| * | bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-171-0/+19
| * | kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian2018-11-091-1/+4
| * | tools: bpftool: update references to other man pages in documentationQuentin Monnet2018-11-096-7/+42
| * | tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2018-11-092-8/+9
| * | tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet2018-11-092-3/+3
| * | tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet2018-11-091-1/+1
| * | tools/bpftool: copy a few net uapi headers to tools directoryYonghong Song2018-11-092-0/+649
* | | Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-11-237-14/+14
|\ \ \
| * \ \ Merge tag 'linux-cpupower-4.20-rc4' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2018-11-217-14/+14
| |\ \ \
| | * | | tools cpupower: Override CFLAGS assignmentsJiri Olsa2018-11-061-6/+6
| | * | | tools cpupower debug: Allow to use outside build flagsJiri Olsa2018-11-061-2/+2
| | * | | tools/power/cpupower: fix compilation with STATIC=trueKonstantin Khlebnikov2018-11-065-6/+6
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-191-5/+13
|\ \ \ \ | |/ / / |/| | |
| * | | tc-testing: tdc.py: Guard against lack of returncode in executed commandBrenda J. Butler2018-11-181-3/+11
| * | | tc-testing: tdc.py: ignore errors when decoding stdout/stderrLucas Bates2018-11-181-2/+2
| | |/ | |/|
* | | Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-181-4/+4
|\ \ \
| * | | tools/testing/nvdimm: Fix the array size for dimm devices.Masayoshi Mizuma2018-11-051-4/+4
| | |/ | |/|
* | | Merge tag 'powerpc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-11-161-3/+18
|\ \ \ | |_|/ |/| |
| * | selftests/powerpc: Adjust wild_bctr to build with old binutilsGustavo Romero2018-11-151-2/+3
| * | selftests/powerpc: Fix wild_bctr test to work on ppc64Michael Ellerman2018-11-121-1/+15
| |/
* | Merge tag 'perf-urgent-for-mingo-4.20-20181106' of git://git.kernel.org/pub/s...Ingo Molnar2018-11-0619-121/+820
|\ \ | |/ |/|
| * perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-062-2/+0
| * perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero2018-11-051-11/+38
| * perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to find the headersArnaldo Carvalho de Melo2018-11-051-1/+1
| * perf intel-pt: Add MTC and CYC timestamps to debug logAdrian Hunter2018-11-051-0/+4
| * perf intel-pt: Add more event information to debug logAdrian Hunter2018-11-053-3/+19
| * perf scripts python: exported-sql-viewer.py: Fix table find when table re-ord...Adrian Hunter2018-11-051-1/+3
| * perf scripts python: exported-sql-viewer.py: Add help windowAdrian Hunter2018-11-051-1/+154
| * perf scripts python: exported-sql-viewer.py: Add Selected branches reportAdrian Hunter2018-11-051-0/+327
| * perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libx...Adrian Hunter2018-11-051-1/+6
| * perf top: Display the LBR stats in callchain entryJin Yao2018-11-051-0/+3
| * perf stat: Handle different PMU names with common prefixThomas Richter2018-11-051-1/+1
| * perf record: Support weak groupsAndi Kleen2018-11-052-2/+6
| * perf evlist: Move perf_evsel__reset_weak_group into evlistAndi Kleen2018-11-053-27/+31
| * perf augmented_syscalls: Start collecting pathnames in the BPF programArnaldo Carvalho de Melo2018-11-051-0/+72
| * perf trace: Fix setting of augmented payload when using eBPF + raw_syscallsArnaldo Carvalho de Melo2018-11-031-7/+30
| * perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit tooArnaldo Carvalho de Melo2018-11-011-1/+2
| * perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit}Arnaldo Carvalho de Melo2018-11-011-0/+59
| * tools headers barrier: Fix arm64 tools build failure wrt smp_load_{acquire,re...Will Deacon2018-11-011-66/+67
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-044-10/+38
|\ \