index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
Age
Commit message (
Expand
)
Author
Lines
2024-12-10
selftests/bpf: validate that tail call invalidates packet pointers
Eduard Zingerman
-0
/
+28
2024-12-10
bpf: consider that tail calls invalidate packet pointers
Eduard Zingerman
-0
/
+2
2024-12-10
selftests/bpf: freplace tests for tracking of changes_packet_data
Eduard Zingerman
-0
/
+120
2024-12-10
selftests/bpf: test for changing packet data from global functions
Eduard Zingerman
-0
/
+28
2024-12-10
selftests/bpf: Extend test for sockmap update with same
Michal Luczaj
-3
/
+5
2024-12-10
selftests/hid: Add host-tools to .gitignore
Charlie Jenkins
-0
/
+1
2024-12-10
selftests/powerpc: Fix typo in test-vphn.c
Zhu Jun
-1
/
+1
2024-12-09
selftests/cpufreq: gitignore output files and clean them in make clean
Li Zhijian
-0
/
+3
2024-12-09
selftests: forwarding: Add a selftest for the new reserved_bits UAPI
Petr Machata
-0
/
+353
2024-12-09
selftests: net: lib: Add several autodefer helpers
Petr Machata
-7
/
+39
2024-12-09
selftests: net: lib: Rename ip_link_master() to ip_link_set_master()
Petr Machata
-4
/
+4
2024-12-09
selftests/bpf: Fix fill_link_info selftest on powerpc
Saket Kumar Bhaskar
-3
/
+14
2024-12-09
selftests/bpf: Add more stats into veristat
Mykyta Yatsenko
-6
/
+58
2024-12-09
selftests: livepatch: add test cases of stack_order sysfs interface
Wardenjohn
-0
/
+71
2024-12-09
selftests/livepatch: Replace hardcoded module name with variable in test-call...
George Guo
-1
/
+1
2024-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-87
/
+687
2024-12-08
Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...
Linus Torvalds
-10
/
+6
2024-12-06
selftests: net: cleanup busy_poller.c
Joe Damato
-38
/
+50
2024-12-06
selftests: mlxsw: sharedbuffer: Ensure no extra packets are counted
Danielle Ratson
-0
/
+40
2024-12-06
selftests: mlxsw: sharedbuffer: Remove duplicate test cases
Danielle Ratson
-10
/
+0
2024-12-06
selftests: mlxsw: sharedbuffer: Remove h1 ingress test case
Danielle Ratson
-5
/
+0
2024-12-06
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-61
/
+636
2024-12-06
x86/mm/selftests: Fix typo in lam.c
Gautam Somani
-1
/
+1
2024-12-06
selftests/bpf: Consolidate kernel modules into common directory
Toke Høiland-Jørgensen
-161
/
+83
2024-12-06
selftests/bpf: Add more test cases for LPM trie
Hou Tao
-0
/
+395
2024-12-06
selftests/bpf: Move test_lpm_map.c to map_tests
Hou Tao
-9
/
+4
2024-12-05
selftests/damon: add _damon_sysfs.py to TEST_FILES
Maximilian Heyne
-1
/
+1
2024-12-05
selftest: hugetlb_dio: fix test naming
Mark Brown
-9
/
+5
2024-12-05
selftests/tc-testing: sfq: test that kernel rejects limit of 1
Octavian Purdila
-0
/
+41
2024-12-05
selftests/bpf: Enable Tx hwtstamp in xdp_hw_metadata
Song Yoong Siang
-0
/
+1
2024-12-05
selftests/bpf: Actuate tx_metadata_len in xdp_hw_metadata
Song Yoong Siang
-1
/
+1
2024-12-05
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+14
2024-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-19
/
+43
2024-12-05
Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1
/
+11
2024-12-05
Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-15
/
+20
2024-12-04
selftests/net: call sendmmsg via udpgso_bench.sh
Kenjiro Nakayama
-0
/
+3
2024-12-04
selftests/sched_ext: fix build after renames in sched_ext API
Ihor Solodrai
-19
/
+19
2024-12-04
selftests/bpf: Add test for narrow spill into 64-bit spilled scalar
Kumar Kartikeya Dwivedi
-0
/
+17
2024-12-04
selftests/bpf: Add test for reading from STACK_INVALID slots
Kumar Kartikeya Dwivedi
-0
/
+18
2024-12-04
selftests/bpf: Introduce __caps_unpriv annotation for tests
Eduard Zingerman
-19
/
+62
2024-12-04
tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bind
Marco Leogrande
-0
/
+1
2024-12-04
selftests/bpf: Add IRQ save/restore tests
Kumar Kartikeya Dwivedi
-0
/
+446
2024-12-04
selftests/bpf: Expand coverage of preempt tests to sleepable kfunc
Kumar Kartikeya Dwivedi
-0
/
+14
2024-12-04
bpf: Improve verifier log for resource leak on exit
Kumar Kartikeya Dwivedi
-10
/
+10
2024-12-03
iommufd/selftest: Cover IOMMU_FAULT_QUEUE_ALLOC in iommufd_fail_nth
Nicolin Chen
-0
/
+14
2024-12-02
bpf: Zero index arg error string for dynptr and iter
Kumar Kartikeya Dwivedi
-23
/
+23
2024-12-02
selftests/bpf: Add tests for iter arg check
Kumar Kartikeya Dwivedi
-0
/
+26
2024-12-02
bpf: Ensure reg is PTR_TO_STACK in process_iter_arg
Tao Lyu
-2
/
+2
2024-12-02
selftests/bpf: ensure proper root namespace cleanup when test fail
Alexis Lothoré (eBPF Foundation)
-5
/
+11
2024-12-02
selftests/bpf: add cgroup skb direct packet access test
Mahe Tardy
-0
/
+43
[prev]
[next]