summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-2068-755/+3053
|\
| * selftests/bpf: add realistic loop testsAlexei Starovoitov2019-06-1915-12/+1347
| * selftests/bpf: add basic verifier tests for loopsAlexei Starovoitov2019-06-191-0/+161
| * selftests/bpf: fix testsAlexei Starovoitov2019-06-193-20/+24
| * selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov2019-06-192-14/+17
| * libbpf: constify getter APIsAndrii Nakryiko2019-06-192-70/+72
| * selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko2019-06-1814-140/+285
| * selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko2019-06-185-72/+87
| * selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko2019-06-182-7/+76
| * libbpf: allow specifying map definitions using BTFAndrii Nakryiko2019-06-182-9/+345
| * libbpf: split initialization and loading of BTFAndrii Nakryiko2019-06-181-10/+24
| * libbpf: identify maps by section index in addition to offsetAndrii Nakryiko2019-06-181-15/+25
| * libbpf: refactor map initializationAndrii Nakryiko2019-06-181-114/+133
| * libbpf: streamline ELF parsing error-handlingAndrii Nakryiko2019-06-181-24/+20
| * libbpf: extract BTF loading logicAndrii Nakryiko2019-06-181-38/+55
| * libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko2019-06-185-15/+10
| * selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev2019-06-152-32/+38
| * bpf/tools: sync bpf.hStanislav Fomichev2019-06-151-0/+2
| * bpf: Add test for SO_REUSEPORT_DETACH_BPFMartin KaFai Lau2019-06-151-0/+54
| * bpf: Sync asm-generic/socket.h to tools/Martin KaFai Lau2019-06-151-0/+147
| * libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko2019-06-151-4/+5
| * selftests/bpf: signedness bug in enable_all_controllers()Dan Carpenter2019-06-151-1/+1
| * bpf: use libbpf_num_possible_cpus internallyHechao Li2019-06-112-80/+10
| * selftests/bpf: remove bpf_util.h from BPF C progsHechao Li2019-06-115-4/+6
| * bpf: add a new API libbpf_num_possible_cpus()Hechao Li2019-06-113-0/+74
| * selftests/bpf : clean up feature/ when make cleanHechao Li2019-06-111-1/+2
| * selftests/bpf: fix constness of source arg for bpf helpersAndrii Nakryiko2019-06-111-2/+2
| * libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon2019-06-111-75/+28
| * tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon2019-06-111-0/+18
| * bpf/tools: sync bpf.hJonathan Lemon2019-06-111-0/+4
| * bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-111-15/+0
* | selftests/net: make udpgso_bench skip unsupported testcasesWillem de Bruijn2019-06-192-34/+59
* | selftests: tc: add ingress device matching supportJiri Pirko2019-06-193-2/+225
* | selftests: mlxsw: Add a test for FIB offload indicationIdo Schimmel2019-06-181-0/+349
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-18131-910/+1035
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1819-58/+922
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-163-9/+50
| | |\ \
| | | * | bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao2019-06-131-4/+10
| | | * | bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapiMartynas Pumputis2019-06-131-2/+2
| | | * | bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-3/+38
| | * | | selftests: tc_flower: Add TOS matching testJiri Pirko2019-06-121-1/+35
| | * | | selftests: mlxsw: Test nexthop offload indicationIdo Schimmel2019-06-121-0/+47
| | |/ /
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-0715-48/+790
| | |\ \
| | | * | bpf: expand section tests for test_section_namesDaniel Borkmann2019-06-071-0/+10
| | | * | bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann2019-06-071-16/+197
| | | * | bpf, bpftool: enable recvmsg attach typesDaniel Borkmann2019-06-075-6/+15
| | | * | bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-071-0/+4
| | | * | bpf: sync tooling uapi headerDaniel Borkmann2019-06-071-0/+2
| | | * | tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak2019-06-051-0/+2
| | | * | selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4