Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | selftests/x86/iopl: Extend test to cover IOPL emulation | Thomas Gleixner | 2019-11-16 | 1 | -11/+118 | |
| * | | | | | | | | selftests/x86/ioperm: Extend testing so the shared bitmap is exercised | Thomas Gleixner | 2019-11-16 | 1 | -1/+15 | |
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-11-26 | 2 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel | Andy Lutomirski | 2019-11-21 | 1 | -0/+13 | |
| * | | | | | | | | selftests/x86/mov_ss_trap: Fix the SYSENTER test | Andy Lutomirski | 2019-11-21 | 1 | -1/+2 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-11-25 | 146 | -1507/+8663 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bpf: Introduce BPF_TRACE_x helper for the tracing tests | Martin KaFai Lau | 2019-11-24 | 6 | -174/+125 | |
| * | | | | | | | | | bpf, testing: Add various tail call test cases | Daniel Borkmann | 2019-11-24 | 6 | -0/+698 | |
| * | | | | | | | | | selftests/bpf: Add BPF trampoline performance test | Alexei Starovoitov | 2019-11-24 | 2 | -0/+185 | |
| * | | | | | | | | | selftests/bpf: Add verifier tests for better jmp32 register bounds | Yonghong Song | 2019-11-24 | 1 | -0/+83 | |
| * | | | | | | | | | selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only | Andrii Nakryiko | 2019-11-24 | 2 | -5/+15 | |
| * | | | | | | | | | libbpf: Support initialized global variables | Andrii Nakryiko | 2019-11-24 | 13 | -26/+26 | |
| * | | | | | | | | | selftests/bpf: Ensure no DWARF relocations for BPF object files | Andrii Nakryiko | 2019-11-24 | 1 | -1/+1 | |
| * | | | | | | | | | selftests/bpf: Integrate verbose verifier log into test_progs | Andrii Nakryiko | 2019-11-24 | 4 | -9/+27 | |
| * | | | | | | | | | selftests, bpftool: Skip the build test if not in tree | Jakub Kicinski | 2019-11-24 | 1 | -0/+4 | |
| * | | | | | | | | | selftests, bpftool: Set EXIT trap after usage function | Quentin Monnet | 2019-11-24 | 1 | -13/+13 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-20 | 42 | -157/+1590 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32 | Andrii Nakryiko | 2019-11-19 | 1 | -0/+7 | |
| | * | | | | | | | | | libbpf: Fix call relocation offset calculation bug | Andrii Nakryiko | 2019-11-19 | 3 | -6/+6 | |
| | * | | | | | | | | | selftests, bpf: Workaround an alu32 sub-register spilling issue | Yonghong Song | 2019-11-18 | 1 | -1/+3 | |
| | * | | | | | | | | | selftests, bpf: Fix test_tc_tunnel hanging | Jiri Benc | 2019-11-18 | 1 | -0/+5 | |
| | * | | | | | | | | | selftests, bpf: xdping is not meant to be run standalone | Jiri Benc | 2019-11-18 | 1 | -2/+2 | |
| | * | | | | | | | | | selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests | Andrii Nakryiko | 2019-11-18 | 3 | -18/+292 | |
| | * | | | | | | | | | selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog | Alexei Starovoitov | 2019-11-15 | 2 | -0/+167 | |
| | * | | | | | | | | | selftests/bpf: Extend test_pkt_access test | Alexei Starovoitov | 2019-11-15 | 1 | -2/+36 | |
| | * | | | | | | | | | selftests/bpf: Add stress test for maximum number of progs | Alexei Starovoitov | 2019-11-15 | 1 | -0/+76 | |
| | * | | | | | | | | | selftests/bpf: Add combined fentry/fexit test | Alexei Starovoitov | 2019-11-15 | 1 | -0/+90 | |
| | * | | | | | | | | | selftests/bpf: Add fexit tests for BPF trampoline | Alexei Starovoitov | 2019-11-15 | 2 | -0/+162 | |
| | * | | | | | | | | | selftests/bpf: Add test for BPF trampoline | Alexei Starovoitov | 2019-11-15 | 2 | -0/+154 | |
| | * | | | | | | | | | selftest/bpf: Simple test for fentry/fexit | Alexei Starovoitov | 2019-11-15 | 2 | -3/+88 | |
| | * | | | | | | | | | bpf, testing: Add missing object file to TEST_FILES | Anders Roxell | 2019-11-11 | 1 | -1/+2 | |
| | * | | | | | | | | | bpf, testing: Workaround a verifier failure for test_progs | Yonghong Song | 2019-11-11 | 1 | -1/+4 | |
| | * | | | | | | | | | selftests/bpf: Add tests for automatic map unpinning on load failure | Toke Høiland-Jørgensen | 2019-11-10 | 2 | -4/+18 | |
| | * | | | | | | | | | bpf: Add cb access in kfree_skb test | Martin KaFai Lau | 2019-11-07 | 2 | -16/+63 | |
| | * | | | | | | | | | libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage | Andrii Nakryiko | 2019-11-06 | 1 | -12/+7 | |
| | * | | | | | | | | | selftests/bps: Clean up removed ints relocations negative tests | Andrii Nakryiko | 2019-11-06 | 1 | -6/+0 | |
| | * | | | | | | | | | selftests/bpf: Add field size relocation tests | Andrii Nakryiko | 2019-11-04 | 5 | -5/+122 | |
| | * | | | | | | | | | selftest/bpf: Add relocatable bitfield reading tests | Andrii Nakryiko | 2019-11-04 | 9 | -2/+294 | |
| | * | | | | | | | | | selftests/bpf: Remove too strict field offset relo test cases | Andrii Nakryiko | 2019-11-04 | 9 | -90/+4 | |
| * | | | | | | | | | | selftests: forwarding: Add speed and auto-negotiation test | Amit Cohen | 2019-11-18 | 1 | -0/+318 | |
| * | | | | | | | | | | selftests: forwarding: lib.sh: Add wait for dev with timeout | Amit Cohen | 2019-11-18 | 1 | -3/+26 | |
| * | | | | | | | | | | selftests: forwarding: Add ethtool_lib.sh | Amit Cohen | 2019-11-18 | 1 | -0/+69 | |
| * | | | | | | | | | | selftests: mlxsw: Check devlink device before running test | Danielle Ratson | 2019-11-18 | 1 | -0/+5 | |
| * | | | | | | | | | | selftests: mlxsw: Add router scale test for Spectrum-2 | Danielle Ratson | 2019-11-18 | 2 | -1/+22 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-16 | 3 | -6/+59 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | selftests: net: avoid ptl lock contention in tcp_mmap | Eric Dumazet | 2019-11-16 | 1 | -5/+53 | |
| * | | | | | | | | | | selftests: net: tcp_mmap should create detached threads | Eric Dumazet | 2019-11-15 | 1 | -1/+6 | |
| * | | | | | | | | | | tc-testing: Introduced tdc tests for basic filter | Roman Mashak | 2019-11-12 | 1 | -0/+325 | |
| * | | | | | | | | | | selftests: Add a test of large binary to devlink health test | Aya Levin | 2019-11-12 | 1 | -0/+9 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 3 | -2/+116 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | |