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
2020-07-06
selftests: mptcp: capture pcap on both sides
Matthieu Baerts
1
-4
/
+9
2020-07-04
selftests/net: update initializer syntax to use c99 designators
Tanner Love
1
-15
/
+15
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
71
-1003
/
+4078
2020-07-03
selftests/net: add ipv6 test coverage in rxtimestamp test
tannerlove
1
-26
/
+59
2020-07-03
selftests/bpf: Fix compilation error of bpf_iter_task_stack.c
Song Liu
1
-1
/
+1
2020-07-03
bpf: Fix bpftool without skeleton code enabled
John Fastabend
1
-0
/
+1
2020-07-02
bpf: selftests: Restore netns after each test
Martin KaFai Lau
2
-2
/
+23
2020-07-02
bpf: selftests: A few improvements to network_helpers.c
Martin KaFai Lau
6
-86
/
+110
2020-07-01
selftests: mptcp: add option to specify size of file to transfer
Florian Westphal
1
-13
/
+39
2020-07-01
selftests/bpf: Test_progs option for listing test names
Jesper Dangaard Brouer
2
-0
/
+16
2020-07-01
selftests/bpf: Test_progs option for getting number of tests
Jesper Dangaard Brouer
2
-0
/
+19
2020-07-01
selftests/bpf: Test_progs indicate to shell on non-actions
Jesper Dangaard Brouer
1
-0
/
+3
2020-07-02
tools/bpftool: Turn off -Wnested-externs warning
Andrii Nakryiko
1
-1
/
+1
2020-07-01
selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns.
Hao Luo
1
-8
/
+8
2020-07-01
selftests/bpf: Add bpf_iter test with bpf_get_task_stack()
Song Liu
2
-0
/
+54
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
1
-1
/
+36
2020-07-01
selftests/bpf: Add byte swapping selftest
Andrii Nakryiko
2
-0
/
+90
2020-07-01
libbpf: Make bpf_endian co-exist with vmlinux.h
Andrii Nakryiko
1
-8
/
+35
2020-06-30
selftests/bpf: Allow substituting custom vmlinux.h for selftests build
Andrii Nakryiko
1
-2
/
+7
2020-06-30
tools/bpftool: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
1
-3
/
+7
2020-06-29
selftests: forwarding: Add tests for ethtool extended state
Amit Cohen
1
-0
/
+102
2020-06-29
selftests: forwarding: forwarding.config.sample: Add port with no cable conne...
Amit Cohen
1
-0
/
+3
2020-06-29
selftests: forwarding: ethtool: Move different_speeds_get() to ethtool_lib
Amit Cohen
2
-17
/
+17
2020-06-29
selftests: forwarding: Add a RED test for SW datapath
Petr Machata
1
-0
/
+492
2020-06-28
selftests/bpf: Test auto-load disabling logic for BPF programs
Andrii Nakryiko
2
-0
/
+81
2020-06-28
libbpf: Support disabling auto-loading BPF programs
Andrii Nakryiko
3
-8
/
+44
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
129
-801
/
+869
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
13
-38
/
+325
2020-06-25
tc-testing: avoid action cookies with odd length.
Briana Oursler
3
-7
/
+7
2020-06-25
bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
Neal Cardwell
1
-3
/
+2
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-1
/
+176
2020-06-25
tools, bpftool: Define attach_type_name array only once
Tobias Klauser
2
-35
/
+37
2020-06-25
tools, bpftool: Define prog_type_name array only once
Tobias Klauser
5
-37
/
+42
2020-06-24
selftests/bpf: Add tcp/udp iterator programs to selftests
Yonghong Song
1
-0
/
+68
2020-06-24
selftests/bpf: Implement sample udp/udp6 bpf_iter programs
Yonghong Song
3
-0
/
+166
2020-06-24
selftests/bpf: Implement sample tcp/tcp6 bpf_iter programs
Yonghong Song
3
-0
/
+499
2020-06-24
selftests/bpf: Add more common macros to bpf_tracing_net.h
Yonghong Song
1
-0
/
+35
2020-06-24
selftests/bpf: Refactor some net macros to bpf_tracing_net.h
Yonghong Song
3
-9
/
+18
2020-06-24
selftests/bpf: Move newer bpf_iter_* type redefining to a new header file
Yonghong Song
9
-136
/
+57
2020-06-24
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
1
-1
/
+8
2020-06-24
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
1
-1
/
+22
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
1
-1
/
+8
2020-06-25
selftests: netfilter: add test case for conntrack helper assignment
Florian Westphal
2
-1
/
+176
2020-06-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-29
/
+124
2020-06-24
Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-5
/
+17
2020-06-24
bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
Dmitry Yakunin
2
-2
/
+32
2020-06-24
selftests/bpf: Workaround for get_stack_rawtp test.
Alexei Starovoitov
1
-1
/
+2
2020-06-24
libbpf: Prevent loading vmlinux BTF twice
Andrii Nakryiko
1
-11
/
+22
2020-06-24
libbpf: Fix spelling mistake "kallasyms" -> "kallsyms"
Colin Ian King
1
-1
/
+1
2020-06-24
tools, bpftool: Fix variable shadowing in emit_obj_refs_json()
Quentin Monnet
1
-8
/
+9
[next]