summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-12-09Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-12-07tc-testing: gitignore, ignore generated test resultsLucas Bates
2018-12-07tc-testing: Implement the TdcResults module in tdcLucas Bates
2018-12-07tc-testing: Add new TdcResults moduleLucas Bates
2018-12-07tc-testing: Add command timeout feature to tdcLucas Bates
2018-12-07selftests: forwarding: Add PVID test case for VXLAN with VLAN-aware bridgesIdo Schimmel
2018-12-07selftests: mlxsw: vxlan: Test FDB un/marking on VXLAN join/leavePetr Machata
2018-12-06selftests: mlxsw: Add a new test extack.shPetr Machata
2018-12-05tools/testing/nvdimm: Align test resources to 128MDan Williams
2018-12-04selftests: mlxsw: Add one-armed router testIdo Schimmel
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov
2018-12-03selftests: extend zerocopy tests to udpWillem de Bruijn
2018-12-03test/net: Add script for VXLAN underlay in a VRFAlexis Bauvin
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-11-30bpf: Improve socket lookup reuseport documentationJoe Stringer
2018-11-30bpf: Support sk lookup in netns with id 0Joe Stringer
2018-11-30selftests: forwarding: Add VxLAN test with a VLAN-aware bridgeIdo Schimmel
2018-11-30selftests: mlxsw: Add a test for VxLAN configuration with a VLAN-aware bridgeIdo Schimmel
2018-11-30selftests: mlxsw: Consider VLAN-aware bridges as validIdo Schimmel
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann
2018-11-30proc: fixup map_files test on armAlexey Dobriyan
2018-11-30bpf: Fix verifier log string check for bad alignment.David Miller
2018-11-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-11-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-28tools: bpftool: fix a bitfield pretty print issueYonghong Song
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller
2018-11-28tools/bpf: add addition type tests to test_btfYonghong Song
2018-11-28tools/bpf: fix two test_btf unit test casesMartin KaFai Lau
2018-11-28selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLSNaresh Kamboju
2018-11-28bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend
2018-11-28bpf: add msg_pop_data helper to toolsJohn Fastabend
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2018-11-26libbpf: Document API and ABI conventionsAndrey Ignatov
2018-11-26libbpf: Verify versioned symbolsAndrey Ignatov
2018-11-26libbpf: Add version script for DSOAndrey Ignatov
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau
2018-11-26tools/bpf: change selftest test_btf for both jit and non-jitYonghong Song
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-11-26bpf: align map type names formatting.David Calavera
2018-11-24selftests/net: add txring_overwriteWillem de Bruijn
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-23bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov