summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)Author
2020-12-30samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee
2020-11-05samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson
2020-10-29misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun
2020-08-19bpf: Fix fds_example SIGSEGV errorWenbo Zhang
2020-07-09samples/vfs: avoid warning in statx overrideKees Cook
2020-06-30bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh
2020-06-30samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUSLorenzo Bianconi
2020-06-03samples: bpf: Fix build errorMatteo Croce
2020-04-29vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-02-24samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen
2020-02-11samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer
2020-02-11samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen
2020-01-26samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer
2020-01-26samples: bpf: update map definition to new syntax BTF-defined mapDaniel T. Lee
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
2020-01-09samples/trace_printk: Wait for IRQ work to finishSven Schnelle
2020-01-09samples/seccomp: Zero out members based on seccomp_notif_sizesSargun Dhillon
2019-12-31samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee
2019-10-31samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel
2019-10-03samples/bpf: Add a workaround for asm_inlineKP Singh
2019-10-03samples/bpf: Fix build for task_fd_query_user.cBjörn Töpel
2019-09-22Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds
2019-09-20Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2019-09-16samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-31samples/bpf: use hugepages in xdpsock appKevin Laatz
2019-08-31samples/bpf: add buffer recycling for unaligned chunks to xdpsockKevin Laatz
2019-08-31samples/bpf: add unaligned chunks mode support to xdpsockKevin Laatz
2019-08-26samples/rpmsg: Introduce a module parameter for message countSuman Anna
2019-08-26samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()Suman Anna
2019-08-21samples: bpf: syscall_nrs: use mmap2 if definedIvan Khoronzhuk
2019-08-19vfio-mdev/mtty: Simplify interrupt generationParav Pandit
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17samples/bpf: add use of need_wakeup flag in xdpsockMagnus Karlsson
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-09samples/bpf: xdp_fwd explain bpf_fib_lookup return codesJesper Dangaard Brouer
2019-08-09samples/bpf: make xdp_fwd more practically usable via devmap lookupJesper Dangaard Brouer
2019-08-09samples/bpf: xdp_fwd rename devmap name to be xdp_tx_portsJesper Dangaard Brouer
2019-08-08auxdisplay: Fix a typo in cfag12864b-example.cMasanari Iida
2019-07-25treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers againMasahiro Yamada
2019-07-23samples/bpf: switch trace_output sample to perf_buffer APIAndrii Nakryiko
2019-07-23samples/bpf: convert xdp_sample_pkts_user to perf_buffer APIAndrii Nakryiko
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-17Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2019-07-15samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab
2019-07-15docs: connector: convert to ReST and rename to connector.rstMauro Carvalho Chehab
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds