index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
68
-755
/
+3053
|
\
|
*
selftests/bpf: add realistic loop tests
Alexei Starovoitov
2019-06-19
15
-12
/
+1347
|
*
selftests/bpf: add basic verifier tests for loops
Alexei Starovoitov
2019-06-19
1
-0
/
+161
|
*
selftests/bpf: fix tests
Alexei Starovoitov
2019-06-19
3
-20
/
+24
|
*
selftests/bpf: fix tests due to const spill/fill
Alexei Starovoitov
2019-06-19
2
-14
/
+17
|
*
libbpf: constify getter APIs
Andrii Nakryiko
2019-06-19
2
-70
/
+72
|
*
selftests/bpf: convert tests w/ custom values to BTF-defined maps
Andrii Nakryiko
2019-06-18
14
-140
/
+285
|
*
selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined maps
Andrii Nakryiko
2019-06-18
5
-72
/
+87
|
*
selftests/bpf: add test for BTF-defined maps
Andrii Nakryiko
2019-06-18
2
-7
/
+76
|
*
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
2019-06-18
2
-9
/
+345
|
*
libbpf: split initialization and loading of BTF
Andrii Nakryiko
2019-06-18
1
-10
/
+24
|
*
libbpf: identify maps by section index in addition to offset
Andrii Nakryiko
2019-06-18
1
-15
/
+25
|
*
libbpf: refactor map initialization
Andrii Nakryiko
2019-06-18
1
-114
/
+133
|
*
libbpf: streamline ELF parsing error-handling
Andrii Nakryiko
2019-06-18
1
-24
/
+20
|
*
libbpf: extract BTF loading logic
Andrii Nakryiko
2019-06-18
1
-38
/
+55
|
*
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
2019-06-18
5
-15
/
+10
|
*
selftests/bpf: convert socket_cookie test to sk storage
Stanislav Fomichev
2019-06-15
2
-32
/
+38
|
*
bpf/tools: sync bpf.h
Stanislav Fomichev
2019-06-15
1
-0
/
+2
|
*
bpf: Add test for SO_REUSEPORT_DETACH_BPF
Martin KaFai Lau
2019-06-15
1
-0
/
+54
|
*
bpf: Sync asm-generic/socket.h to tools/
Martin KaFai Lau
2019-06-15
1
-0
/
+147
|
*
libbpf: fix check for presence of associated BTF for map creation
Andrii Nakryiko
2019-06-15
1
-4
/
+5
|
*
selftests/bpf: signedness bug in enable_all_controllers()
Dan Carpenter
2019-06-15
1
-1
/
+1
|
*
bpf: use libbpf_num_possible_cpus internally
Hechao Li
2019-06-11
2
-80
/
+10
|
*
selftests/bpf: remove bpf_util.h from BPF C progs
Hechao Li
2019-06-11
5
-4
/
+6
|
*
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-06-11
3
-0
/
+74
|
*
selftests/bpf : clean up feature/ when make clean
Hechao Li
2019-06-11
1
-1
/
+2
|
*
selftests/bpf: fix constness of source arg for bpf helpers
Andrii Nakryiko
2019-06-11
1
-2
/
+2
|
*
libbpf: remove qidconf and better support external bpf programs.
Jonathan Lemon
2019-06-11
1
-75
/
+28
|
*
tools/bpf: Add bpf_map_lookup_elem selftest for xskmap
Jonathan Lemon
2019-06-11
1
-0
/
+18
|
*
bpf/tools: sync bpf.h
Jonathan Lemon
2019-06-11
1
-0
/
+4
|
*
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-11
1
-15
/
+0
*
|
selftests/net: make udpgso_bench skip unsupported testcases
Willem de Bruijn
2019-06-19
2
-34
/
+59
*
|
selftests: tc: add ingress device matching support
Jiri Pirko
2019-06-19
3
-2
/
+225
*
|
selftests: mlxsw: Add a test for FIB offload indication
Ido Schimmel
2019-06-18
1
-0
/
+349
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-18
131
-910
/
+1035
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-18
19
-58
/
+922
|
|
\
\
|
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-06-16
3
-9
/
+50
|
|
|
\
\
|
|
|
*
|
bpf: fix div64 overflow tests to properly detect errors
Naveen N. Rao
2019-06-13
1
-4
/
+10
|
|
|
*
|
bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapi
Martynas Pumputis
2019-06-13
1
-2
/
+2
|
|
|
*
|
bpf: lpm_trie: check left child of last leftmost node for NULL
Jonathan Lemon
2019-06-11
1
-3
/
+38
|
|
*
|
|
selftests: tc_flower: Add TOS matching test
Jiri Pirko
2019-06-12
1
-1
/
+35
|
|
*
|
|
selftests: mlxsw: Test nexthop offload indication
Ido Schimmel
2019-06-12
1
-0
/
+47
|
|
|
/
/
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-06-07
15
-48
/
+790
|
|
|
\
\
|
|
|
*
|
bpf: expand section tests for test_section_names
Daniel Borkmann
2019-06-07
1
-0
/
+10
|
|
|
*
|
bpf: more msg_name rewrite tests to test_sock_addr
Daniel Borkmann
2019-06-07
1
-16
/
+197
|
|
|
*
|
bpf, bpftool: enable recvmsg attach types
Daniel Borkmann
2019-06-07
5
-6
/
+15
|
|
|
*
|
bpf, libbpf: enable recvmsg attach types
Daniel Borkmann
2019-06-07
1
-0
/
+4
|
|
|
*
|
bpf: sync tooling uapi header
Daniel Borkmann
2019-06-07
1
-0
/
+2
|
|
|
*
|
tools: bpftool: Fix JSON output when lookup fails
Krzesimir Nowak
2019-06-05
1
-0
/
+2
|
|
|
*
|
selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDED
Hangbin Liu
2019-06-05
1
-3
/
+4
[next]