aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Gravatar Linus Torvalds 1-1/+1
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-0/+9
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-1/+382
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-4/+2
2018-12-28Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-13/+13
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-23/+51
2018-12-23treewide: add intermediate .s files to targetsGravatar Masahiro Yamada 1-0/+1
2018-12-23treewide: remove explicit rules for *offsets.sGravatar Masahiro Yamada 1-3/+0
2018-12-18livepatch: check kzalloc return valuesGravatar Nicholas Mc Guire 2-0/+9
2018-12-17vfio-mdev/samples: Use u8 instead of char for handle functionsGravatar Nathan Chancellor 1-13/+13
2018-12-11samples: add an example of seccomp user trapGravatar Tycho Andersen 3-1/+382
2018-12-03samples: bpf: fix: seg fault with NULL pointer argGravatar Daniel T. Lee 1-1/+3
2018-12-03media: v4l2-pci-skeleton: replace vb2_buffer with vb2_v4l2_bufferGravatar Michael Tretter 1-5/+6
2018-12-01kbuild: announce removal of SUBDIRS if usedGravatar Masahiro Yamada 1-1/+1
2018-11-30samples: bpf: get ifindex from ifnameGravatar Matteo Croce 1-2/+7
2018-11-30samples: bpf: improve xdp1 exampleGravatar Matteo Croce 1-10/+8
2018-11-23samples: bpf: fix: error handling regarding kprobe_eventsGravatar Daniel T. Lee 1-9/+24
2018-11-21HID: samples/hidraw: fix typo in printed messageGravatar Jonathan Davies 1-1/+1
2018-11-20tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsGravatar Yonghong Song 1-0/+8
2018-11-07bpf_load: add map name to load_maps error messageGravatar Shannon Nelson 1-2/+2
2018-10-31Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-19/+117
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2018-10-11vfio: add edid support to mbochs sample driverGravatar Gerd Hoffmann 1-19/+117
2018-10-11samples: disable CONFIG_SAMPLES for UMLGravatar Masahiro Yamada 1-0/+1
2018-10-04bpf, tracex3_user: erase "ARRAY_SIZE" redefinedGravatar Bo YU 1-2/+0
2018-10-02mei: samples: fix a signedness bug in amt_host_if_call()Gravatar Dan Carpenter 1-1/+1
2018-10-01samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storageGravatar Roman Gushchin 1-1/+18
2018-09-21samples/bpf: fix compilation failureGravatar Prashant Bhole 3-11/+12
2018-09-18samples/bpf: fix a compilation failureGravatar Yonghong Song 1-2/+2
2018-09-18samples/bpf: remove duplicated includesGravatar YueHaibing 3-3/+0
2018-09-01samples/bpf: xdpsock, minor fixesGravatar Prashant Bhole 2-3/+2
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programGravatar Nikita V. Shirokov 2-0/+88
2018-08-29samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsockGravatar Björn Töpel 1-1/+11
2018-08-16samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMGravatar Jesper Dangaard Brouer 2-2/+4
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 13-34/+590
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-14/+14
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 3-2/+160
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+3
2018-08-10samples/bpf: xdp_redirect_cpu load balance like SuricataGravatar Jesper Dangaard Brouer 2-2/+105
2018-08-10samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHashGravatar Jesper Dangaard Brouer 1-0/+55
2018-08-09samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierGravatar Jesper Dangaard Brouer 2-3/+3
2018-08-03samples/bpf: extend test_cgrp2_attach2 test to use cgroup storageGravatar Roman Gushchin 1-1/+20
2018-07-27samples: bpf: convert xdpsock_user.c to libbpfGravatar Jakub Kicinski 2-10/+30
2018-07-27samples: bpf: convert xdp_fwd_user.c to libbpfGravatar Jakub Kicinski 2-12/+24
2018-07-27samples/bpf: Add BTF build flags to MakefileGravatar Taeung Song 1-1/+16
2018-07-27samples/bpf: xdpsock: order memory on AArch64Gravatar Brian Brooks 1-0/+5
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 2-1/+4
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxGravatar David S. Miller 7-28/+104
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-16/+93