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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
samples: bpf: Fix uninitialized variable in xdp_redirect_cpu
Kumar Kartikeya Dwivedi
2021-08-26
1
-2
/
+3
|
|
*
|
samples: bpf: Convert xdp_redirect_map_multi to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
4
-220
/
+153
|
|
*
|
samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
2
-31
/
+26
|
|
*
|
samples: bpf: Convert xdp_redirect_map to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
2
-229
/
+161
|
|
*
|
samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
2
-70
/
+25
|
|
*
|
samples: bpf: Convert xdp_redirect_cpu to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
2
-767
/
+343
|
|
*
|
samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
2
-293
/
+105
|
|
*
|
samples: bpf: Convert xdp_redirect to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
2
-159
/
+116
|
|
*
|
samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
3
-92
/
+52
|
|
*
|
samples: bpf: Convert xdp_monitor to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
3
-735
/
+83
|
|
*
|
samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2021-08-24
3
-258
/
+49
|
|
*
|
samples: bpf: Add vmlinux.h generation support
Kumar Kartikeya Dwivedi
2021-08-24
1
-0
/
+25
|
|
*
|
samples: bpf: Add devmap_xmit tracepoint statistics support
Kumar Kartikeya Dwivedi
2021-08-24
2
-3
/
+331
|
|
*
|
samples: bpf: Add BPF support for devmap_xmit tracepoint
Kumar Kartikeya Dwivedi
2021-08-24
1
-0
/
+71
|
|
*
|
samples: bpf: Add cpumap tracepoint statistics support
Kumar Kartikeya Dwivedi
2021-08-24
2
-1
/
+224
|
|
*
|
samples: bpf: Add BPF support for cpumap tracepoints
Kumar Kartikeya Dwivedi
2021-08-24
1
-1
/
+57
|
|
*
|
samples: bpf: Add xdp_exception tracepoint statistics support
Kumar Kartikeya Dwivedi
2021-08-24
2
-0
/
+116
|
|
*
|
samples: bpf: Add BPF support for xdp_exception tracepoint
Kumar Kartikeya Dwivedi
2021-08-24
1
-0
/
+27
|
|
*
|
samples: bpf: Add redirect tracepoint statistics support
Kumar Kartikeya Dwivedi
2021-08-24
2
-0
/
+215
|
|
*
|
samples: bpf: Add BPF support for redirect tracepoint
Kumar Kartikeya Dwivedi
2021-08-24
2
-0
/
+253
|
|
*
|
samples: bpf: Add basic infrastructure for XDP samples
Kumar Kartikeya Dwivedi
2021-08-24
3
-0
/
+915
|
|
*
|
samples: bpf: Fix a couple of warnings
Kumar Kartikeya Dwivedi
2021-08-24
2
-4
/
+9
|
|
*
|
samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketime
Muhammad Falak R Wani
2021-08-15
1
-4
/
+5
|
*
|
|
samples: pktgen: add trap SIGINT for printing execution result
Juhee Kang
2021-08-25
5
-27
/
+62
|
*
|
|
samples: pktgen: fix to print when terminated normally
Juhee Kang
2021-08-25
1
-2
/
+4
|
*
|
|
samples: pktgen: add missing IPv6 option to pktgen scripts
Juhee Kang
2021-08-16
2
-10
/
+14
|
*
|
|
samples: pktgen: pass the environment variable of normal user to sudo
Juhee Kang
2021-08-16
1
-1
/
+1
|
|
/
/
|
*
|
samples, bpf: Add an explict comment to handle nested vlan tagging.
Muhammad Falak R Wani
2021-08-10
2
-0
/
+4
|
*
|
samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()
Niklas Söderlund
2021-08-06
1
-3
/
+1
|
*
|
samples/bpf: xdpsock: Make the sample more useful outside the tree
Niklas Söderlund
2021-08-06
1
-9
/
+7
|
*
|
bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring
Matthew Cover
2021-08-05
1
-1
/
+1
|
*
|
samples: bpf: Add the omitted xdp samples to .gitignore
Juhee Kang
2021-07-27
1
-0
/
+2
|
*
|
samples: bpf: Fix tracex7 error raised on the missing argument
Juhee Kang
2021-07-27
2
-0
/
+6
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-15
1
-6
/
+16
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
samples/bpf: xdp_redirect_cpu_user: Cpumap qsize set larger default
Jesper Dangaard Brouer
2021-07-07
1
-6
/
+16
*
|
|
tracing: Add trace_event helper macros __string_len() and __assign_str_len()
Steven Rostedt (VMware)
2021-08-17
1
-0
/
+27
|
/
/
*
|
Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-07-14
2
-0
/
+29
|
\
\
|
*
|
bpf, samples: Fix xdpsock with '-M' parameter missing unload process
Wang Hai
2021-07-05
1
-0
/
+28
|
*
|
bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocation
Toke Høiland-Jørgensen
2021-07-05
1
-0
/
+1
|
|
/
*
|
Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2021-07-03
4
-266
/
+282
|
\
\
|
|
/
|
/
|
|
*
vfio/mtty: Enforce available_instances
Alex Williamson
2021-06-28
1
-6
/
+16
|
*
vfio/mtty: Delete mdev_devices_list
Jason Gunthorpe
2021-06-28
1
-18
/
+6
|
*
vfio/mdpy: Fix memory leak of object mdev_state->vconfig
Colin Ian King
2021-06-24
1
-0
/
+1
|
*
vfio/mbochs: Convert to use vfio_register_group_dev()
Jason Gunthorpe
2021-06-21
1
-72
/
+91
|
*
vfio/mdpy: Convert to use vfio_register_group_dev()
Jason Gunthorpe
2021-06-21
1
-71
/
+88
|
*
vfio/mtty: Convert to use vfio_register_group_dev()
Jason Gunthorpe
2021-06-21
1
-102
/
+83
|
*
vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE
Jason Gunthorpe
2021-06-21
1
-3
/
+3
*
|
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-06-30
16
-7
/
+420
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-28
1
-2
/
+2
|
|
\
\
|
|
*
|
samples/bpf: Fix the error return code of xdp_redirect's main()
Wang Hai
2021-06-18
1
-1
/
+1
[prev]
[next]