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-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-09
media: bpf: add bpf function to report mouse movement
Sean Young
5
-22
/
+69
2018-12-09
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
12
-25
/
+516
2018-12-09
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
5
-89
/
+239
2018-12-09
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
4
-177
/
+177
2018-12-09
bpf: Add unit tests for bpf_line_info
Martin KaFai Lau
1
-17
/
+580
2018-12-09
bpf: Refactor and bug fix in test_func_type in test_btf.c
Martin KaFai Lau
1
-86
/
+125
2018-12-09
bpf: tools: Sync uapi bpf.h
Martin KaFai Lau
1
-0
/
+19
2018-12-07
selftests: bpf: update testcases for BPF_ALU | BPF_ARSH
Jiong Wang
1
-4
/
+25
2018-12-05
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
4
-9
/
+22
2018-12-05
bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_info
Martin KaFai Lau
1
-1
/
+1
2018-12-05
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
5
-4
/
+176
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-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-11-30
bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.
David Miller
1
-0
/
+17
2018-11-30
bpf: Make more use of 'any' alignment in test_verifier.c
David Miller
1
-0
/
+44
2018-11-30
bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
David Miller
1
-18
/
+24
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
5
-8
/
+23
2018-11-30
bpf: Fix verifier log string check for bad alignment.
David Miller
1
-1
/
+1
2018-11-30
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
3
-26
/
+75
2018-11-30
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
1
-1
/
+1
2018-11-30
tools: bpftool: fix bash completion for new map types (queue and stack)
Quentin Monnet
1
-1
/
+1
2018-11-30
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
Quentin Monnet
1
-24
/
+49
2018-11-30
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
2
-13
/
+3
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
[next]