summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-10-07selftests/bpf: Test bpf_mprog query API via libbpf and raw syscallDaniel Borkmann1-0/+167
2023-10-06selftests/bpf: Add pairs_redir_to_connected helperGeliang Tang1-115/+31
2023-10-06selftests/bpf: Don't truncate #test/subtest fieldAndrii Nakryiko1-1/+1
2023-10-06selftests/bpf: Support building selftests in optimized -O2 modeAndrii Nakryiko1-6/+8
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko15-24/+27
2023-10-06tools: ynl-gen: use uapi header name for the header guardJakub Kicinski1-1/+5
2023-10-06selftests/bpf: Enable CONFIG_VSOCKETS in configGeliang Tang1-0/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski41-607/+811
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds8-18/+432
2023-10-05Merge tag 'rtla-v6.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+30
2023-10-05tools: ynl: use uAPI include magic for samplesJakub Kicinski1-1/+4
2023-10-05tools: ynl: don't regen on every makeJakub Kicinski2-2/+1
2023-10-05Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski4-18/+292
2023-10-05Merge tag 'nf-next-23-09-28' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-9/+37
2023-10-04selftests/bpf: Add uprobe_multi to gen_tar targetBjörn Töpel1-1/+1
2023-10-04selftests/bpf: Enable lld usage for RISC-VBjörn Töpel1-1/+1
2023-10-04selftests/bpf: Add cross-build support for urandom_read et alBjörn Töpel1-3/+5
2023-10-04selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscvBjörn Töpel1-0/+2
2023-10-04selftests/bpf: Define SYS_PREFIX for riscvBjörn Töpel1-0/+3
2023-10-04libbpf: Fix syscall access arguments on riscvAlexandre Ghiti1-2/+0
2023-10-04Merge tag 'linux-kselftest-fixes-6.6-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-0/+140
2023-10-04netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter1-0/+20
2023-10-04selftests/xsk: Add a test for shared umem featureTushar Vyavahare4-7/+72
2023-10-04selftests/xsk: Modify xsk_update_xskmap() to accept the index as an argumentTushar Vyavahare3-6/+5
2023-10-04selftests/xsk: Iterate over all the sockets in the send pkts functionTushar Vyavahare1-19/+38
2023-10-04selftests/xsk: Remove unnecessary parameter from pkt_set() function callTushar Vyavahare1-16/+11
2023-10-04selftests/xsk: Iterate over all the sockets in the receive pkts functionTushar Vyavahare3-113/+178
2023-10-04selftests/xsk: Move src_mac and dst_mac to the xsk_socket_infoTushar Vyavahare2-20/+21
2023-10-04selftests/xsk: Rename xsk_xdp_metadata.h to xsk_xdp_common.hTushar Vyavahare3-2/+7
2023-10-04selftests/xsk: Move pkt_stream to the xsk_socket_infoTushar Vyavahare2-35/+38
2023-10-04selftests: netfilter: Extend nft_audit.shPhil Sutter1-16/+81
2023-10-04selftests: netfilter: test for sctp collision processing in nf_conntrackXin Long3-2/+191
2023-10-02handshake: Fix sign of key_serial_t fieldsChuck Lever1-2/+2
2023-10-02handshake: Fix sign of socket file descriptor fieldsChuck Lever1-3/+3
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+4
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-1/+1
2023-09-30Merge tag 'powerpc-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-9/+9
2023-09-30selftests/mm: fix awk usage in charge_reserved_hugetlb.sh and hugetlb_reparen...Juntong Deng2-4/+4
2023-09-30selftest/bpf: Add various selftests for program limitsDaniel Borkmann1-0/+84
2023-09-30libbpf: Allow Golang symbols in uprobe secdefHengqi Chen1-6/+16
2023-09-29bpf, sockmap: Add tests for MSG_F_PEEKJohn Fastabend1-0/+51
2023-09-28selftests: netfilter: test nat source port clash resolution interaction with ...Florian Westphal1-9/+37
2023-09-28selftests/tc-testing: update tdc documentationPedro Tammela1-55/+10
2023-09-28selftests/tc-testing: implement tdc parallel test runPedro Tammela3-57/+148
2023-09-28selftests/tc-testing: update test definitions for local resourcesPedro Tammela51-1114/+2369
2023-09-28selftests/tc-testing: localize test resourcesPedro Tammela5-98/+229
2023-09-27selftests: Fix wrong TARGET in kselftest top level MakefileJuntong Deng1-1/+1
2023-09-26Merge tag 'linux-kselftest-fixes-6.6-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds5-9/+34
2023-09-26Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' of git://git.kernel.org/pu...Linus Torvalds16-539/+255