aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-02-03selftests: add missing include unistdDeepa Dinamani1-0/+1
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-16/+28
2019-02-03Merge tag 'iio-fixes-5.0a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-12/+908
2019-02-01selftests/bpf: remove generated verifier/tests.h on 'make clean'Stanislav Fomichev1-3/+5
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan3-0/+131
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-32/+51
2019-02-01selftests: forwarding: mirror_gre_flower: Fix test result handlingPetr Machata1-2/+2
2019-02-01selftests: forwarding: mirror_gre_bridge_1q_lag: Ignore ARPPetr Machata1-1/+5
2019-02-01selftests: forwarding: mirror_gre_bridge_1q_lag: Enable forwardingPetr Machata1-0/+4
2019-02-01selftests: forwarding: mirror_gre_bridge_1q_lag: Flush neighborsPetr Machata1-0/+1
2019-02-01selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix roaming testPetr Machata1-5/+18
2019-02-01selftests: forwarding: mirror_gre_vlan_bridge_1q: Fix untagged testPetr Machata1-6/+57
2019-02-01selftests: forwarding: mirror_lib: Wait for tardy mirrored packetsPetr Machata1-0/+1
2019-02-01selftests: forwarding: mirror_gre_changes: Fix TTL testPetr Machata1-0/+1
2019-02-01selftests: mlxsw: Update ping limitsPetr Machata2-2/+4
2019-02-01selftests: forwarding: mirror_lib: Update ping limitsPetr Machata1-2/+3
2019-02-01selftests: forwarding: Make ping timeout configurableIdo Schimmel6-6/+14
2019-02-01net: tls: Add tests for TLS 1.3Dave Watson1-1/+75
2019-02-01net: tls: Support 256 bit keysDave Watson1-0/+62
2019-02-01libbpf: Add a support for getting xdp prog id on ifindexMaciej Fijalkowski3-0/+87
2019-02-01libbpf: Add a helper for retrieving a map fd for a given nameMaciej Fijalkowski3-0/+10
2019-02-01selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov3-1/+141
2019-02-01libbpf: introduce bpf_map_lookup_elem_flags()Alexei Starovoitov3-0/+16
2019-02-01tools/bpf: sync uapi/bpf.hAlexei Starovoitov1-0/+1
2019-02-01selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov4-2/+155
2019-02-01selftests/bpf: add bpf_spin_lock verifier testsAlexei Starovoitov2-1/+434
2019-02-01tools/bpf: sync include/uapi/linux/bpf.hAlexei Starovoitov1-1/+6
2019-01-31bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis1-10/+20
2019-01-31Merge tag 'linux-kselftest-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds5-20/+71
2019-01-31selftests/bpf: mark verifier test that uses bpf_trace_printk as BPF_PROG_TYPE_TRACEPOINTStanislav Fomichev1-0/+1
2019-01-31selftests/bpf: skip verifier tests for unsupported map typesStanislav Fomichev1-3/+33
2019-01-31selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev1-1/+8
2019-01-31selftests/bpf: skip sockmap in test_maps if kernel doesn't have supportStanislav Fomichev1-1/+12
2019-01-30selftests: spectrum-2: Add delta two masks one key testJiri Pirko1-1/+45
2019-01-30selftests: spectrum-2: Fix multiple_masks_testJiri Pirko1-4/+22
2019-01-30selftests: spectrum-2: Extend and move trace helpersJiri Pirko1-22/+49
2019-01-30selftests: add binderfs selftestsChristian Brauner5-0/+286
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-32/+162
2019-01-29tools/bpf: fix test_btf for typedef func_proto caseYonghong Song1-6/+3
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-22/+131
2019-01-29x86/speculation: Add PR_SPEC_DISABLE_NOEXECWaiman Long1-0/+1
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller98-15636/+18421
2019-01-29selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev4-40/+139
2019-01-29tools: bpftool: warn about risky prog array updatesJakub Kicinski1-0/+3
2019-01-29selftests: bpf: remove duplicated includeYueHaibing3-4/+0
2019-01-28tools: bpftool: fix crash with un-owned prog arraysJakub Kicinski2-14/+9
2019-01-28selftests: forwarding: Use OK instead of PASS in test outputIdo Schimmel1-1/+1
2019-01-28selftests: net: forwarding: change devlink resource support checkingJiri Pirko1-1/+1
2019-01-28selftests: timers: use LDLIBS instead of LDFLAGSFathi Boudra1-1/+1