summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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 tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-091-2/+33
| |\ \ \
| | * | | tools/testing/nvdimm: Align test resources to 128MDan Williams2018-12-051-2/+33
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-011-0/+1
| |\ \ \ \
| | * | | | x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-281-0/+1
| * | | | | proc: fixup map_files test on armAlexey Dobriyan2018-11-301-2/+7
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-3016-4/+93
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'perf-urgent-for-mingo-4.20-20181121' of git://git.kernel.org/pub/s...Ingo Molnar2018-11-2116-4/+93
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | perf tools beauty ioctl: Support new ISO7816 commandsArnaldo Carvalho de Melo2018-11-191-0/+1
| | | * | | | tools uapi asm-generic: Synchronize ioctls.hArnaldo Carvalho de Melo2018-11-191-0/+2
| | | * | | | tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo2018-11-191-0/+2
| | | * | | | tools headers uapi: Synchronize i915_drm.hArnaldo Carvalho de Melo2018-11-191-0/+22
| | | * | | | perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-11-192-2/+16
| | | * | | | tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo2018-11-198-0/+48
| | | * | | | perf tools: Fix crash on synthesizing the unitJiri Olsa2018-11-122-2/+2
| * | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-301-4/+15
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | objtool: Fix segfault in .cold detection with -ffunction-sectionsArtem Savkov2018-11-201-3/+14
| | * | | | | objtool: Fix double-free in .cold detection error pathArtem Savkov2018-11-201-1/+1
| | |/ / / /
* | | | | | tc-testing: gitignore, ignore generated test resultsLucas Bates2018-12-081-0/+3
* | | | | | tc-testing: Implement the TdcResults module in tdcLucas Bates2018-12-083-51/+91
* | | | | | tc-testing: Add new TdcResults moduleLucas Bates2018-12-081-0/+132
* | | | | | tc-testing: Add command timeout feature to tdcLucas Bates2018-12-082-5/+13
* | | | | | selftests: forwarding: Add PVID test case for VXLAN with VLAN-aware bridgesIdo Schimmel2018-12-071-0/+70
* | | | | | selftests: mlxsw: vxlan: Test FDB un/marking on VXLAN join/leavePetr Machata2018-12-071-0/+177
* | | | | | selftests: mlxsw: Add a new test extack.shPetr Machata2018-12-061-0/+84
* | | | | | selftests: mlxsw: Add one-armed router testIdo Schimmel2018-12-041-0/+259
* | | | | | selftests: extend zerocopy tests to udpWillem de Bruijn2018-12-043-1/+7
* | | | | | test/net: Add script for VXLAN underlay in a VRFAlexis Bauvin2018-12-032-1/+130
* | | | | | selftests: forwarding: Add VxLAN test with a VLAN-aware bridgeIdo Schimmel2018-12-012-0/+800
* | | | | | selftests: mlxsw: Add a test for VxLAN configuration with a VLAN-aware bridgeIdo Schimmel2018-12-011-1/+203
* | | | | | selftests: mlxsw: Consider VLAN-aware bridges as validIdo Schimmel2018-12-011-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-3016-62/+497
|\ \ \ \ \
| * | | | | tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2018-11-302-0/+3
| * | | | | bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2018-11-292-6/+6
| * | | | | selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLSNaresh Kamboju2018-11-281-0/+1
| * | | | | bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend2018-11-282-17/+180
| * | | | | bpf: add msg_pop_data helper to toolsJohn Fastabend2018-11-282-1/+17
| * | | | | libbpf: Document API and ABI conventionsAndrey Ignatov2018-11-271-0/+139
| * | | | | libbpf: Verify versioned symbolsAndrey Ignatov2018-11-271-1/+18
| * | | | | libbpf: Add version script for DSOAndrey Ignatov2018-11-272-1/+124
| * | | | | libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-275-6/+6
| * | | | | tools/bpf: change selftest test_btf for both jit and non-jitYonghong Song2018-11-271-30/+3Star
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-2917-23/+821
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | 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