index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-11
tools: libbpf: add extended attributes version of bpf_object__open()
Jakub Kicinski
2
-6
/
+26
2018-07-11
tools: libbpf: recognize offload neutral maps
Jakub Kicinski
2
-1
/
+8
2018-07-11
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
3
-5
/
+60
2018-07-11
tools: libbpf: expose the prog type guessing from section name logic
Jakub Kicinski
2
-18
/
+28
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-11
selftests/bpf: add Error: prefix in check_extack helper
Jakub Kicinski
1
-4
/
+4
2018-07-11
selftests/bpf: remove duplicated word from test offloads
Jakub Kicinski
1
-1
/
+1
2018-07-11
selftests: vDSO - fix to return KSFT_SKIP when test couldn't be run
Shuah Khan (Samsung OSG)
1
-2
/
+5
2018-07-11
selftests: vDSO - fix to exclude x86 test on non-x86 platforms
Shuah Khan (Samsung OSG)
1
-4
/
+9
2018-07-11
selftests/android: initialize heap_type to avoid compiling warning
Li Zhijian
1
-0
/
+1
2018-07-11
perf tools: Use python-config --includes rather than --cflags
Jeremy Cline
1
-2
/
+1
2018-07-11
perf script python: Fix dict reference counting
Janne Huttunen
1
-6
/
+2
2018-07-11
perf stat: Fix --interval_clear option
Jiri Olsa
1
-1
/
+1
2018-07-11
perf tools: Fix compilation errors on gcc8
Jiri Olsa
2
-2
/
+3
2018-07-11
perf test shell: Prevent temporary editor files from being considered test scripts
Kim Phillips
1
-1
/
+1
2018-07-11
perf llvm-utils: Remove bashism from kernel include fetch script
Kim Phillips
1
-3
/
+3
2018-07-11
perf test shell: Make perf's inet_pton test more portable
Kim Phillips
1
-16
/
+21
2018-07-11
perf test shell: Replace '|&' with '2>&1 |' to work with more shells
Kim Phillips
1
-1
/
+1
2018-07-11
perf scripts python: Add Python 3 support to EventClass.py
Jeremy Cline
1
-1
/
+3
2018-07-11
perf scripts python: Add Python 3 support to sched-migration.py
Jeremy Cline
1
-5
/
+9
2018-07-11
perf scripts python: Add Python 3 support to Util.py
Jeremy Cline
1
-5
/
+6
2018-07-11
perf scripts python: Add Python 3 support to SchedGui.py
Jeremy Cline
1
-1
/
+1
2018-07-11
perf scripts python: Add Python 3 support to Core.py
Jeremy Cline
1
-22
/
+16
2018-07-11
perf tools: Generate a Python script compatible with Python 2 and 3
Jeremy Cline
1
-14
/
+15
2018-07-10
selftests: forwarding: mirror_lib: Tighten up VLAN capture
Petr Machata
1
-1
/
+1
2018-07-10
rseq/selftests: cleanup: Update comment above rseq_prepare_unload
Mathieu Desnoyers
1
-6
/
+7
2018-07-10
rseq: uapi: Declare rseq_cs field as union, update includes
Mathieu Desnoyers
1
-1
/
+10
2018-07-10
selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock adjustments are in progress
John Stultz
1
-0
/
+5
2018-07-09
gpio: selftests: gpio-mockup-chardev GPIOHANDLE_REQUEST_OUTPUT fix
Rafael David Tinoco
1
-3
/
+3
2018-07-08
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+26
2018-07-07
selftests: mlxsw: Add mlxsw-specific test for mirror to gretap
Petr Machata
1
-0
/
+217
2018-07-07
selftests: forwarding: Allow importing dependent libraries
Petr Machata
2
-2
/
+2
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
selftests: forwarding: test for bridge port isolation
Nikolay Aleksandrov
1
-0
/
+151
2018-07-04
selftests: forwarding: lib: extract ping and ping6 so they can be reused
Nikolay Aleksandrov
1
-6
/
+16
2018-07-04
net/ipv6: Revert attempt to simplify route replace and append
David Ahern
1
-41
/
+0
2018-07-04
selftests: forwarding: Test mirror-to-gretap w/ UL 802.1q
Petr Machata
1
-0
/
+126
2018-07-04
selftests: forwarding: Test mirror-to-gretap w/ UL 802.1d
Petr Machata
1
-0
/
+132
2018-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
12
-41
/
+147
2018-07-03
Tools: hv: vss: fix loop device detection
Vitaly Kuznetsov
1
-4
/
+61
2018-07-03
tools: hv: update lsvmbus to be compatible with python3
Olaf Hering
1
-6
/
+6
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-72
/
+272
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
7
-10
/
+36
2018-07-02
selftests/powerpc: Fix typos
Breno Leitao
1
-2
/
+2
2018-07-02
selftests/powerpc: Fix strncpy usage
Breno Leitao
1
-2
/
+2
2018-07-02
objtool: Support GCC 8 '-fnoreorder-functions'
Josh Poimboeuf
1
-11
/
+26
2018-07-02
Merge 4.18-rc3 into staging-next
Greg Kroah-Hartman
59
-213
/
+1344
[prev]
[next]