index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: bpftool: Cleanup license mess
Thomas Gleixner
2019-01-18
2
-11
/
+1
*
tools/bpf: properly account for libbfd variations
Stanislav Fomichev
2019-01-16
1
-1
/
+8
*
tools/bpf: fix bpftool map dump with bitfields
Yonghong Song
2019-01-11
1
-6
/
+7
*
tools: bpftool: do not force gcc as CC
Ivan Babrou
2018-12-19
1
-2
/
+0
*
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
2018-12-18
7
-2
/
+31
*
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
Quentin Monnet
2018-12-18
3
-12
/
+35
*
tools: bpftool: support pretty print with kind_flag set
Yonghong Song
2018-12-18
1
-9
/
+27
*
tools: bpftool: refactor btf_dumper_int_bits()
Yonghong Song
2018-12-18
1
-6
/
+19
*
tools: bpftool: fix -Wmissing declaration warnings
Quentin Monnet
2018-12-15
4
-9
/
+12
*
tools: bpftool: fix warning on struct bpf_prog_linfo definition
Quentin Monnet
2018-12-15
1
-1
/
+1
*
tools: bpftool: add a prog array map update example to documentation
Quentin Monnet
2018-12-15
1
-0
/
+55
*
tools: bpftool: fix examples in documentation for bpftool prog
Quentin Monnet
2018-12-15
1
-45
/
+53
*
tools: bpftool: add doc for -m option to bpftool-prog.rst
Quentin Monnet
2018-12-15
1
-0
/
+3
*
bpf: Remove !func_info and !line_info check from test_btf and bpftool
Martin KaFai Lau
2018-12-13
1
-7
/
+0
*
tools: bpftool: dual license all files
Jakub Kicinski
2018-12-13
10
-7
/
+10
*
tools: bpftool: replace Netronome boilerplate with SPDX license headers
Jakub Kicinski
2018-12-13
10
-330
/
+15
*
tools: bpftool: fix SPDX format in headers
Jakub Kicinski
2018-12-13
3
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-10
11
-102
/
+566
|
\
|
*
tools/bpf: rename *_info_cnt to nr_*_info
Yonghong Song
2018-12-10
1
-24
/
+24
|
*
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
2018-12-10
3
-3
/
+3
|
*
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-12-09
8
-24
/
+245
|
*
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
Martin KaFai Lau
2018-12-05
2
-2
/
+9
|
*
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
2018-12-05
5
-4
/
+176
|
*
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
Quentin Monnet
2018-11-30
3
-26
/
+75
|
*
tools: bpftool: mark offloaded programs more explicitly in plain output
Quentin Monnet
2018-11-30
1
-1
/
+1
|
*
tools: bpftool: fix bash completion for new map types (queue and stack)
Quentin Monnet
2018-11-30
1
-1
/
+1
|
*
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
Quentin Monnet
2018-11-30
1
-24
/
+49
|
*
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
Quentin Monnet
2018-11-30
2
-13
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
tools: bpftool: fix a bitfield pretty print issue
Yonghong Song
2018-11-28
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-11-29
2
-3
/
+3
|
\
\
|
*
|
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
2018-11-26
2
-3
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-28
9
-22
/
+62
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
tools: bpftool: fix potential NULL pointer dereference in do_load
Jakub Kicinski
2018-11-22
1
-3
/
+7
|
*
tools: bpftool: update references to other man pages in documentation
Quentin Monnet
2018-11-09
6
-7
/
+42
|
*
tools: bpftool: pass an argument to silence open_obj_pinned()
Quentin Monnet
2018-11-09
2
-8
/
+9
|
*
tools: bpftool: fix plain output and doc for --bpffs option
Quentin Monnet
2018-11-09
2
-3
/
+3
|
*
tools: bpftool: prevent infinite loop in get_fdinfo()
Quentin Monnet
2018-11-09
1
-1
/
+1
*
|
bpf: align map type names formatting.
David Calavera
2018-11-26
1
-23
/
+23
*
|
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map
David Calavera
2018-11-23
2
-1
/
+4
*
|
tools/bpf: bpftool: add support for func types
Yonghong Song
2018-11-20
5
-0
/
+230
*
|
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
2018-11-20
1
-66
/
+2
*
|
bpftool: make libbfd optional
Stanislav Fomichev
2018-11-16
5
-6
/
+35
*
|
bpftool: support loading flow dissector
Stanislav Fomichev
2018-11-10
3
-51
/
+74
*
|
bpftool: add pinmaps argument to the load/loadall
Stanislav Fomichev
2018-11-10
3
-3
/
+28
*
|
bpftool: add loadall command
Stanislav Fomichev
2018-11-10
5
-43
/
+81
*
|
bpftool: Improve handling of ENOENT on map dumps
David Ahern
2018-11-09
1
-4
/
+14
*
|
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
Quentin Monnet
2018-11-07
4
-0
/
+14
|
/
*
tools: bpftool: fix completion for "bpftool map update"
Quentin Monnet
2018-10-21
1
-1
/
+1
*
tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode
Quentin Monnet
2018-10-21
1
-1
/
+2
[next]