summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-12-18tools: bpftool: add an option to prevent auto-mount of bpffs, tracefsQuentin Monnet
2018-12-18tools: bpftool: attempt to mount tracefs if required for tracelog cmdQuentin Monnet
2018-12-18tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btfYonghong Song
2018-12-18bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole
2018-12-18tools: bpftool: support pretty print with kind_flag setYonghong Song
2018-12-18tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song
2018-12-18tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song
2018-12-18tools/bpf: add test_btf unit tests for kind_flagYonghong Song
2018-12-18tools/bpf: sync btf.h header from kernel to toolsYonghong Song
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann
2018-12-15tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet
2018-12-15tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet
2018-12-15tools: bpftool: add a prog array map update example to documentationQuentin Monnet
2018-12-15tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet
2018-12-15tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov
2018-12-15selftests/bpf: check insn processed in test_verifierAlexei Starovoitov
2018-12-13selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov
2018-12-13bpf: sync tools/include/uapi/linux/bpf.hSong Liu
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau
2018-12-13tools: bpftool: dual license all filesJakub Kicinski
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski
2018-12-13tools: bpftool: fix SPDX format in headersJakub Kicinski
2018-12-12selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin
2018-12-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev
2018-12-11bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song
2018-12-10tools/bpf: sync kernel uapi bpf.h to tools directoryYonghong Song
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
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-09media: bpf: add bpf function to report mouse movementSean Young
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau
2018-12-09bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau
2018-12-09bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau
2018-12-09bpf: Add unit tests for bpf_line_infoMartin KaFai Lau
2018-12-09bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau
2018-12-09bpf: tools: Sync uapi bpf.hMartin KaFai Lau
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: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang
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-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau