summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2023-01-18samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing1-1/+7
2021-11-26samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang1-1/+1
2021-09-22samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang2-0/+6
2021-07-20samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai1-1/+1
2021-06-10samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun1-4/+9
2021-05-22samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen1-2/+2
2021-05-22kfifo: fix ternary sign extension bugsDan Carpenter3-6/+18
2020-12-30samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2-0/+2
2020-10-30misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun1-2/+2
2020-06-03samples: bpf: Fix build errorMatteo Croce1-2/+0
2020-04-29vmalloc: fix remap_vmalloc_range() bounds checksJann Horn1-1/+1
2020-02-11samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen1-1/+1
2020-01-27samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer1-3/+3
2020-01-12samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee1-2/+16
2020-01-12samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee1-2/+2
2019-12-31samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee1-6/+11
2019-12-05vfio-mdev/samples: Use u8 instead of char for handle functionsNathan Chancellor1-13/+13
2019-12-05samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel1-0/+1
2019-11-24mei: samples: fix a signedness bug in amt_host_if_call()Dan Carpenter1-1/+1
2019-11-20samples/bpf: fix compilation failurePrashant Bhole3-11/+12
2019-11-20samples/bpf: fix a compilation failureYonghong Song1-2/+2
2019-11-06samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee1-1/+3
2019-07-14samples, bpf: suppress compiler warningMatteo Croce1-1/+1
2019-07-14samples, bpf: fix to change the buffer size for read()Chang-Hsien Tsai1-1/+1
2019-02-15samples: mei: use /dev/mei0 instead of /dev/meiTomas Winkler1-1/+1
2019-02-12livepatch: check kzalloc return valuesNicholas Mc Guire2-0/+9
2019-01-26samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee1-9/+24
2018-10-10samples: disable CONFIG_SAMPLES for UMLMasahiro Yamada1-0/+1
2018-08-16samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMJesper Dangaard Brouer2-2/+4
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-34/+590
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-14/+14
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-2/+160
2018-08-12Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2018-08-10samples/bpf: xdp_redirect_cpu load balance like SuricataJesper Dangaard Brouer2-2/+105
2018-08-10samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHashJesper Dangaard Brouer1-0/+55
2018-08-09samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer2-3/+3
2018-08-03samples/bpf: extend test_cgrp2_attach2 test to use cgroup storageRoman Gushchin1-1/+20
2018-07-27samples: bpf: convert xdpsock_user.c to libbpfJakub Kicinski2-10/+30
2018-07-27samples: bpf: convert xdp_fwd_user.c to libbpfJakub Kicinski2-12/+24
2018-07-27samples/bpf: Add BTF build flags to MakefileTaeung Song1-1/+16
2018-07-27samples/bpf: xdpsock: order memory on AArch64Brian Brooks1-0/+5
2018-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+4
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller7-28/+104
2018-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-16/+93
2018-07-17kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2-9/+9
2018-07-17kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott1-5/+5
2018-07-17samples/bpf: test_cgrp2_sock2: fix an off by oneDan Carpenter1-1/+1
2018-07-17samples: bpf: ensure that we don't load over MAX_PROGS programsDan Carpenter1-0/+3
2018-07-14samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packetsJesper Dangaard Brouer1-1/+10
2018-07-11sample: vfio-mdev: avoid deadlock in mdev_access()Alexey Khoroshilov1-1/+3