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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-26
selftests: net: bridge: add vlan mcast_membership_interval test
Nikolay Aleksandrov
1
-1
/
+27
2021-11-26
selftests: net: bridge: add vlan mcast_startup_query_count/interval tests
Nikolay Aleksandrov
1
-1
/
+41
2021-11-26
selftests: net: bridge: add vlan mcast_last_member_count/interval tests
Nikolay Aleksandrov
1
-1
/
+35
2021-11-26
selftests: net: bridge: add vlan mcast igmp/mld version tests
Nikolay Aleksandrov
1
-1
/
+44
2021-11-26
selftests: net: bridge: add vlan mcast querier test
Nikolay Aleksandrov
1
-1
/
+104
2021-11-26
selftests: net: bridge: add vlan mcast snooping control test
Nikolay Aleksandrov
1
-0
/
+148
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
34
-294
/
+1155
2021-11-26
bpf, mips: Fix build errors about __NR_bpf undeclared
Tiezhu Yang
3
-0
/
+22
2021-11-26
Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-184
/
+1017
2021-11-26
KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
Vitaly Kuznetsov
1
-0
/
+30
2021-11-26
KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features test
Vitaly Kuznetsov
1
-69
/
+71
2021-11-26
selftests: sev_migrate_tests: free all VMs
Paolo Bonzini
1
-1
/
+8
2021-11-26
selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
1
-2
/
+5
2021-11-25
selftests: tls: test for correct proto_ops
Jakub Kicinski
1
-0
/
+55
2021-11-25
selftests: tls: test splicing decrypted records
Jakub Kicinski
1
-0
/
+49
2021-11-25
selftests: tls: test splicing cmsgs
Jakub Kicinski
1
-0
/
+40
2021-11-25
selftests: tls: add tests for handling of bad records
Jakub Kicinski
1
-0
/
+154
2021-11-25
selftests: tls: factor out cmsg send/receive
Jakub Kicinski
1
-41
/
+70
2021-11-25
selftests: tls: add helper for creating sock pairs
Jakub Kicinski
1
-99
/
+29
2021-11-26
selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf tests
Andrii Nakryiko
2
-8
/
+9
2021-11-26
selftests/bpf: Fix misaligned memory accesses in xdp_bonding test
Andrii Nakryiko
1
-16
/
+20
2021-11-26
selftests/bpf: Prevent out-of-bounds stack access in test_bpffs
Andrii Nakryiko
1
-1
/
+3
2021-11-26
selftests/bpf: Fix misaligned memory access in queue_stack_map test
Andrii Nakryiko
1
-5
/
+7
2021-11-26
selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp test
Andrii Nakryiko
1
-4
/
+10
2021-11-26
selftests/bpf: Fix possible NULL passed to memcpy() with zero size
Andrii Nakryiko
1
-1
/
+2
2021-11-26
selftests/bpf: Fix UBSan complaint about signed __int128 overflow
Andrii Nakryiko
1
-1
/
+1
2021-11-26
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
1
-1
/
+4
2021-11-26
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
1
-0
/
+1
2021-11-26
libbpf: Don't call libc APIs with NULL pointers
Andrii Nakryiko
1
-3
/
+7
2021-11-26
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2
-6
/
+6
2021-11-26
tools/resolve_btf_ids: Close ELF file on error
Andrii Nakryiko
1
-2
/
+3
2021-11-25
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
21
-256
/
+201
2021-11-25
libbpf: Prevent deprecation warnings in xsk.c
Andrii Nakryiko
1
-0
/
+5
2021-11-25
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
4
-51
/
+25
2021-11-25
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
7
-153
/
+126
2021-11-25
selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one test
Andrii Nakryiko
2
-0
/
+138
2021-11-25
libbpf: Load global data maps lazily on legacy kernels
Andrii Nakryiko
1
-4
/
+30
2021-11-24
dax: Kill DEV_DAX_PMEM_COMPAT
Dan Williams
5
-31
/
+1
2021-11-24
thermal: tools: tmon: remove unneeded local variable
ran jianping
1
-2
/
+1
2021-11-23
dccp/tcp: Remove an unused argument in inet_csk_listen_start().
Kuniyuki Iwashima
1
-1
/
+1
2021-11-23
selftests: add arp_ndisc_evict_nocarrier to Makefile
James Prestwood
1
-0
/
+1
2021-11-23
tools: sync uapi/linux/if_link.h header
Eric Dumazet
1
-34
/
+259
2021-11-22
selftests/bpf: Fix trivial typo
Drew Fustini
1
-1
/
+1
2021-11-22
selftests: net: fib_nexthops: add test for group refcount imbalance bug
Nikolay Aleksandrov
1
-0
/
+63
2021-11-22
selftests/tc-testings: Be compatible with newer tc output
Li Zhijian
1
-1
/
+1
2021-11-22
selftests/tc-testing: match any qdisc type
Li Zhijian
1
-6
/
+6
2021-11-20
selftests: mptcp: add tproxy test case
Florian Westphal
3
-3
/
+136
2021-11-19
libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags
Florent Revest
4
-5
/
+7
2021-11-19
Merge tag 'perf-tools-fixes-for-v5.16-2021-11-19' of git://git.kernel.org/pub...
Linus Torvalds
22
-109
/
+136
2021-11-19
Merge tag 'gpio-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-1
/
+2
[prev]
[next]