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
2021-04-01
selftests/bpf: Add a test case for udp sockmap
Cong Wang
2
-0
/
+158
2021-04-01
idr test suite: Improve reporting from idr_find_test_1
Matthew Wilcox (Oracle)
1
-1
/
+10
2021-04-01
idr test suite: Create anchor before launching throbber
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-04-01
idr test suite: Take RCU read lock in idr_find_test_1
Matthew Wilcox (Oracle)
1
-0
/
+4
2021-04-01
radix tree test suite: Register the main thread with the RCU library
Matthew Wilcox (Oracle)
3
-0
/
+6
2021-04-01
selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)
Vitaly Kuznetsov
1
-2
/
+11
2021-03-31
selftests/net: so_txtime multi-host support
Carlos Llamas
2
-85
/
+259
2021-03-31
selftests: ethtool: add a netdevsim FEC test
Jakub Kicinski
2
-1
/
+114
2021-03-30
selftests/bpf: Add an option for a debug shell in vmtest.sh
KP Singh
1
-11
/
+28
2021-03-30
selftests: mptcp: remove id 0 address testcases
Geliang Tang
1
-2
/
+33
2021-03-30
selftests: mptcp: add addr argument for del_addr
Geliang Tang
1
-3
/
+31
2021-03-30
selftests: mptcp: avoid calling pm_nl_ctl with bad IDs
Matthieu Baerts
1
-3
/
+3
2021-03-30
tc-testing: add simple action change test
Vlad Buslov
1
-0
/
+24
2021-03-30
selftests: net: add UDP GRO forwarding self-tests
Paolo Abeni
2
-0
/
+252
2021-03-30
radix tree test suite: Fix compilation
Matthew Wilcox (Oracle)
1
-0
/
+0
2021-03-30
selftests: kvm: make hardware_disable_test less verbose
Vitaly Kuznetsov
1
-5
/
+5
2021-03-30
selftests: xsk: Remove unused defines
Björn Töpel
2
-6
/
+3
2021-03-30
selftests: xsk: Remove mutex and condition variable
Björn Töpel
2
-30
/
+6
2021-03-30
selftests: xsk: Remove thread attribute
Björn Töpel
2
-9
/
+2
2021-03-30
selftests: xsk: Implement bpf_link test
Maciej Fijalkowski
3
-50
/
+139
2021-03-30
selftests: xsk: Remove sync_mutex_tx and atomic var
Maciej Fijalkowski
2
-26
/
+7
2021-03-30
selftests: xsk: Refactor teardown/bidi test cases and testapp_validate
Maciej Fijalkowski
2
-53
/
+78
2021-03-30
selftests: xsk: Remove Tx synchronization resources
Maciej Fijalkowski
2
-10
/
+7
2021-03-30
selftests: xsk: Split worker thread
Maciej Fijalkowski
1
-79
/
+77
2021-03-30
selftests: xsk: Remove thread for netns switch
Maciej Fijalkowski
2
-119
/
+14
2021-03-30
selftests: xsk: Simplify frame traversal in dumping thread
Maciej Fijalkowski
1
-26
/
+21
2021-03-30
selftests: xsk: Remove inline keyword from source file
Maciej Fijalkowski
1
-10
/
+7
2021-03-30
selftests: xsk: Remove unused function
Maciej Fijalkowski
1
-13
/
+0
2021-03-30
selftests: xsk: Remove struct ifaceconfigobj
Maciej Fijalkowski
2
-44
/
+30
2021-03-30
selftests: xsk: Don't call worker_pkt_dump() for stats test
Maciej Fijalkowski
1
-1
/
+1
2021-03-30
bpf: selftests: Update clang requirement in README.rst for testing kfunc call
Martin KaFai Lau
1
-0
/
+14
2021-03-29
selftests: mlxsw: Test vetoing of double sampling
Ido Schimmel
1
-0
/
+30
2021-03-29
selftests: mlxsw: Test matchall failure with protocol match
Ido Schimmel
1
-0
/
+17
2021-03-29
selftests: forwarding: vxlan_bridge_1d: Add more ECN decap test cases
Ido Schimmel
1
-1
/
+12
2021-03-29
selftests/powerpc: unmark non-kernel-doc comments
Randy Dunlap
1
-2
/
+2
2021-03-28
selftests: forwarding: Add tc-police tests for packets per second
Baowen Zheng
2
-0
/
+65
2021-03-28
selftests: tc-testing: add action police selftest for packets per second
Baowen Zheng
1
-0
/
+48
2021-03-26
bpf: selftests: Add kfunc_call test
Martin KaFai Lau
3
-0
/
+148
2021-03-26
bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functions
Martin KaFai Lau
3
-46
/
+11
2021-03-26
bpf: selftests: Rename bictcp to bpf_cubic
Martin KaFai Lau
1
-15
/
+15
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2
-11
/
+11
2021-03-26
selftests: mptcp: signal addresses testcases
Geliang Tang
1
-0
/
+58
2021-03-26
selftests: mptcp: timeout testcases for multi addresses
Geliang Tang
1
-2
/
+24
2021-03-26
selftests: mptcp: add cfg_do_w for cfg_remove
Geliang Tang
1
-3
/
+7
2021-03-26
selftests/timers: Fix spelling mistake "clocksourc" -> "clocksource"
Colin Ian King
1
-1
/
+1
2021-03-26
selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
Ilya Leoshkevich
1
-1
/
+2
2021-03-26
bpf/selftests: Test that kernel rejects a TCP CC with an invalid license
Toke Høiland-Jørgensen
2
-0
/
+63
2021-03-25
bpf: selftests: Add tests for batched ops in LPM trie maps
Pedro Tammela
1
-0
/
+158
2021-03-25
selftests/bpf: Better error messages for ima_setup.sh failures
KP Singh
1
-2
/
+4
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
13
-20
/
+189
[prev]
[next]