index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
samples: bpf: fix syscall_tp due to unused syscall
Daniel T. Lee
2019-12-11
1
-2
/
+16
*
samples: bpf: Replace symbol compare of trace_event
Daniel T. Lee
2019-12-11
1
-2
/
+2
*
samples/bpf: Fix broken xdp_rxq_info due to map order assumptions
Jesper Dangaard Brouer
2019-12-04
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-20
21
-228
/
+339
|
\
|
*
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
2019-11-15
1
-0
/
+2
|
*
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
2019-11-15
1
-1
/
+0
|
*
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
Magnus Karlsson
2019-11-10
1
-12
/
+29
|
*
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
2019-11-10
4
-42
/
+135
|
*
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
2019-11-08
12
-178
/
+178
|
*
samples: bpf: Update outdated error message
Daniel T. Lee
2019-11-08
5
-7
/
+7
*
|
samples/bpf: adjust Makefile and README.rst
Jesper Dangaard Brouer
2019-11-11
2
-9
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
Björn Töpel
2019-10-31
1
-0
/
+1
*
|
bpf, samples: Use bpf_probe_read_user where appropriate
Daniel Borkmann
2019-11-02
3
-5
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
2
-1
/
+13
|
\
|
|
*
samples/bpf: Add a workaround for asm_inline
KP Singh
2019-10-03
1
-1
/
+12
|
*
samples/bpf: Fix build for task_fd_query_user.c
Björn Töpel
2019-10-03
1
-0
/
+1
*
|
samples/bpf: Add preparation steps and sysroot info to readme
Ivan Khoronzhuk
2019-10-12
1
-5
/
+36
*
|
samples/bpf: Add sysroot support
Ivan Khoronzhuk
2019-10-12
1
-0
/
+5
*
|
samples/bpf: Provide C/LDFLAGS to libbpf
Ivan Khoronzhuk
2019-10-12
1
-1
/
+2
*
|
samples/bpf: Use target CC environment for HDR_PROBE
Ivan Khoronzhuk
2019-10-12
1
-3
/
+2
*
|
samples/bpf: Use own flags but not HOSTCFLAGS
Ivan Khoronzhuk
2019-10-12
1
-2
/
+4
*
|
samples/bpf: Base target programs rules on Makefile.target
Ivan Khoronzhuk
2019-10-12
1
-66
/
+69
*
|
samples/bpf: Add makefile.target for separate CC target build
Ivan Khoronzhuk
2019-10-12
1
-0
/
+75
*
|
samples/bpf: Drop unnecessarily inclusion for bpf_load
Ivan Khoronzhuk
2019-10-12
1
-1
/
+1
*
|
samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
Ivan Khoronzhuk
2019-10-12
1
-0
/
+8
*
|
samples/bpf: Use own EXTRA_CFLAGS for clang commands
Ivan Khoronzhuk
2019-10-12
1
-4
/
+5
*
|
samples/bpf: Use --target from cross-compile
Ivan Khoronzhuk
2019-10-12
1
-1
/
+1
*
|
samples/bpf: Fix cookie_uid_helper_example obj build
Ivan Khoronzhuk
2019-10-12
1
-1
/
+0
*
|
samples/bpf: Fix HDR_PROBE "echo"
Ivan Khoronzhuk
2019-10-12
1
-1
/
+1
*
|
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko
2019-10-08
1
-1
/
+1
*
|
selftests/bpf: Split off tracing-only helpers into bpf_tracing.h
Andrii Nakryiko
2019-10-08
13
-0
/
+13
*
|
selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h
Andrii Nakryiko
2019-10-08
8
-33
/
+37
*
|
samples: bpf: Add max_pckt_size option at xdp_adjust_tail
Daniel T. Lee
2019-10-07
2
-11
/
+25
*
|
samples/bpf: Trivial - fix spelling mistake in usage
Anton Ivanov
2019-10-07
1
-1
/
+1
|
/
*
samples/bpf: fix xdpsock l2fwd tx for unaligned mode
Ciara Loftus
2019-09-16
1
-1
/
+1
*
samples/bpf: use hugepages in xdpsock app
Kevin Laatz
2019-08-31
1
-5
/
+10
*
samples/bpf: add buffer recycling for unaligned chunks to xdpsock
Kevin Laatz
2019-08-31
1
-10
/
+16
*
samples/bpf: add unaligned chunks mode support to xdpsock
Kevin Laatz
2019-08-31
1
-3
/
+17
*
samples: bpf: syscall_nrs: use mmap2 if defined
Ivan Khoronzhuk
2019-08-21
2
-0
/
+19
*
samples/bpf: add use of need_wakeup flag in xdpsock
Magnus Karlsson
2019-08-17
1
-72
/
+120
*
samples/bpf: xdp_fwd explain bpf_fib_lookup return codes
Jesper Dangaard Brouer
2019-08-09
1
-2
/
+17
*
samples/bpf: make xdp_fwd more practically usable via devmap lookup
Jesper Dangaard Brouer
2019-08-09
2
-17
/
+33
*
samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports
Jesper Dangaard Brouer
2019-08-09
2
-3
/
+4
*
samples/bpf: switch trace_output sample to perf_buffer API
Andrii Nakryiko
2019-07-23
1
-29
/
+14
*
samples/bpf: convert xdp_sample_pkts_user to perf_buffer API
Andrii Nakryiko
2019-07-23
1
-44
/
+17
*
samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)
Ilya Leoshkevich
2019-07-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
1
-1
/
+1
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-07-03
1
-1
/
+1
|
|
\
|
|
*
samples/bpf: xdp_redirect, correctly get dummy program id
Prashant Bhole
2019-06-24
1
-1
/
+1
[next]