index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-30
tools: bpf: Use !building_out_of_srctree to determine srctree
Shuah Khan
1
-1
/
+5
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
20
-67
/
+760
2019-08-31
tools: bpftool: do not link twice against libbpf.a in Makefile
Quentin Monnet
1
-2
/
+2
2019-08-31
tools: bpf: account for generated feature/ and libbpf/ directories
Quentin Monnet
4
-6
/
+12
2019-08-31
tools: bpftool: improve and check builds for different make invocations
Quentin Monnet
1
-5
/
+7
2019-08-31
tools: bpftool: ignore make built-in rules for getting kernel version
Quentin Monnet
1
-1
/
+1
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2019-08-21
tools: bpftool: add "bpftool map freeze" subcommand
Quentin Monnet
3
-3
/
+44
2019-08-21
tools: bpftool: show frozen status for maps
Quentin Monnet
1
-3
/
+27
2019-08-20
tools: bpftool: implement "bpftool btf show|list"
Quentin Monnet
3
-6
/
+363
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+6
2019-08-15
tools: bpftool: close prog FD before exit on showing a single program
Quentin Monnet
1
-1
/
+3
2019-08-15
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
4
-10
/
+10
2019-08-15
tools: bpftool: fix format string for p_err() in detect_common_prefix()
Quentin Monnet
1
-1
/
+1
2019-08-15
tools: bpftool: fix format string for p_err() in query_flow_dissector()
Quentin Monnet
1
-1
/
+1
2019-08-15
tools: bpftool: fix argument for p_err() in BTF do_dump()
Quentin Monnet
1
-1
/
+1
2019-08-15
tools: bpftool: fix format strings and arguments for jsonw_printf()
Quentin Monnet
1
-4
/
+4
2019-08-15
tools: bpftool: fix arguments for p_err() in do_event_pipe()
Quentin Monnet
1
-2
/
+2
2019-08-15
tools: bpftool: add documentation for net attach/detach
Daniel T. Lee
1
-3
/
+54
2019-08-15
tools: bpftool: add bash-completion for net attach/detach
Daniel T. Lee
1
-10
/
+55
2019-08-15
tools: bpftool: add net detach command to detach XDP on interface
Daniel T. Lee
1
-1
/
+41
2019-08-15
tools: bpftool: add net attach command to attach XDP on interface
Daniel T. Lee
1
-7
/
+129
2019-08-14
tools: bpftool: compile with $(EXTRA_WARNINGS)
Quentin Monnet
3
-2
/
+7
2019-08-13
tools: bpftool: add feature check for zlib
Peter Wu
1
-3
/
+8
2019-08-12
tools: bpftool: fix reading from /proc/config.gz
Peter Wu
2
-53
/
+54
2019-08-09
tools: bpftool: add error message on pin failure
Jakub Kicinski
1
-1
/
+5
2019-08-09
tools: bpftool: fix error message (prog -> object)
Jakub Kicinski
1
-1
/
+1
2019-07-30
tools: bpftool: add support for reporting the effective cgroup progs
Jakub Kicinski
3
-38
/
+76
2019-07-29
tools: Add definitions for devmap_hash map type
Toke Høiland-Jørgensen
3
-4
/
+5
2019-07-12
tools: bpftool: add raw_tracepoint_writable prog type to header
Daniel T. Lee
1
-0
/
+1
2019-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2019-07-08
tools: bpftool: add completion for bpftool prog "loadall"
Quentin Monnet
1
-1
/
+8
2019-07-08
tools/bpftool: switch map event_pipe to libbpf's perf_buffer
Andrii Nakryiko
1
-137
/
+64
2019-07-05
tools: bpftool: Fix json dump crash on powerpc
Jiri Olsa
1
-4
/
+7
2019-07-05
tools: bpftool: add "prog run" subcommand to test-run programs
Quentin Monnet
5
-3
/
+437
2019-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-3
/
+3
2019-06-27
bpftool: support cgroup sockopt
Stanislav Fomichev
6
-8
/
+20
2019-06-26
tools: bpftool: use correct argument in cgroup errors
Jakub Kicinski
1
-3
/
+3
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+3
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-3
/
+3
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-48
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232
Thomas Gleixner
3
-3
/
+3
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-6
/
+17
2019-06-11
bpf: use libbpf_num_possible_cpus internally
Hechao Li
1
-48
/
+5
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-6
/
+17
2019-06-06
bpf, bpftool: enable recvmsg attach types
Daniel Borkmann
5
-6
/
+15
2019-06-05
tools: bpftool: Fix JSON output when lookup fails
Krzesimir Nowak
1
-0
/
+2
2019-05-28
tools: bpftool: make -d option print debug output from verifier
Quentin Monnet
5
-14
/
+26
2019-05-28
tools: bpftool: add -d option to get debug output from libbpf
Quentin Monnet
10
-2
/
+45
2019-05-28
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
1
-3
/
+1
[next]