Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
56830d6cc114f76f656d5e65ab355b070d5a695e
/
samples
/
bpf
4c79579
bpf: Change bpf_fib_lookup to return lookup status
by David Ahern
· 7 years ago
9f5232c
samples/bpf: xdpsock: use skb Tx path for XDP_SKB
by Björn Töpel
· 7 years ago
a65ea68
samples/bpf: minor *_nb_free performance fix
by Magnus Karlsson
· 7 years ago
a412ef5
samples/bpf: adapted to new uapi
by Björn Töpel
· 7 years ago
bd3a08a
bpf: flowlabel in bpf_fib_lookup should be flowinfo
by David Ahern
· 7 years ago
90fed9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
a570e48
samples/bpf: xdp_monitor use err code from tracepoint xdp:xdp_devmap_xmit
by Jesper Dangaard Brouer
· 7 years ago
9940fbf
samples/bpf: xdp_monitor use tracepoint xdp:xdp_devmap_xmit
by Jesper Dangaard Brouer
· 7 years ago
ecb96f7
samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERY
by Yonghong Song
· 7 years ago
1c4917d
samples/bpf: adapt xdpsock to the new uapi
by Björn Töpel
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
dac09149
xsk: clean up SPDX headers
by Björn Töpel
· 7 years ago
44edef7
samples/bpf: Decrement ttl in fib forwarding example
by David Ahern
· 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
8d93045
samples: bpf: rename libbpf.h to bpf_insn.h
by Jakub Kicinski
· 7 years ago
2bf3e2e
samples: bpf: include bpf/bpf.h instead of local libbpf.h
by Jakub Kicinski
· 7 years ago
53ea24c
samples/bpf: xdp_monitor, accept short options
by Prashant Bhole
· 7 years ago
b1ae32db
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
74662ea
samples: bpf: rename struct bpf_map_def to avoid conflict with 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
34745ae
samples/bpf: fix kprobe attachment issue on x64
by Yonghong Song
· 7 years ago
28dbf86
samples/bpf: move common-purpose trace functions to selftests
by Yonghong Song
· 7 years ago
c0885f6
samples, bpf: remove redundant ret assignment in bpf_load_program()
by Wang Sheng-Hui
· 7 years ago
b05cd74
samples/bpf: remove the bpf tunnel testsuite.
by William Tu
· 7 years ago
29a36f9
samples/bpf: extend test_tunnel_bpf.sh with xfrm state test
by Eyal Birger
· 7 years ago
c6ffd1f
bpf: add bpf_xdp_adjust_tail sample prog
by Nikita V. Shirokov
· 7 years ago
8de0e8b
samples/bpf: fix xdp_monitor user output for tracepoint exception
by Jesper Dangaard Brouer
· 7 years ago
97c3361
samples/bpf: correct comment in sock_example.c
by Wang Sheng-Hui
· 7 years ago
4662a4e
samples/bpf: raw tracepoint test
by Alexei Starovoitov
· 7 years ago
20cfb7a
samples/bpf: fix spelling mistake: "revieve" -> "receive"
by Colin Ian King
· 7 years ago
4c4c3c2
bpf: sockmap sample, add option to attach SK_MSG program
by John Fastabend
· 7 years ago
12fe122
samples/bpf: add example to test reading address
by Teng Qin
· 7 years ago
5f280b6
samples/bpf: add gre sequence number test.
by William Tu
· 7 years ago
c8745e0
samples/bpf: detach prog from cgroup
by Prashant Bhole
· 7 years ago
c535077
samples/bpf: Add program for CPU state statistics
by Leo Yan
· 7 years ago
8ac2441
samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirect
by Tushar Dave
· 7 years ago
9c33ca4
sample/bpf: fix erspan metadata
by William Tu
· 7 years ago
b259c2f
samples/bpf: use bpf_set_link_xdp_fd
by Eric Leblond
· 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
417f1d9
samples/bpf: xdp_monitor include cpumap tracepoints in monitoring
by Jesper Dangaard Brouer
· 7 years ago
e2e3224
samples/bpf: xdp2skb_meta comment explain why pkt-data pointers are invalidated
by Jesper Dangaard Brouer
· 7 years ago
4c38f74
samples/bpf: Fix trailing semicolon
by Luis de Bethencourt
· 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
59436c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
ac80c2a
samples/bpf: add erspan v2 sample code
by William Tu
· 7 years ago
965de87
samples/bpf: add a test for bpf_override_return
by Josef Bacik
· 7 years ago
d37e3bb
samples/bpf: add ip6erspan sample code
by William Tu
· 7 years ago
7cda4ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
d671965
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
56ddd30
samples/bpf: extend test_tunnel_bpf.sh with ip6gre
by William Tu
· 7 years ago
c2eb6d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
0ec9552
samples/bpf: add error checking for perf ioctl calls in bpf loader
by Yonghong Song
· 7 years ago
51de082
samples/bpf: Convert magic numbers to names in multi-prog cgroup test case
by David Ahern
· 7 years ago
bf070bb
kbuild: remove all dummy assignments to obj-
by Masahiro Yamada
· 7 years ago
fae4536
xdp: sample: Missing curly braces in read_route()
by Dan Carpenter
· 7 years ago
f3edacb
bpf: Revert bpf_overrid_function() helper changes.
by David S. Miller
· 7 years ago
03e982e
bpf: Fix tcp_clamp_kern.c sample program
by Lawrence Brakmo
· 7 years ago
e185331
bpf: Fix tcp_iw_kern.c sample program
by Lawrence Brakmo
· 7 years ago
2ff969f
bpf: Fix tcp_cong_kern.c sample program
by Lawrence Brakmo
· 7 years ago
a4174f0
bpf: Fix tcp_bufs_kern.c sample program
by Lawrence Brakmo
· 7 years ago
016e661
bpf: Fix tcp_rwnd_kern.c sample program
by Lawrence Brakmo
· 7 years ago
7863f46
bpf: Fix tcp_synrto_kern.c sample program
by Lawrence Brakmo
· 7 years ago
eafb340
samples/bpf: add a test for bpf_override_return
by Josef Bacik
· 7 years ago
aaf151b
bpf: Rename tcp_bbf.readme to tcp_bpf.readme
by Lawrence Brakmo
· 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
21d72af
samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirect_map
by Tushar Dave
· 7 years ago
6dfca831
samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1
by Tushar Dave
· 7 years ago
a678be5
bpf: add a test case to test single tp multiple bpf attachment
by Yonghong Song
· 7 years ago
bfdf756
bpf: create samples/bpf/tcp_bpf.readme
by Lawrence Brakmo
· 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
81b9cf8
bpf: add a test case for helper bpf_perf_prog_read_value
by Yonghong Song
· 7 years ago
020a32d
bpf: add a test case for helper bpf_perf_event_read_value
by Yonghong Song
· 7 years ago
c4eb7f4
samples/bpf: xdp_monitor increase memory rlimit
by Jesper Dangaard Brouer
· 7 years ago
280b058
samples/bpf: xdp_monitor also record xdp_exception tracepoint
by Jesper Dangaard Brouer
· 7 years ago
f4ce0a0
samples/bpf: xdp_monitor first 8 bytes are not accessible by bpf
by Jesper Dangaard Brouer
· 7 years ago
dfc0699
samples/bpf: use bpf_prog_query() interface
by Alexei Starovoitov
· 7 years ago
39323e7
samples/bpf: add multi-prog cgroup test case
by Alexei Starovoitov
· 7 years ago
0929567
samples/bpf: fix warnings in xdp_monitor_user
by Stephen Hemminger
· 7 years ago
88cda1c
bpf: libbpf: Provide basic API support to specify BPF obj name
by Martin KaFai Lau
· 7 years ago
8bf2ac2
samples/bpf: Add documentation on cross compilation
by Joel Fernandes
· 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
95ec6696
samples/bpf: Use getppid instead of getpgrp for array map stress
by Joel Fernandes
· 7 years ago
637cd8c
bpf: Add lru_hash_lookup performance test
by Martin KaFai Lau
· 7 years ago
0adc3dd
samples/bpf: Update cgroup socket examples to use uid gid helper
by David Ahern
· 7 years ago
33aeb5e
samples/bpf: Update cgrp2 socket tests
by David Ahern
· 7 years ago
f776d46
samples/bpf: Add option to dump socket settings
by David Ahern
· 7 years ago
Next »