aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-14tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet1-63/+120
2019-03-14selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko1-0/+44
2019-03-14btf: resolve enum fwds in btf_dedupAndrii Nakryiko1-13/+38
2019-03-13bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau3-44/+180
2019-03-13bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsockMartin KaFai Lau2-2/+170
2019-03-13bpf: Sync bpf.h to tools/Martin KaFai Lau1-1/+10
2019-03-12libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson1-4/+11
2019-03-12selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2-2/+2
2019-03-11libbpf: handle BTF parsing and loading properlyAndrii Nakryiko1-3/+10
2019-03-08bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov1-0/+2
2019-03-07bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann1-1/+14
2019-03-07selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev1-1/+1
2019-03-07libbpf: force fixdep compilation at the start of the buildStanislav Fomichev1-1/+2
2019-03-07selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev1-10/+23
2019-03-07selftests/bpf: test that GSO works in lwt_ip_encapPeter Oskolkov1-2/+52
2019-03-04selftest/net: Remove duplicate headerSouptick Joarder1-1/+0
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller52-2031/+3411
2019-03-04bpf: add test cases for non-pointer sanitiation logicDaniel Borkmann1-1/+43
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+1
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-33/+113
2019-03-02selftests: bpf: break up test_progs - miscStanislav Fomichev11-735/+754
2019-03-02selftests: bpf: break up test_progs - spinlockStanislav Fomichev4-103/+106
2019-03-02selftests: bpf: break up test_progs - tracepointStanislav Fomichev5-427/+431
2019-03-02selftests: bpf: break up test_progs - stackmapStanislav Fomichev6-476/+483
2019-03-02selftests: bpf: break up test_progs - xdpStanislav Fomichev5-162/+163
2019-03-02selftests: bpf: break up test_progs - pkt accessStanislav Fomichev3-51/+53
2019-03-02selftests: bpf: break up test_progs - preparationsStanislav Fomichev4-76/+119
2019-03-02bpf: sync bpf.h to tools and update bpf_helpers.hbrakmo2-1/+11
2019-03-01tc-testing: Allow test cases to be skippedLucas Bates4-13/+27
2019-03-02selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fieldsYonghong Song1-0/+1
2019-03-01selftests: fixes for UDP GROPaolo Abeni2-17/+33
2019-03-01selftests/bpf: add btf_dedup test of FWD/STRUCT resolutionAndrii Nakryiko1-0/+45
2019-03-01btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko1-3/+17
2019-03-01btf: allow to customize dedup hash table sizeAndrii Nakryiko2-17/+37
2019-03-01libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko1-1/+1
2019-03-01selftests/bpf: fix btf_dedup testing codeAndrii Nakryiko2-2/+3
2019-03-01tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter1-1/+2
2019-03-01tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski1-2/+2
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski5-10/+11
2019-03-01selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev1-2/+2
2019-03-01bpf: add missing entries to bpf_helpers.hWillem de Bruijn1-0/+30
2019-02-28selftests: rtnetlink: use internal netns switch for ip commandsDavid Ahern1-61/+61
2019-02-27selftests: pmtu: add explicit tests for PMTU exceptions cleanupPaolo Abeni1-1/+67
2019-02-27selftests: pmtu: disable DAD in all namespacesPaolo Abeni1-15/+13
2019-02-27tools/bpf: selftests: add map lookup to test_map_in_map bpf progYonghong Song1-0/+4
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2-1/+10
2019-02-27tools/bpf: sync bpf.h into toolsAlexei Starovoitov1-0/+2
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal1-2/+1
2019-02-26tc-testing: gitignore, ignore local tdc config fileVlad Buslov1-0/+1
2019-02-26tools: selftests: rtnetlink: add testcases for vxlan flag setsRoopa Prabhu1-0/+52