summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet
2021-10-06selftests/bpf: Test new btf__add_btf() APIAndrii Nakryiko
2021-10-06selftests/bpf: Refactor btf_write selftest to reuse BTF generation logicAndrii Nakryiko
2021-10-06libbpf: Add API that copies all BTF types from one BTF object to anotherAndrii Nakryiko
2021-10-06bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi
2021-10-05libbpf: Update gen_loader to emit BTF_KIND_FUNC relocationsKumar Kartikeya Dwivedi
2021-10-05libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0Kumar Kartikeya Dwivedi
2021-10-05libbpf: Support kernel module function callsKumar Kartikeya Dwivedi
2021-10-05tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi
2021-10-04selftests: net: Test for the IOAM encapsulation with IPv6Justin Iurman
2021-10-02selftests: net: mscc: ocelot: add a test for egress VLAN modificationVladimir Oltean
2021-10-02selftests: net: mscc: ocelot: rename the VLAN modification test to ingressVladimir Oltean
2021-10-02selftests: net: mscc: ocelot: bring up the ports automaticallyVladimir Oltean
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-01selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen
2021-10-01libbpf: Support uniform BTF-defined key/value specification across all BPF mapsHengqi Chen
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-30selftests/bpf: Use kselftest skip code for skipped testsPo-Hsu Lin
2021-09-29libbpf: Fix skel_internal.h to set errno on loader retval < 0Kumar Kartikeya Dwivedi
2021-09-29libbpf: Properly ignore STT_SECTION symbols in legacy map definitionsToke Høiland-Jørgensen
2021-09-29libbpf: Make gen_loader data aligned.Alexei Starovoitov
2021-09-29bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi
2021-09-28selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song
2021-09-28bpftool: Avoid using "?: " in generated codeYucong Sun
2021-09-28selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko
2021-09-28libbpf: Add opt-in strict BPF program section name handling logicAndrii Nakryiko
2021-09-28libbpf: Complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SECAndrii Nakryiko
2021-09-28libbpf: Refactor ELF section handler definitionsAndrii Nakryiko
2021-09-28libbpf: Reduce reliance of attach_fns on sec_def internalsAndrii Nakryiko
2021-09-28libbpf: Refactor internal sec_def handling to enable pluggabilityAndrii Nakryiko
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko
2021-09-28selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko
2021-09-28libbpf: Add "tc" SEC_DEF which is a better name for "classifier"Andrii Nakryiko
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-28selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc
2021-09-28selftests, bpf: Fix makefile dependencies on libbpfJiri Benc
2021-09-28libbpf: Fix segfault in static linker for objects without BTFKumar Kartikeya Dwivedi
2021-09-27libbpf: Ignore STT_SECTION symbols in 'maps' sectionToke Høiland-Jørgensen
2021-09-28selftests: xsk: Add frame_headroom testMagnus Karlsson
2021-09-28selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson
2021-09-28selftests: xsk: Add single packet testMagnus Karlsson
2021-09-28selftests: xsk: Introduce pacing of trafficMagnus Karlsson
2021-09-28selftests: xsk: Fix socket creation retryMagnus Karlsson
2021-09-28selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson
2021-09-28selftests: xsk: Fix missing initializationMagnus Karlsson
2021-09-27Merge tag 'perf-tools-fixes-for-v5.15-2021-09-27' of git://git.kernel.org/pub...Linus Torvalds
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds