summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang2021-09-222-0/+6
* samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai2021-07-141-1/+1
* samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun2021-06-101-4/+9
* samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen2021-05-191-2/+2
* kfifo: fix ternary sign extension bugsDan Carpenter2021-05-143-6/+18
* samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski2021-03-171-0/+2
* samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-12-302-0/+2
* samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson2020-11-051-0/+1
* misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-291-2/+2
* bpf: Fix fds_example SIGSEGV errorWenbo Zhang2020-08-191-1/+2
* samples/vfs: avoid warning in statx overrideKees Cook2020-07-091-0/+2
* bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh2020-06-303-21/+7
* samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi2020-06-302-14/+17
* samples: bpf: Fix build errorMatteo Croce2020-06-031-2/+0
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-291-1/+1
* samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen2020-02-241-0/+1
* samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer2020-02-111-4/+55
* samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen2020-02-111-1/+1
* samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer2020-01-261-3/+3
* samples: bpf: update map definition to new syntax BTF-defined mapDaniel T. Lee2020-01-2612-178/+178
* samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee2020-01-121-2/+16
* samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee2020-01-121-2/+2
* samples/trace_printk: Wait for IRQ work to finishSven Schnelle2020-01-091-0/+1
* samples/seccomp: Zero out members based on seccomp_notif_sizesSargun Dhillon2020-01-091-2/+2
* samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee2019-12-311-6/+11
* samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel2019-10-311-0/+1
* samples/bpf: Add a workaround for asm_inlineKP Singh2019-10-031-1/+12
* samples/bpf: Fix build for task_fd_query_user.cBjörn Töpel2019-10-031-0/+1
* Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2019-09-221-4/+6
|\
| * samples/rpmsg: Introduce a module parameter for message countSuman Anna2019-08-261-2/+4
| * samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()Suman Anna2019-08-261-2/+2
* | Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-09-201-31/+8
|\ \
| * | vfio-mdev/mtty: Simplify interrupt generationParav Pandit2019-08-191-31/+8
* | | samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus2019-09-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-063-85/+177
|\ \ \
| * | | samples/bpf: use hugepages in xdpsock appKevin Laatz2019-08-311-5/+10
| * | | samples/bpf: add buffer recycling for unaligned chunks to xdpsockKevin Laatz2019-08-311-10/+16
| * | | samples/bpf: add unaligned chunks mode support to xdpsockKevin Laatz2019-08-311-3/+17
| * | | samples: bpf: syscall_nrs: use mmap2 if definedIvan Khoronzhuk2019-08-212-0/+19
| * | | samples/bpf: add use of need_wakeup flag in xdpsockMagnus Karlsson2019-08-171-72/+120
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | auxdisplay: Fix a typo in cfag12864b-example.cMasanari Iida2019-08-081-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-134-94/+84
|\ \ \ | |/ / |/| |
| * | samples/bpf: xdp_fwd explain bpf_fib_lookup return codesJesper Dangaard Brouer2019-08-091-2/+17
| * | samples/bpf: make xdp_fwd more practically usable via devmap lookupJesper Dangaard Brouer2019-08-092-17/+33
| * | samples/bpf: xdp_fwd rename devmap name to be xdp_tx_portsJesper Dangaard Brouer2019-08-092-3/+4
| * | samples/bpf: switch trace_output sample to perf_buffer APIAndrii Nakryiko2019-07-231-29/+14
| * | samples/bpf: convert xdp_sample_pkts_user to perf_buffer APIAndrii Nakryiko2019-07-231-44/+17
| |/
* / treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers againMasahiro Yamada2019-07-251-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-1/+1
|\