summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn2020-06-261-1/+1
| | |/ / /
| * | | | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-06-287-8/+108
| |\ \ \ \
| | * | | | objtool: Fix noinstr vs KCOVPeter Zijlstra2020-06-184-0/+45
| | * | | | objtool: Provide elf_write_{insn,reloc}()Peter Zijlstra2020-06-182-2/+45
| | * | | | objtool: Clean up elf_write() conditionPeter Zijlstra2020-06-184-6/+18
| * | | | | Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-281-2/+28
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-26117-766/+547
| | |\ \ \ \ \
| | * | | | | | objtool: Don't consider vmlinux a C-filePeter Zijlstra2020-06-251-1/+1
| | * | | | | | x86/entry, ubsan, objtool: Whitelist __ubsan_handle_*()Peter Zijlstra2020-06-151-1/+27
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'powerpc-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-271-1/+1
| |\ \ \ \ \ \
| | * | | | | | selftests/powerpc: Fix build failure in ebb testsHarish2020-06-261-1/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-06-271-4/+0
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | kselftest: arm64: Remove redundant clean targetMark Brown2020-06-241-4/+0
| | | |/ / / | | |/| | |
* | | | | | selftests: net: add a test for UDP tunnel info infraJakub Kicinski2020-07-101-0/+786
* | | | | | selftests: net: Add port split testDanielle Ratson2020-07-092-0/+278
* | | | | | selftests/mptcp: add diag interface testsPaolo Abeni2020-07-093-5/+140
* | | | | | selftests: mptcp: capture pcap on both sidesMatthieu Baerts2020-07-061-4/+9
* | | | | | selftests/net: update initializer syntax to use c99 designatorsTanner Love2020-07-041-15/+15
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-0471-1003/+4078
|\ \ \ \ \ \
| * | | | | | selftests/bpf: Fix compilation error of bpf_iter_task_stack.cSong Liu2020-07-031-1/+1
| * | | | | | bpf: Fix bpftool without skeleton code enabledJohn Fastabend2020-07-031-0/+1
| * | | | | | bpf: selftests: Restore netns after each testMartin KaFai Lau2020-07-022-2/+23
| * | | | | | bpf: selftests: A few improvements to network_helpers.cMartin KaFai Lau2020-07-026-86/+110
| * | | | | | selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer2020-07-012-0/+16
| * | | | | | selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer2020-07-012-0/+19
| * | | | | | selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer2020-07-011-0/+3
| * | | | | | tools/bpftool: Turn off -Wnested-externs warningAndrii Nakryiko2020-07-021-1/+1
| * | | | | | selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.Hao Luo2020-07-011-8/+8
| * | | | | | selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu2020-07-012-0/+54
| * | | | | | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-1/+36
| * | | | | | selftests/bpf: Add byte swapping selftestAndrii Nakryiko2020-07-012-0/+90
| * | | | | | libbpf: Make bpf_endian co-exist with vmlinux.hAndrii Nakryiko2020-07-011-8/+35
| * | | | | | selftests/bpf: Allow substituting custom vmlinux.h for selftests buildAndrii Nakryiko2020-06-301-2/+7
| * | | | | | tools/bpftool: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko2020-06-301-3/+7
| * | | | | | selftests/bpf: Test auto-load disabling logic for BPF programsAndrii Nakryiko2020-06-282-0/+81
| * | | | | | libbpf: Support disabling auto-loading BPF programsAndrii Nakryiko2020-06-283-8/+44
| * | | | | | tools, bpftool: Define attach_type_name array only onceTobias Klauser2020-06-252-35/+37
| * | | | | | tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-255-37/+42
| * | | | | | selftests/bpf: Add tcp/udp iterator programs to selftestsYonghong Song2020-06-241-0/+68
| * | | | | | selftests/bpf: Implement sample udp/udp6 bpf_iter programsYonghong Song2020-06-243-0/+166
| * | | | | | selftests/bpf: Implement sample tcp/tcp6 bpf_iter programsYonghong Song2020-06-243-0/+499
| * | | | | | selftests/bpf: Add more common macros to bpf_tracing_net.hYonghong Song2020-06-241-0/+35
| * | | | | | selftests/bpf: Refactor some net macros to bpf_tracing_net.hYonghong Song2020-06-243-9/+18
| * | | | | | selftests/bpf: Move newer bpf_iter_* type redefining to a new header fileYonghong Song2020-06-249-136/+57
| * | | | | | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-1/+8
| * | | | | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-1/+22
| * | | | | | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-1/+8
| * | | | | | bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-242-2/+32
| * | | | | | selftests/bpf: Workaround for get_stack_rawtp test.Alexei Starovoitov2020-06-241-1/+2
| * | | | | | libbpf: Prevent loading vmlinux BTF twiceAndrii Nakryiko2020-06-241-11/+22