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
2018-11-30
selftests: mlxsw: Add a test for VxLAN configuration with a VLAN-aware bridge
Ido Schimmel
1
-1
/
+203
2018-11-30
selftests: mlxsw: Consider VLAN-aware bridges as valid
Ido Schimmel
1
-1
/
+1
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
16
-62
/
+497
2018-11-30
tools/bpf: make libbpf _GNU_SOURCE friendly
Yonghong Song
2
-0
/
+3
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
17
-23
/
+821
2018-11-28
bpf: Fix various lib and testsuite build failures on 32-bit.
David Miller
2
-6
/
+6
2018-11-28
selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLS
Naresh Kamboju
1
-0
/
+1
2018-11-28
bpf: test_sockmap, add options for msg_pop_data() helper
John Fastabend
2
-17
/
+180
2018-11-28
bpf: add msg_pop_data helper to tools
John Fastabend
2
-1
/
+17
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
4
-0
/
+87
2018-11-26
libbpf: Document API and ABI conventions
Andrey Ignatov
1
-0
/
+139
2018-11-26
libbpf: Verify versioned symbols
Andrey Ignatov
1
-1
/
+18
2018-11-26
libbpf: Add version script for DSO
Andrey Ignatov
2
-1
/
+124
2018-11-26
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
5
-6
/
+6
2018-11-26
tools/bpf: change selftest test_btf for both jit and non-jit
Yonghong Song
1
-30
/
+3
2018-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
40
-331
/
+3202
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
13
-23
/
+734
2018-11-26
bpf: align map type names formatting.
David Calavera
1
-23
/
+23
2018-11-24
selftests/net: add txring_overwrite
Willem de Bruijn
4
-1
/
+191
2018-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-14
/
+14
2018-11-23
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map
David Calavera
2
-1
/
+4
2018-11-23
libbpf: make bpf_object__open default to UNSPEC
Nikita V. Shirokov
1
-4
/
+4
2018-11-23
Merge tag 'pm-4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
7
-14
/
+14
2018-11-22
bpf: add skb->tstamp r/w access from tc clsact and cg skb progs
Vlad Dumitrescu
2
-0
/
+30
2018-11-22
selftests: explicitly require kernel features needed by udpgro tests
Paolo Abeni
1
-0
/
+14
2018-11-22
tools/bpf: fix spelling mistake "memeory" -> "memory"
Colin Ian King
1
-2
/
+2
2018-11-21
selftests: forwarding: vxlan_bridge_1d: Add learning test
Ido Schimmel
1
-0
/
+108
2018-11-21
selftests: mlxsw: Consider VxLAN learning enabled as valid
Ido Schimmel
1
-1
/
+1
2018-11-22
tools: bpftool: fix potential NULL pointer dereference in do_load
Jakub Kicinski
1
-3
/
+7
2018-11-21
bpf: adding tests for map_in_map helpber in libbpf
Nikita V. Shirokov
3
-1
/
+141
2018-11-21
bpf: adding support for map in map in libbpf
Nikita V. Shirokov
2
-6
/
+36
2018-11-21
bpf: libbpf: don't specify prog name if kernel doesn't support it
Stanislav Fomichev
1
-1
/
+2
2018-11-21
bpf: libbpf: remove map name retry from bpf_create_map_xattr
Stanislav Fomichev
2
-11
/
+3
2018-11-21
bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilities
Stanislav Fomichev
1
-0
/
+58
2018-11-21
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
5
-3
/
+56
2018-11-21
bpf: fix a libbpf loader issue
Yonghong Song
1
-1
/
+1
2018-11-21
Merge tag 'linux-cpupower-4.20-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Rafael J. Wysocki
7
-14
/
+14
2018-11-20
tools/bpf: bpftool: add support for func types
Yonghong Song
5
-0
/
+230
2018-11-20
tools/bpf: enhance test_btf file testing to test func info
Yonghong Song
3
-13
/
+136
2018-11-20
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
3
-66
/
+72
2018-11-20
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
Yonghong Song
1
-0
/
+8
2018-11-20
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
4
-15
/
+442
2018-11-20
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
1
-3
/
+329
2018-11-20
tools/bpf: add new fields for program load in lib/bpf
Yonghong Song
2
-0
/
+8
2018-11-20
tools/bpf: sync kernel uapi bpf.h header to tools directory
Yonghong Song
1
-0
/
+13
2018-11-20
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
2
-2
/
+476
2018-11-20
tools/bpf: Sync kernel btf.h header
Martin KaFai Lau
1
-3
/
+15
2018-11-19
selftests: mlxsw: Add a test for VxLAN flooding
Ido Schimmel
1
-0
/
+309
2018-11-19
selftests: mlxsw: Add a test for VxLAN configuration
Ido Schimmel
1
-0
/
+664
2018-11-19
selftests: forwarding: vxlan_bridge_1d_port_8472: New test
Petr Machata
1
-0
/
+10
[next]