Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
51100d2b87cba12b09db79fa6577adccc0c2d14f
/
samples
edbca12
samples/bpf: Fix broken xdp_rxq_info due to map order assumptions
by Jesper Dangaard Brouer
· 5 years ago
95f1fa9
Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 5 years ago
8f56e4e
Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
89ed424
tracing: Sample module to demonstrate kernel access to Ftrace instances.
by Divya Indi
· 5 years ago
ee5a489
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
b313332
samples/bpf: Add missing option to xdpsock usage
by Andre Guedes
· 5 years ago
110b226
samples/bpf: Remove duplicate option from xdpsock
by Andre Guedes
· 5 years ago
760f8bc
ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"
by Colin Ian King
· 5 years ago
ae0cc3b
ftrace/samples: Add a sample module that implements modify_ftrace_direct()
by Steven Rostedt (VMware)
· 5 years ago
156473a
ftrace: Add another example of register_ftrace_direct() use case
by Steven Rostedt (VMware)
· 5 years ago
b06457c
ftrace: Add sample module that uses register_ftrace_direct()
by Steven Rostedt (VMware)
· 5 years ago
6cc2c87
samples/bpf: adjust Makefile and README.rst
by Jesper Dangaard Brouer
· 5 years ago
01b59c7
Merge 5.4-rc7 into char-misc-next
by Greg Kroah-Hartman
· 5 years ago
661842c
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
by Magnus Karlsson
· 5 years ago
2e5d72c
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
by Magnus Karlsson
· 5 years ago
14684b9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
451d1dc
samples: bpf: update map definition to new syntax BTF-defined map
by Daniel T. Lee
· 5 years ago
afbe3c2
samples: bpf: Update outdated error message
by Daniel T. Lee
· 5 years ago
251e2d3
bpf, samples: Use bpf_probe_read_user where appropriate
by Daniel Borkmann
· 5 years ago
04ec044b
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
by Björn Töpel
· 5 years ago
da80d2e
Merge 5.4-rc5 into char-misc-next
by Greg Kroah-Hartman
· 5 years ago
6859eba
samples: mei: use hostprogs kbuild constructs
by Tomas Winkler
· 5 years ago
2f18439
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
a98d62c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
1600c9c
samples/bpf: Add preparation steps and sysroot info to readme
by Ivan Khoronzhuk
· 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
752677e
samples/bpf: Add makefile.target for separate CC target build
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
3ac4dbe
selftests/bpf: Split off tracing-only helpers into bpf_tracing.h
by Andrii Nakryiko
· 5 years ago
36b5d47
selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h
by Andrii Nakryiko
· 5 years ago
8fdf5b7
samples: bpf: Add max_pckt_size option at xdp_adjust_tail
by Daniel T. Lee
· 5 years ago
4564a8bb
samples/bpf: Trivial - fix spelling mistake in usage
by Anton Ivanov
· 5 years ago
40f843e
samples: pktgen: allow to specify destination IP range (CIDR)
by Daniel T. Lee
· 5 years ago
f0681d9
samples: pktgen: add helper functions for IP(v4/v6) CIDR parsing
by Daniel T. Lee
· 5 years ago
3cad8f9
samples: pktgen: fix proc_cmd command result check logic
by Daniel T. Lee
· 5 years ago
723d290
samples: pktgen: make variable consistent with option
by Daniel T. Lee
· 5 years ago
98beb3e
samples/bpf: Add a workaround for asm_inline
by KP Singh
· 5 years ago
e55190f
samples/bpf: Fix build for task_fd_query_user.c
by Björn Töpel
· 5 years ago
379bb04
Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc
by Linus Torvalds
· 5 years ago
1ddd002
Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 5 years ago
5a712e1
samples/bpf: fix xdpsock l2fwd tx for unaligned mode
by Ciara Loftus
· 5 years ago
1e46c09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
3945b37
samples/bpf: use hugepages in xdpsock app
by Kevin Laatz
· 5 years ago
03895e6
samples/bpf: add buffer recycling for unaligned chunks to xdpsock
by Kevin Laatz
· 5 years ago
c543f54
samples/bpf: add unaligned chunks mode support to xdpsock
by Kevin Laatz
· 5 years ago
9a703eb
samples/rpmsg: Introduce a module parameter for message count
by Suman Anna
· 5 years ago
2519fbb
samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()
by Suman Anna
· 5 years ago
bb4b5c0
samples: bpf: syscall_nrs: use mmap2 if defined
by Ivan Khoronzhuk
· 5 years ago
eee413e
vfio-mdev/mtty: Simplify interrupt generation
by Parav Pandit
· 5 years ago
446bf64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
46738f7
samples/bpf: add use of need_wakeup flag in xdpsock
by Magnus Karlsson
· 5 years ago
708852d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by Jakub Kicinski
· 5 years ago
abcce73
samples/bpf: xdp_fwd explain bpf_fib_lookup return codes
by Jesper Dangaard Brouer
· 5 years ago
a32a32c
samples/bpf: make xdp_fwd more practically usable via devmap lookup
by Jesper Dangaard Brouer
· 5 years ago
3783d43
samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports
by Jesper Dangaard Brouer
· 5 years ago
6c4d6bc
auxdisplay: Fix a typo in cfag12864b-example.c
by Masanari Iida
· 5 years ago
dc3bf49
treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers again
by Masahiro Yamada
· 5 years ago
c17bec5
samples/bpf: switch trace_output sample to perf_buffer API
by Andrii Nakryiko
· 5 years ago
f58a4d5
samples/bpf: convert xdp_sample_pkts_user to perf_buffer API
by Andrii Nakryiko
· 5 years ago
5f4fc6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 5 years ago
bb74523
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
37d4607
Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 5 years ago
81f522f
samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)
by Ilya Leoshkevich
· 5 years ago
baa293e
docs: driver-api: add a series of orphaned documents
by Mauro Carvalho Chehab
· 6 years ago
720594f
docs: connector: convert to ReST and rename to connector.rst
by Mauro Carvalho Chehab
· 6 years ago
39ceda5
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 5 years ago
237f83d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 5 years ago
ed63b9c
Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 5 years ago
af144a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 5 years ago
dad1c12
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
c4cde58
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
c3ead2d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
d78e3f0
samples/bpf: fix tcp_bpf.readme detach command
by Stanislav Fomichev
· 5 years ago
3953388
samples/bpf: add sample program that periodically dumps TCP stats
by Stanislav Fomichev
· 5 years ago
71634d7
bpf: Add support for fq's EDT to HBM
by brakmo
· 5 years ago
b46c820
sample/mdev/mbochs: remove set but not used variable 'mdev_state'
by YueHaibing
· 5 years ago
4b2dbd5
vfio-mdev/samples: make some symbols static
by Kefeng Wang
· 5 years ago
6e32a74
samples: pktgen: allow to specify destination port
by Daniel T. Lee
· 6 years ago
226b96c
samples: pktgen: add some helper functions for port parsing
by Daniel T. Lee
· 6 years ago
d96ff26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
123e8da1
xsk: Change the default frame size to 4096 and allow controlling it
by Maxim Mikityanskiy
· 6 years ago
9e859e8
samples: bpf: make the use of xdp samples consistent
by Daniel T. Lee
· 6 years ago
7ae9f281
samples: bpf: Remove bpf_debug macro in favor of bpf_printk
by Michal Rostecki
· 6 years ago
d2abae7
Merge tag 'v5.2-rc6' into sched/core, to refresh the branch
by Ingo Molnar
· 6 years ago
20f6239
samples/bpf: xdp_redirect, correctly get dummy program id
by Prashant Bhole
· 6 years ago
bee19cd
samples: make pidfd-metadata fail gracefully on older kernels
by Dmitry V. Levin
· 6 years ago
92ad632
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
dca73a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
7f904d7
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
by Thomas Gleixner
· 6 years ago
Next »