summaryrefslogtreecommitdiff
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+14
|\ \ \ \
| * | | | samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sampleRong Tao2023-02-081-0/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-022-0/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | ftrace: Export ftrace_free_filter() to modulesMark Rutland2023-01-242-0/+2
| | |/ | |/|
* | | samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee2023-01-1513-14/+14
* | | samples/bpf: use vmlinux.h instead of implicit headers in BPF test programDaniel T. Lee2023-01-158-29/+12
* | | samples/bpf: replace BPF programs header with net_shared.hDaniel T. Lee2023-01-154-10/+15
* | | samples/bpf: split common macros to net_shared.hDaniel T. Lee2023-01-152-21/+27
* | | samples/bpf: replace legacy map with the BTF-defined mapDaniel T. Lee2023-01-152-35/+14
* | | samples/bpf: replace broken overhead microbenchmark with fib_table_lookupDaniel T. Lee2023-01-154-18/+40
* | | samples/bpf: fix broken cgroup socket testingDaniel T. Lee2023-01-151-6/+6
* | | samples/bpf: fix broken lightweight tunnel testingDaniel T. Lee2023-01-152-22/+25
* | | samples/bpf: refactor BPF functionality testing scriptsDaniel T. Lee2023-01-155-15/+22
* | | samples/bpf: ensure ipv6 is enabled before running testsDaniel T. Lee2023-01-153-1/+8
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-0416-90/+58
|\ \ \ | |/ / |/| |
| * | samples/bpf: Use BPF_KSYSCALL macro in syscall tracing programsDaniel T. Lee2022-12-293-23/+19
| * | samples/bpf: Fix tracex2 by using BPF_KSYSCALL macroDaniel T. Lee2022-12-291-3/+3
| * | samples/bpf: Change _kern suffix to .bpf with syscall tracing programDaniel T. Lee2022-12-2912-10/+11
| * | samples/bpf: Use vmlinux.h instead of implicit headers in syscall tracing pro...Daniel T. Lee2022-12-295-14/+7
| * | samples/bpf: Use kyscall instead of kprobe in syscall tracing programDaniel T. Lee2022-12-297-31/+12
| * | samples/bpf: fix uninitialized warning with test_current_task_under_cgroupDaniel T. Lee2022-12-191-2/+4
| * | samples/bpf: replace meaningless counter with tracex4Daniel T. Lee2022-12-191-2/+2
| * | samples/bpf: remove unused function with test_lru_distDaniel T. Lee2022-12-191-5/+0
* | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-3/+0
|\ \ \
| * | | virt: acrn: Mark the uuid field as unusedAndy Shevchenko2022-11-231-3/+0
| | |/ | |/|
* | | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-152-9/+27
|\ \ \
| * | | tracing: Fix cpumask() example typoSteven Rostedt (Google)2022-12-141-1/+1
| * | | tracing: Add __cpumask to denote a trace event field that is a cpumask_tSteven Rostedt (Google)2022-11-232-9/+27
| |/ /
* | | Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-154-13/+19
|\ \ \
| * | | samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()Shang XiaoJing2022-12-121-1/+7
| * | | vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson2022-12-053-9/+12
| * | | vfio: Remove vfio_free_deviceEric Farman2022-11-103-3/+0
| |/ /
* | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-145-0/+12
|\ \ \ | |_|/ |/| |
| * | x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-175-0/+12
| |/
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1311-66/+79
|\ \
| * \ Daniel Borkmann says:Jakub Kicinski2022-11-282-2/+2
| |\ \
| | * | samples/bpf: Fix wrong allocation size in xdp_router_ipv4_userRong Tao2022-11-251-1/+1
| | * | bpf, samples: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-181-1/+1
| * | | samples: pktgen: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-221-1/+1
| |/ /
| * | samples/bpf: Fix sockex3 error: Missing BPF prog typeRong Tao2022-11-072-55/+63
| * | samples/bpf: Fix tracex2 error: No such file or directoryRong Tao2022-11-042-3/+4
| * | samples/bpf: Fix typo in READMEKang Minchul2022-11-011-1/+1
| * | samples/bpf: Fix typos in READMEDaniel Müller2022-10-191-2/+2
| * | samples/bpf: Fix double word in commentsShaomin Deng2022-10-191-1/+1
| * | samples/bpf: Fix MAC address swapping in xdp2_kernGerhard Engleder2022-10-191-0/+4
| * | samples/bpf: Fix map iteration in xdp1_userGerhard Engleder2022-10-191-1/+1
| |/
* | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-131-4/+25
|\ \
| * | samples/landlock: Document best-effort approach for LANDLOCK_ACCESS_FS_REFERGünther Noack2022-11-071-1/+16
| * | samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATEGünther Noack2022-10-191-3/+9
| |/
* | rust: macros: take string literals in `module!`Gary Guo2022-12-042-8/+8