summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-11-26bpf: align map type names formatting.David Calavera
2018-11-24selftests/net: add txring_overwriteWillem de Bruijn
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-23bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera
2018-11-23libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov
2018-11-23Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu
2018-11-22selftests: explicitly require kernel features needed by udpgro testsPaolo Abeni
2018-11-22tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King
2018-11-21selftests: forwarding: vxlan_bridge_1d: Add learning testIdo Schimmel
2018-11-21selftests: mlxsw: Consider VxLAN learning enabled as validIdo Schimmel
2018-11-21bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov
2018-11-21bpf: adding support for map in map in libbpfNikita V. Shirokov
2018-11-21bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev
2018-11-21bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev
2018-11-21bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev
2018-11-21libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev
2018-11-21bpf: fix a libbpf loader issueYonghong Song
2018-11-21Merge tag 'linux-cpupower-4.20-rc4' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song
2018-11-20tools/bpf: enhance test_btf file testing to test func infoYonghong Song
2018-11-20tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song
2018-11-20tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song
2018-11-20tools/bpf: add support to read .BTF.ext sectionsYonghong Song
2018-11-20tools/bpf: extends test_btf to test load/retrieve func_type infoYonghong Song
2018-11-20tools/bpf: add new fields for program load in lib/bpfYonghong Song
2018-11-20tools/bpf: sync kernel uapi bpf.h header to tools directoryYonghong Song
2018-11-20tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau
2018-11-20tools/bpf: Sync kernel btf.h headerMartin KaFai Lau
2018-11-19selftests: mlxsw: Add a test for VxLAN floodingIdo Schimmel
2018-11-19selftests: mlxsw: Add a test for VxLAN configurationIdo Schimmel
2018-11-19selftests: forwarding: vxlan_bridge_1d_port_8472: New testPetr Machata
2018-11-19selftests: forwarding: vxlan_bridge_1d: Add an ECN decap testPetr Machata
2018-11-19selftests: forwarding: vxlan_bridge_1d: Add an ECN encap testPetr Machata
2018-11-19selftests: forwarding: vxlan_bridge_1d: Add a TOS testPetr Machata
2018-11-19selftests: forwarding: vxlan_bridge_1d: Add a TTL testPetr Machata
2018-11-19selftests: forwarding: vxlan_bridge_1d: Reconfigure & rerun testsPetr Machata
2018-11-19selftests: forwarding: vxlan_bridge_1d: Add unicast testPetr Machata
2018-11-19selftests: forwarding: vxlan_bridge_1d: Add flood testPetr Machata
2018-11-19selftests: forwarding: vxlan_bridge_1d: Add ping testPetr Machata
2018-11-19selftests: forwarding: Add a skeleton of vxlan_bridge_1dPetr Machata
2018-11-19selftests: forwarding: lib: Add link_stats_rx_errors_get()Petr Machata
2018-11-19selftests: forwarding: ping{6, }_do(): Allow passing ping argumentsPetr Machata
2018-11-19selftests: forwarding: ping{6, }_test(): Add description argumentPetr Machata
2018-11-19selftests: forwarding: lib: Add in_ns()Petr Machata
2018-11-19selftests: forwarding: lib: Support NUM_NETIFS of 0Petr Machata
2018-11-20tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer
2018-11-20tools: sync linux/bpf.hLorenz Bauer
2018-11-20bpf: libbpf: retry map creation without the nameStanislav Fomichev