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
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-18
tools: bpftool: use 4 context mode for the NFP disasm
Jakub Kicinski
4
-9
/
+20
2018-10-15
tools: bpftool: add map create command
Jakub Kicinski
6
-6
/
+183
2018-10-15
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
5
-4
/
+14
2018-10-15
bpf: bpftool, add support for attaching programs to maps
John Fastabend
4
-3
/
+128
2018-10-11
bpftool: Allow add linker flags via EXTRA_LDFLAGS variable
Jiri Olsa
1
-1
/
+4
2018-10-11
bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable
Jiri Olsa
1
-0
/
+4
2018-10-09
tools/bpf: bpftool, print strerror when map lookup error occurs
Prashant Bhole
1
-5
/
+24
2018-10-09
tools/bpf: bpftool, split the function do_dump()
Prashant Bhole
1
-34
/
+49
2018-10-04
libbpf: Consistent prefixes for interfaces in nlattr.h.
Andrey Ignatov
2
-17
/
+25
2018-10-04
libbpf: Consistent prefixes for interfaces in libbpf.h.
Andrey Ignatov
1
-16
/
+15
2018-10-01
bpftool: add support for PERCPU_CGROUP_STORAGE maps
Roman Gushchin
1
-1
/
+3
2018-09-27
bpftool: Fix bpftool net output
Andrey Ignatov
1
-9
/
+9
2018-09-25
bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY maps
Roman Gushchin
1
-0
/
+1
2018-09-18
tools/bpf: bpftool: improve output format for bpftool net
Yonghong Song
5
-130
/
+161
2018-09-14
bpf: support flow dissector in libbpf and bpftool
Petar Penkov
1
-0
/
+1
2018-09-11
tools/bpf: bpftool: support prog array map and map of maps
Yonghong Song
1
-8
/
+3
2018-09-06
tools/bpf: bpftool: add net support
Yonghong Song
8
-7
/
+676
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-09-02
tools/bpf: bpftool, add xskmap in map types
Prashant Bhole
1
-0
/
+1
2018-08-30
tools/bpf: bpftool: add btf percpu map formated dump
Yonghong Song
1
-2
/
+31
2018-08-23
tools: bpftool: return from do_event_pipe() on bad arguments
Quentin Monnet
1
-1
/
+4
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-1
/
+9
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+9
2018-08-03
bpftool: add support for CGROUP_STORAGE maps
Roman Gushchin
1
-0
/
+1
2018-07-31
tools/bpftool: fix a percpu_array map dump problem
Yonghong Song
1
-5
/
+9
2018-07-26
tools/bpftool: ignore build products
Taeung Song
2
-0
/
+7
2018-07-25
bpf: btf: fix inconsistent IS_ERR and PTR_ERR
YueHaibing
1
-1
/
+1
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+8
2018-07-20
tools/bpftool: Fix segfault case regarding 'pin' arguments
Taeung Song
1
-3
/
+8
2018-07-16
tools: bpftool: don't pass FEATURES_DUMP to libbpf
Jakub Kicinski
1
-1
/
+1
2018-07-14
bpf: btf: print map dump and lookup with btf info
Okash Khawaja
1
-16
/
+201
2018-07-14
bpf: btf: add btf print functionality
Okash Khawaja
2
-0
/
+266
2018-07-12
tools: bpf: build and install man page for eBPF helpers from bpftool/
Quentin Monnet
2
-5
/
+67
2018-07-11
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
5
-23
/
+219
2018-07-11
tools: bpf: make use of reallocarray
Jakub Kicinski
3
-4
/
+9
2018-07-11
tools: bpftool: reimplement bpf_prog_load() for prog load
Jakub Kicinski
1
-13
/
+48
2018-07-11
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
3
-5
/
+60
2018-07-11
tools: bpftool: add support for loading programs for offload
Jakub Kicinski
3
-6
/
+58
2018-07-11
tools: bpftool: refactor argument parsing for prog load
Jakub Kicinski
2
-4
/
+22
2018-07-07
bpftool: add bash completion for cgroup tree command
Roman Gushchin
1
-1
/
+5
2018-07-07
bpftool: document cgroup tree command
Roman Gushchin
1
-1
/
+11
2018-07-07
bpftool: introduce cgroup tree command
Roman Gushchin
1
-5
/
+165
2018-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-24
/
+24
2018-07-01
tools: bpftool: deal with options upfront
Jakub Kicinski
1
-11
/
+21
2018-07-01
tools: bpftool: add missing --bpffs to completions
Jakub Kicinski
1
-1
/
+1
2018-07-01
tools: bpftool: drop unnecessary Author comments
Jakub Kicinski
5
-12
/
+2
2018-07-01
tools: bpftool: use correct make variable type to improve compilation time
Jakub Kicinski
1
-1
/
+1
2018-06-21
tools: bpftool: remember to close the libbpf object after prog load
Jakub Kicinski
1
-1
/
+7
2018-06-21
tools: bpftool: remove duplicated error message on prog load
Jakub Kicinski
1
-3
/
+1
2018-06-15
tools: bpftool: improve accuracy of load time
Jakub Kicinski
1
-1
/
+3
[next]