summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2022-08-04Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitMark Brown
2022-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Mark Brown
2022-08-04Merge branch 'spdx-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Mark Brown
2022-08-02samples: add Rust examplesMiguel Ojeda
2022-07-24tracing: Add example and documentation for new __vstring() macroSteven Rostedt (Google)
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-15samples: bpf: Fix cross-compiling error by using bootstrap bpftoolPu Lehui
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao
2022-07-12Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-12samples: Use KSYM_NAME_LEN for kprobesTiezhu Yang
2022-07-12fprobe/samples: Make sample_probe staticsunliming
2022-07-11samples/bpf: Fix xdp_redirect_map egress devmap progJesper Dangaard Brouer
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-05bpf, samples: Remove AF_XDP samplesMagnus Karlsson
2022-06-24fprobe, samples: Add module parameter descriptionsMasami Hiramatsu (Google)
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-21samples/bpf: fixup some tools to be able to support xdp multibufferAndy Gospodarek
2022-06-17fprobe, samples: Add use_trace option and show hit/missed counterMasami Hiramatsu (Google)
2022-06-15samples/bpf: Check detach prog exist or not in xdp_fwdZhengchao Shao
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner
2022-06-02sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-05-23samples/landlock: Add support for file reparentingMickaël Salaün
2022-05-23samples/landlock: Format with clang-formatMickaël Salaün
2022-05-23samples/landlock: Add clang-format exceptionsMickaël Salaün
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov
2022-05-09samples: bpf: Don't fail for a missing VMLINUX_BTF when VMLINUX_H is providedJerome Marchand
2022-04-27samples/bpf: Detach xdp prog when program exits unexpectedly in xdp_rxq_info_...Zhengchao Shao
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe
2022-04-20samples/bpf: Reduce the sampling interval in xdp1_userZhengchao Shao
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-04-08samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi
2022-04-04samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin
2022-04-04sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen
2022-04-03samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-03-28Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-27Merge tag 'landlock-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-03-23livepatch: Reorder to use before freeing a pointerTom Rix