summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-02-02bpftool: profile online CPUs instead of possibleTonghao Zhang
2023-02-02selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi
2023-02-02selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi
2023-02-02libbpf: add API to get XDP/XSK supported featuresLorenzo Bianconi
2023-02-02libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recvLorenzo Bianconi
2023-02-02netdev-genl: create a simple family for netdev stuffJakub Kicinski
2023-02-02selftests/bpf: Use semicolon instead of comma in test_verifier.cTiezhu Yang
2023-02-02tools/bpf: Use tab instead of white spaces to sync bpf.hTiezhu Yang
2023-02-02selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich
2023-02-02selftests/bpf: Remove duplicate include header in xdp_hw_metadataYe Xingchen
2023-02-02selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev
2023-02-02selftests/bpf: xdp_hw_metadata use strncpy for ifnameJesper Dangaard Brouer
2023-02-02selftests/bpf: xdp_hw_metadata correct status value in error(3)Jesper Dangaard Brouer
2023-02-02selftests/bpf: xdp_hw_metadata cleanup cause segfaultJesper Dangaard Brouer
2023-02-02selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer
2023-02-02selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2023-01-29selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich
2023-01-29selftests/bpf: Fix s390x vmlinux pathIlya Leoshkevich
2023-01-29selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich
2023-01-28libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390xIlya Leoshkevich
2023-01-28libbpf: Fix unbounded memory access in bpf_usdt_arg()Ilya Leoshkevich
2023-01-28libbpf: Simplify barrier_var()Ilya Leoshkevich
2023-01-28selftests/bpf: Fix profiler on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix xdp_synproxy/tc on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix vmlinux test on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix test_lsm on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich
2023-01-28selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Check stack_mprotect() return valueIlya Leoshkevich
2023-01-28selftests/bpf: Fix cgrp_local_storage on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix xdp_do_redirect on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix decap_sanity_ns cleanupIlya Leoshkevich
2023-01-28selftests/bpf: Set errno when urand_spawn() failsIlya Leoshkevich
2023-01-28selftests/bpf: Fix kfree_skb on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix symlink creation errorIlya Leoshkevich
2023-01-28selftests/bpf: Fix liburandom_read.so linker errorIlya Leoshkevich
2023-01-28selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-27selftest/bpf: Make crashes more debuggable in test_progsStanislav Fomichev
2023-01-27libbpf: Add documentation to map pinning API functionsGrant Seltzer
2023-01-27libbpf: Fix malformed documentation formattingGrant Seltzer
2023-01-26selftests/bpf: Properly enable hwtstamp in xdp_hw_metadataStanislav Fomichev
2023-01-26tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski
2023-01-26tools: ynl: rename ops_list -> msg_listJakub Kicinski
2023-01-26tools: ynl: support kdocs for flags in code generationJakub Kicinski