index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-04
selftests: add a test for bpf_prog_test_run_xattr
Lorenz Bauer
1
-1
/
+54
2018-12-03
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
1
-0
/
+32
2018-11-30
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.
David Miller
1
-0
/
+17
2018-11-30
bpf: Make more use of 'any' alignment in test_verifier.c
David Miller
1
-0
/
+44
2018-11-30
bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
David Miller
1
-18
/
+24
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2
-3
/
+4
2018-11-30
bpf: Fix verifier log string check for bad alignment.
David Miller
1
-1
/
+1
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-53
/
+192
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-1
/
+110
2018-11-28
bpf: Fix various lib and testsuite build failures on 32-bit.
David Miller
1
-5
/
+5
2018-11-28
selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLS
Naresh Kamboju
1
-0
/
+1
2018-11-28
bpf: test_sockmap, add options for msg_pop_data() helper
John Fastabend
2
-17
/
+180
2018-11-28
bpf: add msg_pop_data helper to tools
John Fastabend
1
-0
/
+2
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
4
-0
/
+87
2018-11-26
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
1
-1
/
+1
2018-11-26
tools/bpf: change selftest test_btf for both jit and non-jit
Yonghong Song
1
-30
/
+3
2018-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
17
-77
/
+1629
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-1
/
+23
2018-11-24
selftests/net: add txring_overwrite
Willem de Bruijn
4
-1
/
+191
2018-11-22
bpf: add skb->tstamp r/w access from tc clsact and cg skb progs
Vlad Dumitrescu
1
-0
/
+29
2018-11-22
selftests: explicitly require kernel features needed by udpgro tests
Paolo Abeni
1
-0
/
+14
2018-11-22
tools/bpf: fix spelling mistake "memeory" -> "memory"
Colin Ian King
1
-2
/
+2
2018-11-21
selftests: forwarding: vxlan_bridge_1d: Add learning test
Ido Schimmel
1
-0
/
+108
2018-11-21
selftests: mlxsw: Consider VxLAN learning enabled as valid
Ido Schimmel
1
-1
/
+1
2018-11-21
bpf: adding tests for map_in_map helpber in libbpf
Nikita V. Shirokov
3
-1
/
+141
2018-11-20
tools/bpf: enhance test_btf file testing to test func info
Yonghong Song
3
-13
/
+136
2018-11-20
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
Yonghong Song
1
-0
/
+8
2018-11-20
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
1
-3
/
+329
2018-11-20
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
1
-2
/
+472
2018-11-19
selftests: mlxsw: Add a test for VxLAN flooding
Ido Schimmel
1
-0
/
+309
2018-11-19
selftests: mlxsw: Add a test for VxLAN configuration
Ido Schimmel
1
-0
/
+664
2018-11-19
selftests: forwarding: vxlan_bridge_1d_port_8472: New test
Petr Machata
1
-0
/
+10
2018-11-19
selftests: forwarding: vxlan_bridge_1d: Add an ECN decap test
Petr Machata
1
-0
/
+116
2018-11-19
selftests: forwarding: vxlan_bridge_1d: Add an ECN encap test
Petr Machata
1
-0
/
+26
2018-11-19
selftests: forwarding: vxlan_bridge_1d: Add a TOS test
Petr Machata
1
-0
/
+14
2018-11-19
selftests: forwarding: vxlan_bridge_1d: Add a TTL test
Petr Machata
1
-0
/
+33
2018-11-19
selftests: forwarding: vxlan_bridge_1d: Reconfigure & rerun tests
Petr Machata
1
-0
/
+26
2018-11-19
selftests: forwarding: vxlan_bridge_1d: Add unicast test
Petr Machata
1
-0
/
+54
2018-11-19
selftests: forwarding: vxlan_bridge_1d: Add flood test
Petr Machata
1
-0
/
+105
2018-11-19
selftests: forwarding: vxlan_bridge_1d: Add ping test
Petr Machata
1
-0
/
+8
2018-11-19
selftests: forwarding: Add a skeleton of vxlan_bridge_1d
Petr Machata
1
-0
/
+296
2018-11-19
selftests: forwarding: lib: Add link_stats_rx_errors_get()
Petr Machata
1
-2
/
+15
2018-11-19
selftests: forwarding: ping{6, }_do(): Allow passing ping arguments
Petr Machata
1
-2
/
+4
2018-11-19
selftests: forwarding: ping{6, }_test(): Add description argument
Petr Machata
1
-2
/
+2
2018-11-19
selftests: forwarding: lib: Add in_ns()
Petr Machata
1
-0
/
+11
2018-11-19
selftests: forwarding: lib: Support NUM_NETIFS of 0
Petr Machata
1
-2
/
+2
2018-11-20
tools: add selftest for BPF_F_ZERO_SEED
Lorenz Bauer
1
-9
/
+55
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+35
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-5
/
+13
2018-11-18
Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
[next]