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-20
1
-1
/
+1
*
samples/bpf: Fix broken tracex1 due to kprobe argument change
Yaqi Chen
2021-05-22
1
-2
/
+2
*
kfifo: fix ternary sign extension bugs
Dan Carpenter
2021-05-22
3
-6
/
+18
*
samples: bpf: Fix lwt_len_hist reusing previous BPF map
Daniel T. Lee
2020-12-29
2
-0
/
+2
*
misc: vop: add round_up(x,4) for vring_size to avoid kernel panic
Sherry Sun
2020-10-29
1
-2
/
+2
*
samples: bpf: Fix build error
Matteo Croce
2020-06-03
1
-2
/
+0
*
samples/bpf: Don't try to remove user's homedir on clean
Toke Høiland-Jørgensen
2020-02-14
1
-1
/
+1
*
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: pktgen: fix proc_cmd command result check logic
Daniel T. Lee
2019-12-31
1
-6
/
+11
*
selftests/bpf: Correct path to include msg + path
Ivan Khoronzhuk
2019-12-31
1
-1
/
+1
*
vfio-mdev/samples: Use u8 instead of char for handle functions
Nathan Chancellor
2019-12-05
1
-13
/
+13
*
mei: samples: fix a signedness bug in amt_host_if_call()
Dan Carpenter
2019-11-24
1
-1
/
+1
*
samples/bpf: fix compilation failure
Prashant Bhole
2019-11-20
3
-11
/
+12
*
samples/bpf: fix a compilation failure
Yonghong Song
2019-11-20
1
-2
/
+2
*
samples, bpf: fix to change the buffer size for read()
Chang-Hsien Tsai
2019-07-21
1
-1
/
+1
*
samples: mei: use /dev/mei0 instead of /dev/mei
Tomas Winkler
2019-02-15
1
-1
/
+1
*
samples/bpf: Check the error of write() and read()
Taeung Song
2018-08-24
1
-4
/
+15
*
samples/bpf: Check the result of system()
Taeung Song
2018-08-24
1
-3
/
+24
*
samples/bpf: add missing <linux/if_vlan.h>
Taeung Song
2018-08-24
1
-5
/
+1
*
samples/bpf: Partially fixes the bpf.o build
Mickaël Salaün
2018-04-26
1
-1
/
+4
*
samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp1
Tushar Dave
2017-12-20
1
-0
/
+8
*
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
58
-0
/
+58
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
58
-0
/
+58
*
|
Fix tracing sample code warning.
Linus Torvalds
2017-10-27
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-10-21
1
-1
/
+1
|
\
|
*
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
1
-1
/
+1
*
|
Merge tag 'trace-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-10-18
1
-3
/
+11
|
\
\
|
|
/
|
/
|
|
*
tracing/samples: Fix creation and deletion of simple_thread_fn creation
Steven Rostedt (VMware)
2017-10-17
1
-3
/
+11
*
|
Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2017-09-07
1
-1
/
+1
|
\
\
|
*
|
media: v4l2-pci-skeleton: constify vb2_ops structures
Julia Lawall
2017-08-20
1
-1
/
+1
|
|
/
*
|
bpf: Add lru_hash_lookup performance test
Martin KaFai Lau
2017-09-01
2
-9
/
+112
*
|
samples/bpf: Update cgroup socket examples to use uid gid helper
David Ahern
2017-09-01
2
-1
/
+16
*
|
samples/bpf: Update cgrp2 socket tests
David Ahern
2017-09-01
1
-38
/
+124
*
|
samples/bpf: Add option to dump socket settings
David Ahern
2017-09-01
1
-2
/
+73
*
|
samples/bpf: Add detach option to test_cgrp2_sock
David Ahern
2017-09-01
1
-15
/
+35
*
|
samples/bpf: Update sock test to allow setting mark and priority
David Ahern
2017-09-01
2
-17
/
+119
*
|
samples/bpf: Fix compilation issue in redirect dummy program
Tariq Toukan
2017-08-31
2
-2
/
+2
*
|
samples/bpf: xdp_monitor tool based on tracepoints
Jesper Dangaard Brouer
2017-08-29
3
-0
/
+387
*
|
samples/bpf: xdp_redirect load XDP dummy prog on TX device
Jesper Dangaard Brouer
2017-08-29
4
-15
/
+50
*
|
samples/bpf: extend test_tunnel_bpf.sh with ERSPAN
William Tu
2017-08-28
2
-1
/
+91
*
|
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
2017-08-28
2
-6
/
+12
*
|
bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test
Martin KaFai Lau
2017-08-19
4
-11
/
+25
*
|
bpf: sockmap sample program
John Fastabend
2017-08-16
4
-2
/
+480
*
|
bpf: add a test case for syscalls/sys_{enter|exit}_* tracepoints
Yonghong Song
2017-08-07
3
-0
/
+137
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-01
2
-2
/
+3
|
\
|
|
*
samples/bpf: fix bpf tunnel cleanup
William Tu
2017-07-31
2
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1
-4
/
+4
|
\
|
|
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-07-13
1
-4
/
+4
|
|
\
|
|
*
kfifo: clean up example to not use page_link
Logan Gunthorpe
2017-07-12
1
-4
/
+4
[next]