Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6cc2c8762dfdd8c3eeb9d71ed6ad6314d7d5d79c
/
samples
/
bpf
/
Makefile
6cc2c87
samples/bpf: adjust Makefile and README.rst
by Jesper Dangaard Brouer
· 5 years ago
14684b9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
04ec044b
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
by Björn Töpel
· 5 years ago
b2327c1
samples/bpf: Add sysroot support
by Ivan Khoronzhuk
· 5 years ago
d8ceae9
samples/bpf: Provide C/LDFLAGS to libbpf
by Ivan Khoronzhuk
· 5 years ago
a833eff
samples/bpf: Use target CC environment for HDR_PROBE
by Ivan Khoronzhuk
· 5 years ago
10cb3d8
samples/bpf: Use own flags but not HOSTCFLAGS
by Ivan Khoronzhuk
· 5 years ago
1d97c6c
samples/bpf: Base target programs rules on Makefile.target
by Ivan Khoronzhuk
· 5 years ago
54b7fbd
samples/bpf: Drop unnecessarily inclusion for bpf_load
by Ivan Khoronzhuk
· 5 years ago
0e865ae
samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
by Ivan Khoronzhuk
· 5 years ago
2a560df
samples/bpf: Use own EXTRA_CFLAGS for clang commands
by Ivan Khoronzhuk
· 5 years ago
518c134
samples/bpf: Use --target from cross-compile
by Ivan Khoronzhuk
· 5 years ago
39e0c36
samples/bpf: Fix cookie_uid_helper_example obj build
by Ivan Khoronzhuk
· 5 years ago
cdd5b2d
samples/bpf: Fix HDR_PROBE "echo"
by Ivan Khoronzhuk
· 5 years ago
e01a75c
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
by Andrii Nakryiko
· 5 years ago
81f522f
samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)
by Ilya Leoshkevich
· 6 years ago
3953388
samples/bpf: add sample program that periodically dumps TCP stats
by Stanislav Fomichev
· 6 years ago
71634d7
bpf: Add support for fq's EDT to HBM
by brakmo
· 6 years ago
fa206dc
samples: bpf: remove unnecessary include options in Makefile
by Daniel T. Lee
· 6 years ago
b552d33
samples/bpf: fix include path in Makefile
by Prashant Bhole
· 6 years ago
0ed3cc4
samples: bpf: don't run probes at the local make stage
by Jakub Kicinski
· 6 years ago
07c3bbd
samples: bpf: print a warning about headers_install
by Jakub Kicinski
· 6 years ago
ba0c0cc
selftests/bpf: convert test_cgrp2_attach2 example into kselftest
by Roman Gushchin
· 6 years ago
0ac01fe
BPF: Add sample code for new ib_umad tracepoint
by Ira Weiny
· 6 years ago
a1270fe
bpf: User program for testing HBM
by brakmo
· 6 years ago
187d073
bpf: Sample HBM BPF program to limit egress bw
by brakmo
· 6 years ago
1a9b268
samples: bpf: use libbpf where easy
by Jakub Kicinski
· 6 years ago
ea9b636
samples: bpf: remove load_sock_ops in favour of bpftool
by Jakub Kicinski
· 6 years ago
248c7f9
samples/bpf: convert xdpsock to use libbpf for AF_XDP access
by Magnus Karlsson
· 6 years ago
bbaf602
samples/bpf: Convert XDP samples to libbpf usage
by Maciej Fijalkowski
· 6 years ago
6bf3bbe
samples/bpf: workaround clang asm goto compilation errors
by Yonghong Song
· 6 years ago
668c35f
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
2c667d7
treewide: add intermediate .s files to targets
by Masahiro Yamada
· 6 years ago
4d4b5c2
treewide: remove explicit rules for *offsets.s
by Masahiro Yamada
· 6 years ago
9ce6ae2
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
by Yonghong Song
· 6 years ago
acb4ea9
bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample program
by Nikita V. Shirokov
· 6 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
6748182
samples: bpf: convert xdpsock_user.c to libbpf
by Jakub Kicinski
· 6 years ago
e1a40ef
samples: bpf: convert xdp_fwd_user.c to libbpf
by Jakub Kicinski
· 6 years ago
9778cfd
samples/bpf: Add BTF build flags to Makefile
by Taeung Song
· 6 years ago
8377bd2
kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBS
by Laura Abbott
· 7 years ago
96f14fe
kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
by Laura Abbott
· 7 years ago
1e54ad2
samples/bpf: Add xdp_sample_pkts example
by Toke Høiland-Jørgensen
· 7 years ago
90fed9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
ecb96f7
samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERY
by Yonghong Song
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
768759e
samples: bpf: make the build less noisy
by Jakub Kicinski
· 7 years ago
0cc54db
samples: bpf: move libbpf from object dependencies to libs
by Jakub Kicinski
· 7 years ago
787360f
samples: bpf: fix build after move to compiling full libbpf.a
by Jakub Kicinski
· 7 years ago
b1ae32d
x86/cpufeature: Guard asm_volatile_goto usage for BPF compilation
by Alexei Starovoitov
· 7 years ago
be5bca4
samples: bpf: convert some XDP samples from bpf_load to libbpf
by Jakub Kicinski
· 7 years ago
d0cabbb
tools: bpf: move the event reading loop to libbpf
by Jakub Kicinski
· 7 years ago
5f93805
samples: bpf: compile and link against full libbpf
by Jakub Kicinski
· 7 years ago
fe61605
samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP
by David Ahern
· 7 years ago
b4b8faa
samples/bpf: sample application and documentation for AF_XDP sockets
by Magnus Karlsson
· 7 years ago
28dbf86
samples/bpf: move common-purpose trace functions to selftests
by Yonghong Song
· 7 years ago
b05cd74
samples/bpf: remove the bpf tunnel testsuite.
by William Tu
· 7 years ago
c6ffd1f
bpf: add bpf_xdp_adjust_tail sample prog
by Nikita V. Shirokov
· 7 years ago
4662a4e
samples/bpf: raw tracepoint test
by Alexei Starovoitov
· 7 years ago
c535077
samples/bpf: Add program for CPU state statistics
by Leo Yan
· 7 years ago
bbf48c1
libbpf: add error reporting in XDP
by Eric Leblond
· 7 years ago
c25ef6a
samples/bpf: Partially fixes the bpf.o build
by Mickaël Salaün
· 7 years ago
36e04a2
samples/bpf: xdp2skb_meta shows transferring info from XDP to SKB
by Jesper Dangaard Brouer
· 7 years ago
0fca931
samples/bpf: program demonstrating access to xdp_rxq_info
by Jesper Dangaard Brouer
· 7 years ago
965de87
samples/bpf: add a test for bpf_override_return
by Josef Bacik
· 7 years ago
bf070bb
kbuild: remove all dummy assignments to obj-
by Masahiro Yamada
· 7 years ago
f3edacb
bpf: Revert bpf_overrid_function() helper changes.
by David S. Miller
· 7 years ago
eafb340
samples/bpf: add a test for bpf_override_return
by Josef Bacik
· 7 years ago
3e29cd0
xdp: Sample xdp program implementing ip forward
by Christina Jacob
· 7 years ago
9d1f159
bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/
by Roman Gushchin
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
c890063
bpf: sample BPF_SOCKET_OPS_BASE_RTT program
by Lawrence Brakmo
· 7 years ago
fad3917
samples/bpf: add cpumap sample program xdp_redirect_cpu
by Jesper Dangaard Brouer
· 7 years ago
9db9583
bpf: Add -target to clang switch while cross compiling.
by Abhijit Ayarekar
· 7 years ago
b655fc1
samples/bpf: Fix pt_regs issues when cross-compiling
by Joel Fernandes
· 7 years ago
876e88e
samples/bpf: Enable cross compiler support
by Joel Fernandes
· 7 years ago
3ffab54
samples/bpf: xdp_monitor tool based on tracepoints
by Jesper Dangaard Brouer
· 7 years ago
1da236b6b
bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints
by Yonghong Song
· 7 years ago
9d6e005
xdp: bpf redirect with map sample program
by John Fastabend
· 8 years ago
832622e
xdp: sample program for new bpf_redirect helper
by John Fastabend
· 8 years ago
5333502
samples/bpf: fix a build issue
by Yonghong Song
· 8 years ago
6c4a01b
bpf: Sample bpf program to set sndcwnd clamp
by Lawrence Brakmo
· 8 years ago
7bc62e2
bpf: Sample BPF program to set initial cwnd
by Lawrence Brakmo
· 8 years ago
bb56d44
bpf: Sample BPF program to set congestion control
by Lawrence Brakmo
· 8 years ago
d9925368
bpf: Sample BPF program to set buffer sizes
by Lawrence Brakmo
· 8 years ago
c400296
bpf: Sample bpf program to set initial window
by Lawrence Brakmo
· 8 years ago
61bc4d8
bpf: Sample bpf program to set SYN/SYN-ACK RTOs
by Lawrence Brakmo
· 8 years ago
ae16189
bpf: program to load and attach sock_ops BPF progs
by Lawrence Brakmo
· 8 years ago
00a3855
samples/bpf: fix a build problem
by Yonghong Song
· 8 years ago
4b7190e
samples/bpf: Fix tracex5 to work with MIPS syscalls.
by David Daney
· 8 years ago
69b6a7f
samples/bpf: add -Wno-unknown-warning-option to clang
by Alexander Alemayhu
· 8 years ago
51570a5
A Sample of using socket cookie and uid for traffic monitoring
by Chenbo Feng
· 8 years ago
fb30d4b
bpf: Add tests for map-in-map
by Martin KaFai Lau
· 8 years ago
00198da
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9899694
samples/bpf: Move open_raw_sock to separate header
by Joe Stringer
· 8 years ago
205c8ad
samples/bpf: Remove perf_event_open() declaration
by Joe Stringer
· 8 years ago
43371c8
samples/bpf: Switch over to libbpf
by Joe Stringer
· 8 years ago
41e0e24
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 8 years ago
e19b7ce
make use of make variable CURDIR instead of calling pwd
by Uwe Kleine-König
· 8 years ago
Next »