index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-22
selftests: mptcp: display proper reason to abort tests
Matthieu Baerts
1
-16
/
+36
2021-06-21
selftests: tls: fix chacha+bidir tests
Jakub Kicinski
1
-28
/
+39
2021-06-21
selftests: tls: clean up uninitialized warnings
Jakub Kicinski
1
-0
/
+20
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
68
-526
/
+2353
2021-06-18
Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
16
-16
/
+387
2021-06-18
selftests/net: Add icmp.sh for testing ICMP dummy address responses
Toke Høiland-Jørgensen
1
-0
/
+74
2021-06-18
selftests: mptcp: enable checksum in mptcp_join.sh
Geliang Tang
1
-4
/
+103
2021-06-18
selftests: mptcp: enable checksum in mptcp_connect.sh
Geliang Tang
1
-1
/
+12
2021-06-18
selftests: seg6: add selftest for SRv6 End.DT46 Behavior
Andrea Mayer
1
-0
/
+573
2021-06-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-20
/
+20
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
104
-1052
/
+2913
2021-06-17
KVM: selftests: Fix kvm_check_cap() assertion
Fuad Tabba
1
-1
/
+1
2021-06-17
selftests/bpf: Fix selftests build with old system-wide headers
Andrii Nakryiko
1
-0
/
+4
2021-06-16
libbpf: Fail compilation if target arch is missing
Lorenz Bauer
1
-4
/
+42
2021-06-16
selftests/bpf: Whitelist test_progs.h from .gitignore
Daniel Xu
1
-0
/
+1
2021-06-16
selftests: net: use bash to run udpgro_fwd test case
Andrea Righi
1
-1
/
+1
2021-06-16
selftests: net: veth: make test compatible with dash
Andrea Righi
1
-2
/
+3
2021-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
9
-9
/
+54
2021-06-15
bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE.
Kuniyuki Iwashima
4
-1
/
+692
2021-06-15
libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
1
-1
/
+4
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
1
-0
/
+15
2021-06-15
bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
1
-0
/
+1
2021-06-15
libbpf: Set NLM_F_EXCL when creating qdisc
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-06-15
libbpf: Remove unneeded check for flags during tc detach
Kumar Kartikeya Dwivedi
1
-2
/
+0
2021-06-14
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
8
-8
/
+53
2021-06-14
testing: selftests: drivers: net: netdevsim: devlink: add test case for hard ...
Oleksandr Mazur
1
-0
/
+10
2021-06-14
testing: selftests: net: forwarding: add devlink-required functionality to te...
Oleksandr Mazur
1
-0
/
+26
2021-06-14
ipv4: Fix device used for dst_alloc with local routes
David Ahern
1
-0
/
+25
2021-06-14
nexthops: Add selftests for cleanup of known bad route add
David Ahern
1
-0
/
+12
2021-06-13
Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub...
Linus Torvalds
2
-5
/
+3
2021-06-12
Merge tag 'objtool-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+28
2021-06-11
Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+5
2021-06-11
tools/bpftool: Fix error return code in do_batch()
Zhihao Cheng
1
-1
/
+3
2021-06-11
libbpf: Simplify the return expression of bpf_object__init_maps function
Wang Hai
1
-3
/
+1
2021-06-11
vsock_test: add SOCK_SEQPACKET tests
Arseny Krasnov
3
-5
/
+146
2021-06-11
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+2
2021-06-11
perf session: Correct buffer copying when peeking events
Leo Yan
1
-0
/
+1
2021-06-11
objtool: Only rewrite unconditional retpoline thunk calls
Peter Zijlstra
1
-0
/
+4
2021-06-10
selftests: mptcp: enable syncookie only in absence of reorders
Paolo Abeni
1
-3
/
+8
2021-06-10
KVM: selftests: Fix compiling errors when initializing the static structure
Yanan Wang
1
-19
/
+19
2021-06-10
objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
Peter Zijlstra
1
-1
/
+24
2021-06-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-16
/
+52
2021-06-09
selftests: netfilter: add fib test case
Florian Westphal
2
-1
/
+222
2021-06-08
selftests: devlink_lib: Fix bouncing of netdevsim DEVLINK_DEV
Petr Machata
5
-6
/
+14
2021-06-08
selftests: Clean forgotten resources as part of cleanup()
Amit Cohen
6
-0
/
+14
2021-06-08
selftests: router_scale: Do not count failed routes
Amit Cohen
1
-1
/
+1
2021-06-08
tools/bootconfig: Fix a build error accroding to undefined fallthrough
Masami Hiramatsu
1
-0
/
+4
2021-06-08
tools/bootconfig: Fix error return code in apply_xbc()
Zhen Lei
1
-0
/
+1
2021-06-08
selftests, bpf: Make docs tests fail more reliably
Joe Stringer
3
-1
/
+4
2021-06-08
libbpf: Fix pr_warn type warnings on 32bit
Michal Suchanek
1
-2
/
+2
[next]