Age | Commit message (Expand) | Author | Files | Lines |
2019-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 19 | -147/+332 |
2019-07-18 | selftests/bpf: fix test_xdp_noinline on s390 | Ilya Leoshkevich | 1 | -8/+9 |
2019-07-18 | selftests/bpf: fix "valid read map access into a read-only array 1" on s390 | Ilya Leoshkevich | 1 | -1/+1 |
2019-07-18 | selftests: add a test case for rp_filter | Cong Wang | 1 | -1/+34 |
2019-07-17 | selftests/bpf: fix perf_buffer on s390 | Ilya Leoshkevich | 3 | -17/+11 |
2019-07-17 | selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly | Andrii Nakryiko | 1 | -14/+10 |
2019-07-17 | selftests/bpf: fix test_verifier/test_maps make dependencies | Andrii Nakryiko | 1 | -3/+3 |
2019-07-16 | selftests/bpf: skip nmi test when perf hw events are disabled | Ilya Leoshkevich | 1 | -1/+32 |
2019-07-16 | selftests/bpf: fix "alu with different scalars 1" on s390 | Ilya Leoshkevich | 1 | -1/+1 |
2019-07-16 | selftests/bpf: remove logic duplication in test_verifier | Andrii Nakryiko | 1 | -20/+15 |
2019-07-16 | selftests/bpf: add selftests for wide loads | Stanislav Fomichev | 1 | -0/+37 |
2019-07-16 | selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c | Stanislav Fomichev | 2 | -36/+36 |
2019-07-16 | selftests/bpf: put test_stub.o into $(OUTPUT) | Ilya Leoshkevich | 1 | -2/+5 |
2019-07-16 | selftests/bpf: make directory prerequisites order-only | Ilya Leoshkevich | 1 | -8/+8 |
2019-07-16 | selftests/bpf: fix attach_probe on s390 | Ilya Leoshkevich | 1 | -0/+2 |
2019-07-16 | selftests/bpf: use typedef'ed arrays as map values | Andrii Nakryiko | 3 | -4/+4 |
2019-07-16 | selftests/bpf: add trickier size resolution tests | Andrii Nakryiko | 1 | -0/+88 |
2019-07-14 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 7 | -6/+6 |
2019-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+117 |
2019-07-13 | Merge tag 'linux-kselftest-5.3-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -37/+35 |
2019-07-13 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -3/+3 |
2019-07-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 12 | -42/+61 |
2019-07-13 | tc-tests: updated skbedit tests | Roman Mashak | 1 | -0/+117 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -10/+71 |
2019-07-12 | selftests/bpf: fix compiling loop{1, 2, 3}.c on s390 | Ilya Leoshkevich | 3 | -3/+3 |
2019-07-12 | selftests/bpf: make PT_REGS_* work in userspace | Ilya Leoshkevich | 1 | -20/+55 |
2019-07-12 | selftests/bpf: fix s930 -> s390 typo | Ilya Leoshkevich | 1 | -5/+5 |
2019-07-12 | selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH) | Ilya Leoshkevich | 1 | -1/+3 |
2019-07-12 | selftests/bpf: do not ignore clang failures | Ilya Leoshkevich | 1 | -6/+7 |
2019-07-12 | selftests/bpf: fix bpf_target_sparc check | Ilya Leoshkevich | 1 | -2/+2 |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 164 | -1069/+16982 |
2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 244 | -1004/+1758 |
2019-07-11 | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -42/+437 |
2019-07-10 | kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree | Masahiro Yamada | 2 | -3/+3 |
2019-07-10 | tc-testing: introduce scapyPlugin for basic traffic | Lucas Bates | 2 | -0/+148 |
2019-07-10 | tc-testing: Allow tdc plugins to see test case data | Lucas Bates | 2 | -8/+7 |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 2 | -2/+2 |
2019-07-09 | tc-tests: Add tc action ct tests | Paul Blakey | 1 | -0/+314 |
2019-07-09 | tc-tests: actions: add MPLS tests | John Hurley | 2 | -0/+1089 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -13/+173 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 45 | -844/+995 |
2019-07-09 | selftests: forwarding: Test multipath hashing on inner IP pkts for GRE tunnel | Stephen Suryaputra | 4 | -0/+1220 |
2019-07-09 | selftests/bpf: fix test_reuseport_array on s390 | Ilya Leoshkevich | 1 | -6/+15 |
2019-07-09 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 17 | -56/+105 |
2019-07-09 | selftests: txring_overwrite: fix incorrect test of mmap() return value | Frank de Brabander | 1 | -1/+1 |
2019-07-08 | rseq/selftests: Fix Thumb mode build failure on arm32 | Mathieu Desnoyers | 1 | -28/+33 |
2019-07-08 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -29/+311 |
2019-07-08 | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -25/+95 |
2019-07-08 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+3 |
2019-07-08 | selftests/bpf: fix test_attach_probe map definition | Andrii Nakryiko | 1 | -8/+5 |