summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller47-497/+2559
2021-04-24selftests/net: bump timeout to 5 minutesPo-Hsu Lin2-0/+3
2021-04-24selftests: mptcp: add a test case for MSG_PEEKYonglong Li2-8/+69
2021-04-24selftests/bpf: Document latest Clang fix expectations for linking testsAndrii Nakryiko1-0/+9
2021-04-24selftests/bpf: Add map linking selftestAndrii Nakryiko4-1/+191
2021-04-24selftests/bpf: Add global variables linking selftestAndrii Nakryiko4-1/+154
2021-04-24selftests/bpf: Add function linking selftestAndrii Nakryiko4-1/+190
2021-04-24selftests/bpf: Omit skeleton generation for multi-linked BPF object filesAndrii Nakryiko1-1/+3
2021-04-24selftests/bpf: Use -O0 instead of -Og in selftests buildsAndrii Nakryiko1-4/+4
2021-04-24libbpf: Support extern resolution for BTF-defined maps in .maps sectionAndrii Nakryiko1-0/+132
2021-04-24libbpf: Add linker extern resolution support for functions and global variablesAndrii Nakryiko1-59/+790
2021-04-24libbpf: Tighten BTF type ID rewriting with error checkingAndrii Nakryiko1-0/+7
2021-04-24libbpf: Extend sanity checking ELF symbols with externs validationAndrii Nakryiko1-9/+40
2021-04-24libbpf: Make few internal helpers available outside of libbpf.cAndrii Nakryiko3-18/+16
2021-04-24libbpf: Factor out symtab and relos sanity checksAndrii Nakryiko1-106/+127
2021-04-24libbpf: Refactor BTF map definition parsingAndrii Nakryiko2-111/+178
2021-04-24libbpf: Allow gaps in BPF program sections to support overriden weak functionsAndrii Nakryiko1-36/+22
2021-04-24libbpf: Mark BPF subprogs with hidden visibility as static for BPF verifierAndrii Nakryiko4-6/+58
2021-04-24libbpf: Suppress compiler warning when using SEC() macro with externsAndrii Nakryiko1-2/+9
2021-04-24bpftool: Dump more info about DATASEC membersAndrii Nakryiko1-8/+18
2021-04-24bpftool: Support dumping BTF VAR's "extern" linkageAndrii Nakryiko1-1/+3
2021-04-24selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale testPetr Machata2-3/+19
2021-04-24selftests: mlxsw: Increase the tolerance of backlog buildupPetr Machata1-2/+2
2021-04-24selftests: mlxsw: Return correct error code in resource scale testsDanielle Ratson2-2/+6
2021-04-24selftests: mlxsw: Remove a redundant if statement in tc_flower_scale testDanielle Ratson1-5/+1
2021-04-24selftests: mlxsw: Remove a redundant if statement in port_scale testDanielle Ratson1-5/+1
2021-04-24selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry staticPetr Machata1-1/+1
2021-04-21selftests: mlxsw: sch_red_ets: Test proper counter cleaning in ETSPetr Machata1-0/+7
2021-04-21selftests/bpf: Add docs target as all dependencyJiri Olsa1-1/+2
2021-04-20bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky2-0/+28
2021-04-20bpf/selftests: Add bpf_get_task_stack retval bounds verifier testDave Marchevsky1-0/+43
2021-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+151
2021-04-20selftests/bpf: Add a series of tests for bpf_snprintfFlorent Revest3-0/+218
2021-04-20libbpf: Introduce a BPF_SNPRINTF helper macroFlorent Revest1-0/+18
2021-04-20libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest1-11/+29
2021-04-20bpf: Add a bpf_snprintf helperFlorent Revest1-0/+28
2021-04-20selftests: fib_nexthops: Test large scale nexthop flushingIdo Schimmel1-0/+15
2021-04-18selftests: fib_tests: Add test cases for interaction with manglingIdo Schimmel1-1/+151
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-47/+26
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-37/+19
2021-04-17ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz1-3/+0
2021-04-17ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz1-2/+0
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-37/+19
2021-04-17selftests: mptcp: add packet mark test caseFlorian Westphal3-2/+299
2021-04-17bpf: Update selftests to reflect new error statesDaniel Borkmann6-35/+16
2021-04-16bpftool: Fix a clang compilation warningYonghong Song1-1/+1
2021-04-16selftests/bpf: Silence clang compilation warningsYonghong Song3-4/+9
2021-04-16selftests/bpf: Fix test_cpp compilation failure with clangYonghong Song1-1/+1
2021-04-16tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.includeYonghong Song1-2/+10
2021-04-16selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song1-0/+4