index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-15
bpf: improve stacksafe state comparison
Alexei Starovoitov
1
-0
/
+22
2018-12-15
selftests/bpf: check insn processed in test_verifier
Alexei Starovoitov
1
-1
/
+14
2018-12-14
selftests/bpf: Fix sk lookup usage in test_sock_addr
Andrey Ignatov
2
-4
/
+8
2018-12-13
bpf: sync tools/include/uapi/linux/bpf.h
Song Liu
1
-0
/
+2
2018-12-13
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
3
-19
/
+1
2018-12-13
tools: bpftool: dual license all files
Jakub Kicinski
10
-7
/
+10
2018-12-13
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
10
-330
/
+15
2018-12-13
tools: bpftool: fix SPDX format in headers
Jakub Kicinski
3
-3
/
+3
2018-12-13
selftests/bpf: add btf annotations for cgroup_local_storage maps
Roman Gushchin
1
-0
/
+6
2018-12-13
selftests/bpf: use __bpf_constant_htons in test_prog.c
Stanislav Fomichev
1
-4
/
+4
2018-12-11
bpf: fix up uapi helper description and sync bpf header with tools
Daniel Borkmann
1
-43
/
+44
2018-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
30
-502
/
+2308
2018-12-11
tools/bpf: rename *_info_cnt to nr_*_info
Yonghong Song
3
-56
/
+56
2018-12-11
tools/bpf: sync kernel uapi bpf.h to tools directory
Yonghong Song
1
-3
/
+3
2018-12-10
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
3
-3
/
+3
2018-12-10
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
Jiong Wang
1
-0
/
+13
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
26
-59
/
+571
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-43
/
+422
2018-12-10
media: bpf: add bpf function to report mouse movement
Sean Young
5
-22
/
+69
2018-12-10
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
12
-25
/
+516
2018-12-10
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
5
-89
/
+239
2018-12-10
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
4
-177
/
+177
2018-12-10
bpf: Add unit tests for bpf_line_info
Martin KaFai Lau
1
-17
/
+580
2018-12-10
bpf: Refactor and bug fix in test_func_type in test_btf.c
Martin KaFai Lau
1
-86
/
+125
2018-12-10
bpf: tools: Sync uapi bpf.h
Martin KaFai Lau
1
-0
/
+19
2018-12-09
Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+33
2018-12-08
tc-testing: gitignore, ignore generated test results
Lucas Bates
1
-0
/
+3
2018-12-08
tc-testing: Implement the TdcResults module in tdc
Lucas Bates
3
-51
/
+91
2018-12-08
tc-testing: Add new TdcResults module
Lucas Bates
1
-0
/
+132
2018-12-08
tc-testing: Add command timeout feature to tdc
Lucas Bates
2
-5
/
+13
2018-12-08
selftests: bpf: update testcases for BPF_ALU | BPF_ARSH
Jiong Wang
1
-4
/
+25
2018-12-07
selftests: forwarding: Add PVID test case for VXLAN with VLAN-aware bridges
Ido Schimmel
1
-0
/
+70
2018-12-07
selftests: mlxsw: vxlan: Test FDB un/marking on VXLAN join/leave
Petr Machata
1
-0
/
+177
2018-12-07
selftests: mlxsw: Add a new test extack.sh
Petr Machata
1
-0
/
+84
2018-12-06
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
4
-9
/
+22
2018-12-06
bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info
Martin KaFai Lau
1
-1
/
+1
2018-12-06
tools/testing/nvdimm: Align test resources to 128M
Dan Williams
1
-2
/
+33
2018-12-05
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
5
-4
/
+176
2018-12-04
selftests: mlxsw: Add one-armed router test
Ido Schimmel
1
-0
/
+259
2018-12-04
bpf: improve verifier branch analysis
Alexei Starovoitov
1
-2
/
+2
2018-12-04
selftests: add a test for bpf_prog_test_run_xattr
Lorenz Bauer
1
-1
/
+54
2018-12-04
libbpf: add bpf_prog_test_run_xattr
Lorenz Bauer
3
-0
/
+43
2018-12-04
tools: sync uapi/linux/bpf.h
Lorenz Bauer
1
-2
/
+5
2018-12-04
selftests: extend zerocopy tests to udp
Willem de Bruijn
3
-1
/
+7
2018-12-04
test/net: Add script for VXLAN underlay in a VRF
Alexis Bauvin
2
-1
/
+130
2018-12-03
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
2
-0
/
+33
2018-12-03
libbpf: Fix license in README.rst
Andrey Ignatov
1
-1
/
+1
2018-12-01
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2018-12-01
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.
David Miller
1
-0
/
+17
2018-12-01
bpf: Make more use of 'any' alignment in test_verifier.c
David Miller
1
-0
/
+44
[next]