summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-04-27bpf: Fix propagation of 32 bit unsigned bounds from 64 bit boundsDaniel Borkmann
2021-04-26selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko
2021-04-26selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko
2021-04-26selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko
2021-04-26libbpf: Support BTF_KIND_FLOAT during type compatibility checks in CO-REAndrii Nakryiko
2021-04-26selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko
2021-04-25selftests/bpf: Use ASSERT macros in lsm testJiri Olsa
2021-04-25selftests/bpf: Test that module can't be unloaded with attached trampolineJiri Olsa
2021-04-25selftests/bpf: Add re-attach test to lsm testJiri Olsa
2021-04-25selftests/bpf: Add re-attach test to fexit_testJiri Olsa
2021-04-25selftests/bpf: Add re-attach test to fentry_testJiri Olsa
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