summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-173-6/+177
|\
| * Merge tag 'net-6.2-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-02-162-2/+177
| |\
| | * selftests: fib_rule_tests: Test UDP and TCP connections with DSCP rules.Guillaume Nault2023-02-092-2/+177
| * | Merge tag 'fixes-2023-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-111-4/+0
| |\ \ | | |/ | |/|
| | * Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-071-4/+0
* | | selftests: seg6: add selftest for PSP flavor in SRv6 End behaviorAndrea Mayer2023-02-162-0/+870
* | | net/sched: Retire rsvp classifierJamal Hadi Salim2023-02-161-203/+0
* | | net/sched: Retire tcindex classifierJamal Hadi Salim2023-02-161-227/+0
* | | net/sched: Retire dsmark qdiscJamal Hadi Salim2023-02-161-140/+0
* | | net/sched: Retire ATM qdiscJamal Hadi Salim2023-02-161-94/+0
* | | net/sched: Retire CBQ qdiscJamal Hadi Salim2023-02-161-184/+0
* | | selftests: forwarding: tc_actions: cleanup temporary files when test is abortedDavide Caratti2023-02-151-6/+10
* | | selftests: forwarding: Add MDB dump test casesIdo Schimmel2023-02-101-0/+99
* | | Daniel Borkmann says:Jakub Kicinski2023-02-1059-268/+1753
|\ \ \
| * | | libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich2023-02-101-1/+1
| * | | selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich2023-02-102-10/+11
| * | | selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich2023-02-102-14/+16
| * | | selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpfIlya Leoshkevich2023-02-101-2/+5
| * | | selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGSIlya Leoshkevich2023-02-101-1/+2
| * | | tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS supportIlya Leoshkevich2023-02-101-0/+2
| * | | selftests/bpf: Quote host toolsIlya Leoshkevich2023-02-101-3/+4
| * | | tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targetsJiri Olsa2023-02-091-1/+1
| * | | libbpf: Add sample_period to creation optionsJon Doron2023-02-082-3/+10
| * | | libbpf: Always use libbpf_err to return an error in bpf_xdp_query()Lorenzo Bianconi2023-02-071-1/+1
| * | | tools/resolve_btfids: Tidy HOST_OVERRIDESIan Rogers2023-02-071-2/+2
| * | | tools/resolve_btfids: Compile resolve_btfids as host programJiri Olsa2023-02-072-4/+9
| * | | selftests/bpf: Fix spelling mistake "detecion" -> "detection"Colin Ian King2023-02-061-1/+1
| * | | libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang2023-02-062-37/+83
| * | | bpf: fix typo in header for bpf_perf_prog_read_valueFlorian Lehner2023-02-031-1/+1
| * | | bpftool: profile online CPUs instead of possibleTonghao Zhang2023-02-021-8/+30
| * | | selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi2023-02-026-2/+1105
| * | | selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi2023-02-022-1/+34
| * | | libbpf: add API to get XDP/XSK supported featuresLorenzo Bianconi2023-02-023-1/+110
| * | | libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recvLorenzo Bianconi2023-02-021-10/+12
| * | | netdev-genl: create a simple family for netdev stuffJakub Kicinski2023-02-021-0/+59
| * | | selftests/bpf: Use semicolon instead of comma in test_verifier.cTiezhu Yang2023-02-021-2/+2
| * | | tools/bpf: Use tab instead of white spaces to sync bpf.hTiezhu Yang2023-02-021-2/+2
| * | | selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich2023-02-021-0/+1
| * | | selftests/bpf: Remove duplicate include header in xdp_hw_metadataYe Xingchen2023-02-021-1/+0
| * | | selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev2023-02-021-3/+2
| * | | selftests/bpf: xdp_hw_metadata use strncpy for ifnameJesper Dangaard Brouer2023-02-021-2/+2
| * | | selftests/bpf: xdp_hw_metadata correct status value in error(3)Jesper Dangaard Brouer2023-02-021-14/+14
| * | | selftests/bpf: xdp_hw_metadata cleanup cause segfaultJesper Dangaard Brouer2023-02-021-1/+1
| * | | selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer2023-02-021-1/+5
| * | | selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer2023-02-021-1/+1
| * | | selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2023-02-022-0/+12
| * | | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-1/+1
| * | | selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich2023-01-291-69/+0
| * | | selftests/bpf: Fix s390x vmlinux pathIlya Leoshkevich2023-01-291-1/+1
| * | | selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich2023-01-293-6/+33