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
/
samples
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-15
samples/bpf: Fix build error due to -isystem removal
Alexander Lobakin
1
-2
/
+0
2021-11-12
samples/bpf: Fix incorrect use of strlen in xdp_redirect_cpu
Kumar Kartikeya Dwivedi
1
-3
/
+2
2021-11-12
samples/bpf: Fix summary per-sec stats in xdp_sample_user
Alexander Lobakin
1
-13
/
+15
2021-11-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
5
-18
/
+43
2021-10-21
samples: bpf: Suppress readelf stderr when probing for BTF support
Pu Lehui
1
-1
/
+2
2021-10-20
samples/bpf: Fix application of sizeof to pointer
David Yang
1
-4
/
+2
2021-10-08
samples/bpf: Do not FORCE-recompile libbpf
Quentin Monnet
1
-1
/
+1
2021-10-08
samples/bpf: Install libbpf headers when building
Quentin Monnet
1
-10
/
+30
2021-10-08
samples/bpf: Update .gitignore
Quentin Monnet
1
-0
/
+4
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-15
/
+9
2021-10-06
selftests/bpf: Switch to new bpf_object__next_{map,program} APIs
Hengqi Chen
2
-2
/
+2
2021-10-06
bpf: Use $(pound) instead of \# in Makefiles
Quentin Monnet
1
-1
/
+3
2021-09-29
samples/bpf: Relicense bpf_insn.h as GPL-2.0-only OR BSD-2-Clause
Luca Boccassi
1
-1
/
+1
2021-09-28
samples: bpf: Fix vmlinux.h generation for XDP samples
Kumar Kartikeya Dwivedi
2
-14
/
+8
2021-09-21
samples: bpf: Convert ARP table network order fields into readable format
Gokul Sivakumar
1
-3
/
+14
2021-09-21
samples: bpf: Convert route table network order fields into readable format
Gokul Sivakumar
1
-9
/
+13
2021-08-26
samples: bpf: Fix uninitialized variable in xdp_redirect_cpu
Kumar Kartikeya Dwivedi
1
-2
/
+3
2021-08-24
samples: bpf: Convert xdp_redirect_map_multi to XDP samples helper
Kumar Kartikeya Dwivedi
4
-220
/
+153
2021-08-24
samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-31
/
+26
2021-08-24
samples: bpf: Convert xdp_redirect_map to XDP samples helper
Kumar Kartikeya Dwivedi
2
-229
/
+161
2021-08-24
samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-70
/
+25
2021-08-24
samples: bpf: Convert xdp_redirect_cpu to XDP samples helper
Kumar Kartikeya Dwivedi
2
-767
/
+343
2021-08-24
samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-293
/
+105
2021-08-24
samples: bpf: Convert xdp_redirect to XDP samples helper
Kumar Kartikeya Dwivedi
2
-159
/
+116
2021-08-24
samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
3
-92
/
+52
2021-08-24
samples: bpf: Convert xdp_monitor to XDP samples helper
Kumar Kartikeya Dwivedi
3
-735
/
+83
2021-08-24
samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
3
-258
/
+49
2021-08-24
samples: bpf: Add vmlinux.h generation support
Kumar Kartikeya Dwivedi
1
-0
/
+25
2021-08-24
samples: bpf: Add devmap_xmit tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-3
/
+331
2021-08-24
samples: bpf: Add BPF support for devmap_xmit tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+71
2021-08-24
samples: bpf: Add cpumap tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-1
/
+224
2021-08-24
samples: bpf: Add BPF support for cpumap tracepoints
Kumar Kartikeya Dwivedi
1
-1
/
+57
2021-08-24
samples: bpf: Add xdp_exception tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+116
2021-08-24
samples: bpf: Add BPF support for xdp_exception tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+27
2021-08-24
samples: bpf: Add redirect tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+215
2021-08-24
samples: bpf: Add BPF support for redirect tracepoint
Kumar Kartikeya Dwivedi
2
-0
/
+253
2021-08-24
samples: bpf: Add basic infrastructure for XDP samples
Kumar Kartikeya Dwivedi
3
-0
/
+915
2021-08-24
samples: bpf: Fix a couple of warnings
Kumar Kartikeya Dwivedi
2
-4
/
+9
2021-08-15
samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketime
Muhammad Falak R Wani
1
-4
/
+5
2021-08-10
samples, bpf: Add an explict comment to handle nested vlan tagging.
Muhammad Falak R Wani
2
-0
/
+4
2021-08-06
samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()
Niklas Söderlund
1
-3
/
+1
2021-08-06
samples/bpf: xdpsock: Make the sample more useful outside the tree
Niklas Söderlund
1
-9
/
+7
2021-08-05
bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring
Matthew Cover
1
-1
/
+1
2021-07-27
samples: bpf: Add the omitted xdp samples to .gitignore
Juhee Kang
1
-0
/
+2
2021-07-27
samples: bpf: Fix tracex7 error raised on the missing argument
Juhee Kang
2
-0
/
+6
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-6
/
+16
2021-07-07
samples/bpf: xdp_redirect_cpu_user: Cpumap qsize set larger default
Jesper Dangaard Brouer
1
-6
/
+16
2021-07-05
bpf, samples: Fix xdpsock with '-M' parameter missing unload process
Wang Hai
1
-0
/
+28
2021-07-05
bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocation
Toke Høiland-Jørgensen
1
-0
/
+1
2021-06-18
samples/bpf: Fix the error return code of xdp_redirect's main()
Wang Hai
1
-1
/
+1
[next]