summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-0212-29/+129
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-028-23/+121
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-012-14/+111
| | |\
| | | * selftests/bpf: Extend map-in-map selftest to detect memory leaksAndrii Nakryiko2020-07-301-14/+110
| | | * selftests/bpf: Fix cgroup sockopt verifier testJean-Philippe Brucker2020-07-111-0/+1
| | * | selftests/bpf: fix netdevsim trap_flow_action_cookie readHangbin Liu2020-07-311-0/+3
| | * | selftests: ethtool: Fix test when only two speeds are supportedAmit Cohen2020-07-291-2/+0
| | * | selftests/net: tcp_mmap: fix clang warning for target arch PowerPCTanner Love2020-07-271-3/+3
| | * | selftests/net: so_txtime: fix clang issues for target arch PowerPCTanner Love2020-07-271-1/+1
| | * | selftests/net: psock_fanout: fix clang issues for target arch PowerPCTanner Love2020-07-271-1/+2
| | * | selftests/net: rxtimestamp: fix clang issues for target arch PowerPCTanner Love2020-07-271-2/+1
| * | | libtraceevent: Fix build with binutils 2.35Ben Hutchings2020-07-311-1/+1
| * | | perf tools: Fix record failure when mixed with ARM SPE eventWei Li2020-07-311-4/+4
| * | | perf tests: Fix test 68 zstd compression for s390Thomas Richter2020-07-311-1/+2
| * | | tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon2020-07-311-0/+1
| |/ /
* | | selftests: mptcp: add test cases for mptcp join tests with syn cookiesFlorian Westphal2020-08-011-2/+64
* | | selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionallyFlorian Westphal2020-08-011-0/+47
* | | selftests: txtimestamp: add flag for timestamp validation tolerance.Jian Yang2020-07-311-2/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-269-13/+23
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds2020-07-253-2/+4
| |\ \
| | * | selftest: txtimestamp: fix net ns entry logicPaolo Pisati2020-07-221-1/+1
| | * | selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 supportPaolo Pisati2020-07-171-0/+2
| | * | selftests: fib_nexthop_multiprefix: fix cleanup() netns deletionPaolo Pisati2020-07-151-1/+1
| * | | s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter2020-07-211-1/+1
| * | | Merge tag 'perf-tools-fixes-2020-07-19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-07-193-6/+14
| |\ \ \
| | * | | tools arch kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2020-07-171-2/+3
| | * | | perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo2020-07-171-4/+8
| | * | | libsubcmd: Fix OPT_CALLBACK_SET()Ravi Bangoria2020-07-171-0/+3
| | |/ /
| * | | Merge tag 'powerpc-5.8-7' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-07-182-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | selftests/powerpc: Use proper error code to check fault addressHaren Myneni2020-07-152-4/+4
* | | | vrf: Handle CONFIG_SYSCTL not setDavid Ahern2020-07-241-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-2230-116/+2849
|\ \ \ \
| * | | | bpftool: Use only nftw for file tree parsingTony Ambardar2020-07-212-59/+82
| * | | | bpf: Make btf_sock_ids globalYonghong Song2020-07-211-0/+30
| * | | | bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song2020-07-212-11/+32
| * | | | tools/bpf: Sync btf_ids.h to toolsYonghong Song2020-07-212-1/+11
| * | | | samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich2020-07-216-8/+9
| * | | | selftests/bpf: Fix test_lwt_seg6local.sh hangsIlya Leoshkevich2020-07-211-1/+1
| * | | | tools/bpftool: Fix error handing in do_skeleton()YueHaibing2020-07-211-1/+4
| * | | | libbpf bpf_helpers: Use __builtin_offsetof for offsetofIan Rogers2020-07-211-1/+1
| * | | | selftests: bpf: test_kmod.sh: Fix running out of srctreeIlya Leoshkevich2020-07-211-3/+9
| * | | | selftests/bpf: Tests for BPF_SK_LOOKUP attach pointJakub Sitnicki2020-07-184-23/+1960
| * | | | selftests/bpf: Add verifier tests for bpf_sk_lookup context accessJakub Sitnicki2020-07-181-0/+492
| * | | | tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki2020-07-184-3/+5
| * | | | libbpf: Add support for SK_LOOKUP program typeJakub Sitnicki2020-07-184-0/+10
| * | | | bpf: Sync linux/bpf.h to tools/Jakub Sitnicki2020-07-181-0/+77
| * | | | bpf: Drop duplicated words in uapi helper commentsRandy Dunlap2020-07-161-3/+3
| * | | | selftests/bpf: Fix possible hang in sockopt_inheritStanislav Fomichev2020-07-161-2/+1
| * | | | selftest: Add tests for XDP programs in CPUMAP entriesLorenzo Bianconi2020-07-162-0/+106
| * | | | libbpf: Add SEC name for xdp programs attached to CPUMAPLorenzo Bianconi2020-07-161-0/+2