index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: bpftool: add bash completion for bpftool
Quentin Monnet
2017-10-29
2
-0
/
+357
*
tools: bpftool: try to mount bpffs if required for pinning objects
Quentin Monnet
2017-10-26
2
-8
/
+65
*
tools: bpftool: update documentation for --json and --pretty usage
Quentin Monnet
2017-10-24
7
-6
/
+88
*
tools: bpftool: add cosmetic changes for the manual pages
Quentin Monnet
2017-10-24
3
-23
/
+26
*
tools: bpftool: provide JSON output for all possible commands
Quentin Monnet
2017-10-24
3
-6
/
+47
*
tools: bpftool: turn err() and info() macros into functions
Quentin Monnet
2017-10-24
5
-91
/
+126
*
tools: bpftool: add JSON output for `bpftool batch file FILE` command
Quentin Monnet
2017-10-24
1
-0
/
+20
*
tools: bpftool: add JSON output for `bpftool map *` commands
Quentin Monnet
2017-10-24
1
-20
/
+129
*
tools: bpftool: add JSON output for `bpftool prog dump xlated *` command
Quentin Monnet
2017-10-24
5
-2
/
+89
*
tools: bpftool: add JSON output for `bpftool prog dump jited *` command
Quentin Monnet
2017-10-24
1
-6
/
+80
*
tools: bpftool: add JSON output for `bpftool prog show *` command
Quentin Monnet
2017-10-24
1
-32
/
+107
*
tools: bpftool: introduce --json and --pretty options
Quentin Monnet
2017-10-24
2
-3
/
+35
*
tools: bpftool: add option parsing to bpftool, --help and --version
Quentin Monnet
2017-10-24
4
-1
/
+50
*
tools: bpftool: copy JSON writer from iproute2 repository
Quentin Monnet
2017-10-24
2
-0
/
+418
*
selftests/bpf: fix broken build of test_maps
Alexei Starovoitov
2017-10-23
2
-11
/
+57
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
14
-47
/
+603
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-10-22
5
-7
/
+524
|
|
\
|
|
*
bpf: add test cases to bpf selftests to cover all access tests
Daniel Borkmann
2017-10-22
1
-0
/
+480
|
|
*
bpf: remove mark access for SK_SKB program types
John Fastabend
2017-10-20
1
-2
/
+14
|
|
*
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
3
-4
/
+5
|
|
*
bpf: enforce TCP only support for sockmap
John Fastabend
2017-10-20
1
-1
/
+11
|
|
*
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
1
-0
/
+14
|
*
|
Revert "tools/power turbostat: stop migrating, unless '-m'"
Len Brown
2017-10-18
1
-9
/
+1
|
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-10-14
6
-23
/
+55
|
|
\
\
|
|
*
|
tools include uapi bpf.h: Sync kernel ABI header with tooling header
Arnaldo Carvalho de Melo
2017-10-09
1
-1
/
+1
|
|
*
|
perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
Mark Rutland
2017-10-09
3
-19
/
+47
|
|
*
|
perf script: Add missing separator for "-F ip,brstack" (and brstackoff)
Mark Santaniello
2017-10-06
1
-2
/
+2
|
|
*
|
Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/s...
Ingo Molnar
2017-10-05
1
-1
/
+5
|
|
|
\
\
|
|
|
*
|
perf callchain: Compare dsos (as well) for CCKEY_FUNCTION
Ravi Bangoria
2017-10-05
1
-1
/
+5
|
*
|
|
|
userfaultfd: selftest: exercise -EEXIST only in background transfer
Andrea Arcangeli
2017-10-14
1
-5
/
+20
|
*
|
|
|
Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2017-10-10
2
-3
/
+3
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
selftests: mqueue: fix regression in silencing output from RUN_TESTS
Shuah Khan
2017-10-05
1
-2
/
+2
|
|
*
|
|
selftests: x86: sysret_ss_attrs doesn't build on a PIE build
Shuah Khan
2017-10-05
1
-1
/
+1
|
|
|
/
/
*
|
|
|
bpf: Adding helper function bpf_getsockops
Lawrence Brakmo
2017-10-22
1
-0
/
+3
*
|
|
|
tools: bpftool: add a command to display bpftool version
Quentin Monnet
2017-10-22
2
-1
/
+15
*
|
|
|
tools: bpftool: show that `opcodes` or `file FILE` should be exclusive
Quentin Monnet
2017-10-22
2
-6
/
+6
*
|
|
|
tools: bpftool: print all relevant byte opcodes for "load double word"
Quentin Monnet
2017-10-22
1
-3
/
+12
*
|
|
|
tools: bpftool: print only one error message on byte parsing failure
Quentin Monnet
2017-10-22
1
-1
/
+1
*
|
|
|
tools: bpftool: add `bpftool prog help` as real command i.r.t exit code
Quentin Monnet
2017-10-22
1
-0
/
+1
*
|
|
|
tools: bpftool: use err() instead of info() if there are too many insns
Quentin Monnet
2017-10-22
1
-1
/
+1
*
|
|
|
tools: bpftool: fix return value when all eBPF programs have been shown
Quentin Monnet
2017-10-22
1
-1
/
+3
*
|
|
|
tools: bpftool: add pointer to file argument to print_hex()
Quentin Monnet
2017-10-22
4
-17
/
+17
*
|
|
|
bpf: Add tests for eBPF file mode
Chenbo Feng
2017-10-20
1
-0
/
+48
*
|
|
|
tools: bpftool: use more common tag format
Jakub Kicinski
2017-10-18
3
-4
/
+3
*
|
|
|
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-18
1
-0
/
+1
*
|
|
|
tc-testing: fix the -l argument bug in tdc.py
Lucas Bates
2017-10-15
1
-4
/
+4
*
|
|
|
tc-testing: Add test cases for police and skbmod
Lucas Bates
2017-10-15
2
-0
/
+899
*
|
|
|
tc-testing: Split test case files into smaller chunks
Lucas Bates
2017-10-15
6
-1212
/
+1194
*
|
|
|
tc-testing: Add test cases for flushing actions
Lucas Bates
2017-10-15
1
-1
/
+48
*
|
|
|
selftests: rtnetlink: add a small macsec test case
Florian Westphal
2017-10-13
1
-0
/
+42
[next]