index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-30
tools: bpftool: declare phony targets as such
Quentin Monnet
1
-1
/
+1
2017-11-30
tools: bpftool: unify installation directories
Quentin Monnet
2
-3
/
+4
2017-11-30
tools: bpftool: remove spurious line break from error message
Quentin Monnet
1
-1
/
+1
2017-11-30
tools: bpftool: make error message from getopt_long() JSON-friendly
Quentin Monnet
1
-1
/
+6
2017-11-30
tools: bpftool: clean up the JSON writer before exiting in usage()
Quentin Monnet
2
-2
/
+11
2017-11-30
tools: bpftool: fix crash on bad parameters with JSON
Quentin Monnet
1
-10
/
+9
2017-11-21
bpftool: revert printing program device bound info
Jakub Kicinski
1
-31
/
+0
2017-11-11
tools: bpftool: optionally show filenames of pinned objects
Prashant Bhole
6
-8
/
+25
2017-11-11
tools: bpftool: show filenames of pinned objects
Prashant Bhole
5
-0
/
+152
2017-11-11
tools: bpftool: open pinned object without type check
Prashant Bhole
2
-2
/
+14
2017-11-05
tools: bpftool: move p_err() and p_info() from main.h to common.c
Quentin Monnet
2
-31
/
+34
2017-11-05
bpftool: print program device bound info
Jakub Kicinski
1
-0
/
+31
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
tools: bpf: handle long path in jit disasm
Prashant Bhole
2
-2
/
+4
2017-10-29
tools: bpftool: add bash completion for bpftool
Quentin Monnet
2
-0
/
+357
2017-10-26
tools: bpftool: try to mount bpffs if required for pinning objects
Quentin Monnet
2
-8
/
+65
2017-10-24
tools: bpftool: update documentation for --json and --pretty usage
Quentin Monnet
7
-6
/
+88
2017-10-24
tools: bpftool: add cosmetic changes for the manual pages
Quentin Monnet
3
-23
/
+26
2017-10-24
tools: bpftool: provide JSON output for all possible commands
Quentin Monnet
3
-6
/
+47
2017-10-24
tools: bpftool: turn err() and info() macros into functions
Quentin Monnet
5
-91
/
+126
2017-10-24
tools: bpftool: add JSON output for `bpftool batch file FILE` command
Quentin Monnet
1
-0
/
+20
2017-10-24
tools: bpftool: add JSON output for `bpftool map *` commands
Quentin Monnet
1
-20
/
+129
2017-10-24
tools: bpftool: add JSON output for `bpftool prog dump xlated *` command
Quentin Monnet
5
-2
/
+89
2017-10-24
tools: bpftool: add JSON output for `bpftool prog dump jited *` command
Quentin Monnet
1
-6
/
+80
2017-10-24
tools: bpftool: add JSON output for `bpftool prog show *` command
Quentin Monnet
1
-32
/
+107
2017-10-24
tools: bpftool: introduce --json and --pretty options
Quentin Monnet
2
-3
/
+35
2017-10-24
tools: bpftool: add option parsing to bpftool, --help and --version
Quentin Monnet
4
-1
/
+50
2017-10-24
tools: bpftool: copy JSON writer from iproute2 repository
Quentin Monnet
2
-0
/
+418
2017-10-22
tools: bpftool: add a command to display bpftool version
Quentin Monnet
2
-1
/
+15
2017-10-22
tools: bpftool: show that `opcodes` or `file FILE` should be exclusive
Quentin Monnet
2
-6
/
+6
2017-10-22
tools: bpftool: print all relevant byte opcodes for "load double word"
Quentin Monnet
1
-3
/
+12
2017-10-22
tools: bpftool: print only one error message on byte parsing failure
Quentin Monnet
1
-1
/
+1
2017-10-22
tools: bpftool: add `bpftool prog help` as real command i.r.t exit code
Quentin Monnet
1
-0
/
+1
2017-10-22
tools: bpftool: use err() instead of info() if there are too many insns
Quentin Monnet
1
-1
/
+1
2017-10-22
tools: bpftool: fix return value when all eBPF programs have been shown
Quentin Monnet
1
-1
/
+3
2017-10-22
tools: bpftool: add pointer to file argument to print_hex()
Quentin Monnet
4
-17
/
+17
2017-10-18
tools: bpftool: use more common tag format
Jakub Kicinski
3
-4
/
+3
2017-10-10
tools: bpftool: use the kernel's instruction printer
Jakub Kicinski
4
-21
/
+51
2017-10-05
tools: bpftool: add documentation
Jakub Kicinski
5
-0
/
+263
2017-10-05
tools: bpf: add bpftool
Jakub Kicinski
8
-3
/
+1909
2017-10-05
tools: rename tools/net directory to tools/bpf
Jakub Kicinski
6
-0
/
+2656