index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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 the error return code of xdp_redirect's main()
Wang Hai
2021-07-14
1
-1
/
+1
*
samples: vfio-mdev: fix error handing in mdpy_fb_probe()
Wei Yongjun
2021-06-10
1
-4
/
+9
*
samples/bpf: Fix broken tracex1 due to kprobe argument change
Yaqi Chen
2021-05-19
1
-2
/
+2
*
kfifo: fix ternary sign extension bugs
Dan Carpenter
2021-05-14
3
-6
/
+18
*
samples, bpf: Add missing munmap in xdpsock
Maciej Fijalkowski
2021-03-17
1
-0
/
+2
*
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2020-12-30
2
-0
/
+2
*
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
2020-11-05
1
-0
/
+1
*
misc: vop: add round_up(x,4) for vring_size to avoid kernel panic
Sherry Sun
2020-10-29
1
-2
/
+2
*
bpf: Fix fds_example SIGSEGV error
Wenbo Zhang
2020-08-19
1
-1
/
+2
*
samples/vfs: avoid warning in statx override
Kees Cook
2020-07-09
1
-0
/
+2
*
bpf, xdp, samples: Fix null pointer dereference in *_user code
Gaurav Singh
2020-06-30
3
-21
/
+7
*
samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS
Lorenzo Bianconi
2020-06-30
2
-14
/
+17
*
samples: bpf: Fix build error
Matteo Croce
2020-06-03
1
-2
/
+0
*
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
2020-04-29
1
-1
/
+1
*
samples/bpf: Set -fno-stack-protector when building BPF programs
Toke Høiland-Jørgensen
2020-02-24
1
-0
/
+1
*
samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach
Jesper Dangaard Brouer
2020-02-11
1
-4
/
+55
*
samples/bpf: Don't try to remove user's homedir on clean
Toke Høiland-Jørgensen
2020-02-11
1
-1
/
+1
*
samples/bpf: Fix broken xdp_rxq_info due to map order assumptions
Jesper Dangaard Brouer
2020-01-26
1
-3
/
+3
*
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
2020-01-26
12
-178
/
+178
*
samples: bpf: fix syscall_tp due to unused syscall
Daniel T. Lee
2020-01-12
1
-2
/
+16
*
samples: bpf: Replace symbol compare of trace_event
Daniel T. Lee
2020-01-12
1
-2
/
+2
*
samples/trace_printk: Wait for IRQ work to finish
Sven Schnelle
2020-01-09
1
-0
/
+1
*
samples/seccomp: Zero out members based on seccomp_notif_sizes
Sargun Dhillon
2020-01-09
1
-2
/
+2
*
samples: pktgen: fix proc_cmd command result check logic
Daniel T. Lee
2019-12-31
1
-6
/
+11
*
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
Björn Töpel
2019-10-31
1
-0
/
+1
*
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
*
Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
2019-09-22
1
-4
/
+6
|
\
|
*
samples/rpmsg: Introduce a module parameter for message count
Suman Anna
2019-08-26
1
-2
/
+4
|
*
samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()
Suman Anna
2019-08-26
1
-2
/
+2
*
|
Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2019-09-20
1
-31
/
+8
|
\
\
|
*
|
vfio-mdev/mtty: Simplify interrupt generation
Parav Pandit
2019-08-19
1
-31
/
+8
*
|
|
samples/bpf: fix xdpsock l2fwd tx for unaligned mode
Ciara Loftus
2019-09-16
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
3
-85
/
+177
|
\
\
\
|
*
|
|
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
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
auxdisplay: Fix a typo in cfag12864b-example.c
Masanari Iida
2019-08-08
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-08-13
4
-94
/
+84
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
|
|
/
*
/
treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers again
Masahiro Yamada
2019-07-25
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-07-19
1
-1
/
+1
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-07-18
1
-1
/
+1
|
|
\
[next]