aboutsummaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2019-01-30samples: mei: use /dev/mei0 instead of /dev/meiTomas Winkler
2019-01-15samples/bpf: workaround clang asm goto compilation errorsYonghong Song
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-10samples: bpf: user proper argument indexIoana Ciornei
2019-01-08samples/seccomp: Fix 32-bit buildTycho Andersen
2019-01-07selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-29Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-12-28Merge tag 'vfio-v4.21-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-23treewide: add intermediate .s files to targetsMasahiro Yamada
2018-12-23treewide: remove explicit rules for *offsets.sMasahiro Yamada
2018-12-18livepatch: check kzalloc return valuesNicholas Mc Guire
2018-12-17vfio-mdev/samples: Use u8 instead of char for handle functionsNathan Chancellor
2018-12-11samples: add an example of seccomp user trapTycho Andersen
2018-12-03samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee
2018-12-03media: v4l2-pci-skeleton: replace vb2_buffer with vb2_v4l2_bufferMichael Tretter
2018-12-01kbuild: announce removal of SUBDIRS if usedMasahiro Yamada
2018-11-30samples: bpf: get ifindex from ifnameMatteo Croce
2018-11-30samples: bpf: improve xdp1 exampleMatteo Croce
2018-11-23samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee
2018-11-21HID: samples/hidraw: fix typo in printed messageJonathan Davies
2018-11-20tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song
2018-11-07bpf_load: add map name to load_maps error messageShannon Nelson
2018-10-31Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfioLinus Torvalds
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-11vfio: add edid support to mbochs sample driverGerd Hoffmann
2018-10-11samples: disable CONFIG_SAMPLES for UMLMasahiro Yamada
2018-10-04bpf, tracex3_user: erase "ARRAY_SIZE" redefinedBo YU
2018-10-02mei: samples: fix a signedness bug in amt_host_if_call()Dan Carpenter
2018-10-01samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storageRoman Gushchin
2018-09-21samples/bpf: fix compilation failurePrashant Bhole
2018-09-18samples/bpf: fix a compilation failureYonghong Song
2018-09-18samples/bpf: remove duplicated includesYueHaibing
2018-09-01samples/bpf: xdpsock, minor fixesPrashant Bhole
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programNikita V. Shirokov
2018-08-29samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsockBjörn Töpel
2018-08-16samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMJesper Dangaard Brouer
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-10samples/bpf: xdp_redirect_cpu load balance like SuricataJesper Dangaard Brouer
2018-08-10samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHashJesper Dangaard Brouer
2018-08-09samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer
2018-08-03samples/bpf: extend test_cgrp2_attach2 test to use cgroup storageRoman Gushchin
2018-07-27samples: bpf: convert xdpsock_user.c to libbpfJakub Kicinski