summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* libbpf: add missing SPDX-License-IdentifierEric Leblond2018-02-024-0/+8
* libbpf: add error reporting in XDPEric Leblond2018-02-024-1/+271
* libbpf: add function to setup XDPEric Leblond2018-02-023-0/+128
* tools: add netlink.h and if_link.h in tools uapiEric Leblond2018-02-023-0/+1200
* bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann2018-02-011-0/+14
* tools/bpf: permit selftests/bpf to be built in a different directoryYonghong Song2018-02-012-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3154-297/+8019
|\
| * tools/virtio: fix smp_mb on x86Michael S. Tsirkin2018-01-291-1/+1
| * tools/virtio: copy READ/WRITE_ONCEMichael S. Tsirkin2018-01-291-0/+57
| * tools/virtio: more stubs to fix tools buildMichael S. Tsirkin2018-01-292-1/+2
| * tools/virtio: switch to __ptr_ring_emptyMichael S. Tsirkin2018-01-291-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-2813-38/+950
| |\
| | * tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_mapYonghong Song2018-01-262-1/+96
| | * bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-261-13/+330
| | * bpf: clean up from test_tcpbpf_kern.cLawrence Brakmo2018-01-261-3/+0
| | * bpf: add selftest for tcpbpfLawrence Brakmo2018-01-258-6/+480
| | * selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov2018-01-241-7/+23
| | * bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole2018-01-231-4/+12
| | * selftests/bpf: fix test_dev_cgroupAlexei Starovoitov2018-01-231-1/+1
| | * selftests/bpf: speedup test_mapsAlexei Starovoitov2018-01-231-6/+10
| | * tools/bpf: fix a test failure in selftests prog test_verifierYonghong Song2018-01-231-0/+1
| * | selftests/bpf: check for chain-non-0 extack messageJakub Kicinski2018-01-251-3/+13
| * | selftests/bpf: check for spurious extacks from the driverJakub Kicinski2018-01-251-0/+27
| * | selftests/bpf: validate replace of TC filters is workingJakub Kicinski2018-01-231-5/+50
| * | selftests/bpf: check bpf verifier log buffer usage works for HW offloadQuentin Monnet2018-01-231-5/+19
| * | selftests/bpf: add checks on extack messages for eBPF hw offload testsQuentin Monnet2018-01-231-26/+86
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-2013-34/+610
| |\
| | * bpf: add couple of test cases for div/mod by zeroDaniel Borkmann2018-01-191-0/+87
| | * tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE mapYonghong Song2018-01-191-0/+122
| | * selftests: bpf: update .gitignore with missing generated filesShuah Khan2018-01-191-0/+7
| | * bpftool: recognize BPF_MAP_TYPE_CPUMAP mapsRoman Gushchin2018-01-191-0/+1
| | * selftest/bpf: extend the offload test with map checksJakub Kicinski2018-01-183-25/+218
| | * tools: bpftool: report device information for offloaded mapsJakub Kicinski2018-01-181-1/+6
| | * bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-181-0/+3
| | * selftests/bpf: make test_verifier run most programsAlexei Starovoitov2018-01-181-1/+49
| | * bpf: Sync kernel ABI header with tooling headerJesper Dangaard Brouer2018-01-181-1/+11
| | * tools/bpf_jit_disasm: silence a static checker warningDan Carpenter2018-01-181-3/+4
| | * tools: bpftool: improve architecture detection by using ifindexJiong Wang2018-01-184-3/+102
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-192-4/+152
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-176-9/+606
| |\ \
| * | | libbpf: Makefile set specified permission modeJesper Dangaard Brouer2018-01-171-1/+1
| * | | libbpf: cleanup Makefile, remove unused elementsJesper Dangaard Brouer2018-01-171-13/+2
| * | | libbpf: install the header file libbpf.hJesper Dangaard Brouer2018-01-171-1/+2
| * | | libbpf: fix string comparison for guessing eBPF program typeQuentin Monnet2018-01-171-1/+1
| * | | tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang2018-01-172-2/+2
| * | | bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin2018-01-161-0/+1
| * | | bpf: offload: add map offload infrastructureJakub Kicinski2018-01-141-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-21/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-0912-49/+197
| |\ \ \ \
| * | | | | selftests: fib_tests: Add test cases for netdev carrier changeIdo Schimmel2018-01-071-0/+142
OpenPOWER on IntegriCloud