index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: add fwd enum resolution test for btf_dedup
Andrii Nakryiko
2019-03-14
1
-0
/
+44
*
btf: resolve enum fwds in btf_dedup
Andrii Nakryiko
2019-03-14
1
-13
/
+38
*
bpf: Add an example for bpf_get_listener_sock
Martin KaFai Lau
2019-03-13
3
-44
/
+180
*
bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsock
Martin KaFai Lau
2019-03-13
2
-2
/
+170
*
bpf: Sync bpf.h to tools/
Martin KaFai Lau
2019-03-13
1
-1
/
+10
*
libbpf: fix to reject unknown flags in xsk_socket__create()
Magnus Karlsson
2019-03-12
1
-4
/
+11
*
selftests/bpf: fix segfault of test_progs when prog loading failed
Yonghong Song
2019-03-12
2
-2
/
+2
*
libbpf: handle BTF parsing and loading properly
Andrii Nakryiko
2019-03-11
1
-3
/
+10
*
bpf, libbpf: fixing leak when kernel does not support btf
Nikita V. Shirokov
2019-03-08
1
-0
/
+2
*
bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
Daniel Borkmann
2019-03-07
1
-1
/
+14
*
selftests: bpf: test_progs: initialize duration in singal_pending test
Stanislav Fomichev
2019-03-07
1
-1
/
+1
*
libbpf: force fixdep compilation at the start of the build
Stanislav Fomichev
2019-03-07
1
-1
/
+2
*
selftests: bpf: fix compilation with out-of-tree $(OUTPUT)
Stanislav Fomichev
2019-03-07
1
-10
/
+23
*
selftests/bpf: test that GSO works in lwt_ip_encap
Peter Oskolkov
2019-03-07
1
-2
/
+52
*
selftest/net: Remove duplicate header
Souptick Joarder
2019-03-04
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-03-04
52
-2031
/
+3411
|
\
|
*
bpf: add test cases for non-pointer sanitiation logic
Daniel Borkmann
2019-03-04
1
-1
/
+43
|
*
selftests: bpf: break up test_progs - misc
Stanislav Fomichev
2019-03-02
11
-735
/
+754
|
*
selftests: bpf: break up test_progs - spinlock
Stanislav Fomichev
2019-03-02
4
-103
/
+106
|
*
selftests: bpf: break up test_progs - tracepoint
Stanislav Fomichev
2019-03-02
5
-427
/
+431
|
*
selftests: bpf: break up test_progs - stackmap
Stanislav Fomichev
2019-03-02
6
-476
/
+483
|
*
selftests: bpf: break up test_progs - xdp
Stanislav Fomichev
2019-03-02
5
-162
/
+163
|
*
selftests: bpf: break up test_progs - pkt access
Stanislav Fomichev
2019-03-02
3
-51
/
+53
|
*
selftests: bpf: break up test_progs - preparations
Stanislav Fomichev
2019-03-02
4
-76
/
+119
|
*
bpf: sync bpf.h to tools and update bpf_helpers.h
brakmo
2019-03-02
2
-1
/
+11
|
*
selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fields
Yonghong Song
2019-03-02
1
-0
/
+1
|
*
selftests/bpf: add btf_dedup test of FWD/STRUCT resolution
Andrii Nakryiko
2019-03-01
1
-0
/
+45
|
*
btf: fix bug with resolving STRUCT/UNION into corresponding FWD
Andrii Nakryiko
2019-03-01
1
-3
/
+17
|
*
btf: allow to customize dedup hash table size
Andrii Nakryiko
2019-03-01
2
-17
/
+37
|
*
libbpf: fix formatting for btf_ext__get_raw_data
Andrii Nakryiko
2019-03-01
1
-1
/
+1
|
*
selftests/bpf: fix btf_dedup testing code
Andrii Nakryiko
2019-03-01
2
-2
/
+3
|
*
tools/libbpf: signedness bug in btf_dedup_ref_type()
Dan Carpenter
2019-03-01
1
-1
/
+2
|
*
tools: libbpf: make sure readelf shows full names in build checks
Jakub Kicinski
2019-03-01
1
-2
/
+2
|
*
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
2019-03-01
5
-10
/
+11
|
*
selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissector
Stanislav Fomichev
2019-03-01
1
-2
/
+2
|
*
bpf: add missing entries to bpf_helpers.h
Willem de Bruijn
2019-03-01
1
-0
/
+30
|
*
tools/bpf: selftests: add map lookup to test_map_in_map bpf prog
Yonghong Song
2019-02-27
1
-0
/
+4
|
*
tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt
Alexei Starovoitov
2019-02-27
2
-1
/
+10
|
*
tools/bpf: sync bpf.h into tools
Alexei Starovoitov
2019-02-27
1
-0
/
+2
|
*
libbpf: add support for using AF_XDP sockets
Magnus Karlsson
2019-02-25
8
-3
/
+1080
|
*
selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-02-25
1
-0
/
+44
|
*
bpf: bpftool, fix documentation for attach types
Alban Crequy
2019-02-19
3
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-03-02
1
-2
/
+1
|
\
\
|
*
|
netfilter: nat: merge nf_nat_ipv4,6 into nat core
Florian Westphal
2019-02-27
1
-2
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-02
3
-33
/
+113
|
\
\
\
|
*
|
|
selftests: fixes for UDP GRO
Paolo Abeni
2019-03-01
2
-17
/
+33
|
*
|
|
selftests: pmtu: add explicit tests for PMTU exceptions cleanup
Paolo Abeni
2019-02-27
1
-1
/
+67
|
*
|
|
selftests: pmtu: disable DAD in all namespaces
Paolo Abeni
2019-02-27
1
-15
/
+13
*
|
|
|
tc-testing: Allow test cases to be skipped
Lucas Bates
2019-03-01
4
-13
/
+27
*
|
|
|
selftests: rtnetlink: use internal netns switch for ip commands
David Ahern
2019-02-28
1
-61
/
+61
|
|
/
/
|
/
|
|
[next]