summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-2136-513/+1348
|\
| * bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend2018-12-201-1/+1
| * selftests: bpf: add missing executables to .gitignoreJakub Kicinski2018-12-201-0/+1
| * selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski2018-12-201-0/+96
| * selftests: bpf: add trivial JSET testsJakub Kicinski2018-12-201-31/+178
| * bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau2018-12-201-0/+27
| * tools: bpftool: do not force gcc as CCIvan Babrou2018-12-191-2/+0Star
| * bpf: sk_msg, add tests for size fieldJohn Fastabend2018-12-191-3/+13
| * bpf: add tools lib/include support sk_msg_md size fieldJohn Fastabend2018-12-191-0/+1
| * bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2018-12-181-2/+32
| * tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet2018-12-187-2/+31
| * tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet2018-12-183-12/+35
| * tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btfYonghong Song2018-12-181-5/+5
| * bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole2018-12-181-0/+1
| * tools: bpftool: support pretty print with kind_flag setYonghong Song2018-12-181-9/+27
| * tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song2018-12-181-6/+19
| * tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song2018-12-181-14/+154
| * tools/bpf: add test_btf unit tests for kind_flagYonghong Song2018-12-181-2/+494
| * tools/bpf: sync btf.h header from kernel to toolsYonghong Song2018-12-181-2/+18
| * bpf: remove useless version check for prog loadDaniel Borkmann2018-12-171-1/+9
| * tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-154-9/+12
| * tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet2018-12-151-1/+1
| * tools: bpftool: add a prog array map update example to documentationQuentin Monnet2018-12-151-0/+55
| * tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet2018-12-151-45/+53
| * tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet2018-12-151-0/+3
| * bpf: improve stacksafe state comparisonAlexei Starovoitov2018-12-151-0/+22
| * selftests/bpf: check insn processed in test_verifierAlexei Starovoitov2018-12-151-1/+14
| * selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov2018-12-132-4/+8
| * bpf: sync tools/include/uapi/linux/bpf.hSong Liu2018-12-131-0/+2
| * bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-133-19/+1Star
| * tools: bpftool: dual license all filesJakub Kicinski2018-12-1310-7/+10
| * tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-1310-330/+15Star
| * tools: bpftool: fix SPDX format in headersJakub Kicinski2018-12-133-3/+3
| * selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin2018-12-131-0/+6
| * selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev2018-12-131-4/+4
* | selftests: add txtimestamp kselftestWillem de Bruijn2018-12-215-28/+173
* | selftests: expand txtimestamp with ipv6 dgram + raw and pf_packetWillem de Bruijn2018-12-211-43/+146
* | selftests: expand txtimestamp with cmsg supportWillem de Bruijn2018-12-211-14/+53
* | selftests: rtnetlink: Add a test case for multipath route getIdo Schimmel2018-12-211-0/+15
* | selftests: forwarding: Add router test with VID 1Ido Schimmel2018-12-211-0/+135
* | selftests: mlxsw: Adjust test regarding VID 1Ido Schimmel2018-12-211-5/+8
* | selftests: mlxsw: Add a test case for L3 VNIIdo Schimmel2018-12-211-0/+60
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-2011-27/+173
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-205-25/+81
| |\ \
| | * | selftests: net: Add test_vxlan_fdb_changelink.shPetr Machata2018-12-192-0/+30
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-152-24/+50
| | |\ \
| | | * | bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski2018-12-131-0/+28
| | | * | selftests/bpf: use proper type when passing prog_typeStanislav Fomichev2018-12-111-4/+4
| | | * | selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev2018-12-101-1/+1
| | | * | selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev2018-12-071-19/+17Star