summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-23selftests/net: bump timeout to 5 minutesPo-Hsu Lin
2021-04-23selftests: mptcp: add a test case for MSG_PEEKYonglong Li
2021-04-23selftests/bpf: Document latest Clang fix expectations for linking testsAndrii Nakryiko
2021-04-23selftests/bpf: Add map linking selftestAndrii Nakryiko
2021-04-23selftests/bpf: Add global variables linking selftestAndrii Nakryiko
2021-04-23selftests/bpf: Add function linking selftestAndrii Nakryiko
2021-04-23selftests/bpf: Omit skeleton generation for multi-linked BPF object filesAndrii Nakryiko
2021-04-23selftests/bpf: Use -O0 instead of -Og in selftests buildsAndrii Nakryiko
2021-04-23libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko
2021-04-23libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko
2021-04-23libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko
2021-04-23libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko
2021-04-23libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko
2021-04-23libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko
2021-04-23libbpf: Refactor BTF map definition parsingAndrii Nakryiko
2021-04-23libbpf: Allow gaps in BPF program sections to support overriden weak functionsAndrii Nakryiko
2021-04-23libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifierAndrii Nakryiko
2021-04-23libbpf: Suppress compiler warning when using SEC() macro with externsAndrii Nakryiko
2021-04-23bpftool: Dump more info about DATASEC membersAndrii Nakryiko
2021-04-23bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko
2021-04-23selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale testPetr Machata
2021-04-23selftests: mlxsw: Increase the tolerance of backlog buildupPetr Machata
2021-04-23selftests: mlxsw: Return correct error code in resource scale testsDanielle Ratson
2021-04-23selftests: mlxsw: Remove a redundant if statement in tc_flower_scale testDanielle Ratson
2021-04-23selftests: mlxsw: Remove a redundant if statement in port_scale testDanielle Ratson
2021-04-23selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry staticPetr Machata
2021-04-20selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETSPetr Machata
2021-04-20selftests/bpf: Add docs target as all dependencyJiri Olsa
2021-04-19bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky
2021-04-19bpf/selftests: Add bpf_get_task_stack retval bounds verifier testDave Marchevsky
2021-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-19selftests/bpf: Add a series of tests for bpf_snprintfFlorent Revest
2021-04-19libbpf: Introduce a BPF_SNPRINTF helper macroFlorent Revest
2021-04-19libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest
2021-04-19selftests: fib_nexthops: Test large scale nexthop flushingIdo Schimmel
2021-04-18selftests: fib_tests: Add test cases for interaction with manglingIdo Schimmel
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-04-16ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz
2021-04-16ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz
2021-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-04-16selftests: mptcp: add packet mark test caseFlorian Westphal
2021-04-16bpf: Update selftests to reflect new error statesDaniel Borkmann
2021-04-15bpftool: Fix a clang compilation warningYonghong Song
2021-04-15selftests/bpf: Silence clang compilation warningsYonghong Song
2021-04-15selftests/bpf: Fix test_cpp compilation failure with clangYonghong Song
2021-04-15tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.includeYonghong Song
2021-04-15selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song