summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2020-06-03samples: bpf: Fix build errorMatteo Croce
2020-04-29vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-02-11samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen
2020-01-27samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer
2020-01-12samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee
2020-01-12samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee
2019-12-31samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee
2019-12-05vfio-mdev/samples: Use u8 instead of char for handle functionsNathan Chancellor
2019-12-05samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel
2019-11-24mei: samples: fix a signedness bug in amt_host_if_call()Dan Carpenter
2019-11-20samples/bpf: fix compilation failurePrashant Bhole
2019-11-20samples/bpf: fix a compilation failureYonghong Song
2019-11-06samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee
2019-07-14samples, bpf: suppress compiler warningMatteo Croce
2019-07-14samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai
2019-02-15samples: mei: use /dev/mei0 instead of /dev/meiTomas Winkler
2019-02-12livepatch: check kzalloc return valuesNicholas Mc Guire
2019-01-26samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee
2018-10-11samples: disable CONFIG_SAMPLES for UMLMasahiro Yamada
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
2018-07-27samples: bpf: convert xdp_fwd_user.c to libbpfJakub Kicinski
2018-07-27samples/bpf: Add BTF build flags to MakefileTaeung Song
2018-07-27samples/bpf: xdpsock: order memory on AArch64Brian Brooks
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-18kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott
2018-07-16samples/bpf: test_cgrp2_sock2: fix an off by oneDan Carpenter
2018-07-16samples: bpf: ensure that we don't load over MAX_PROGS programsDan Carpenter
2018-07-14samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packetsJesper Dangaard Brouer
2018-07-11sample: vfio-mdev: avoid deadlock in mdev_access()Alexey Khoroshilov
2018-07-10samples/bpf: Fix tc and ip paths in xdp2skb_meta.shTaeung Song
2018-07-06Merge tag 'vfio-v4.18-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds
2018-07-05samples/bpf: add .gitignore fileTaeung Song
2018-07-05samples/bpf: Check the error of write() and read()Taeung Song
2018-07-05samples/bpf: Check the result of system()Taeung Song
2018-07-05samples/bpf: add missing <linux/if_vlan.h>Taeung Song
2018-07-04sample/vfio-mdev: Change return type to vm_fault_tSouptick Joarder
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-02samples/bpf: deal with EBUSY return code from sendmsg in xdpsock sampleMagnus Karlsson