summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-09-071-11/+9
|\
| * kdb: Rename members of struct kdbtab_tSumit Garg2021-07-271-4/+4
| * kdb: Get rid of redundant kdb_register_flags()Sumit Garg2021-07-271-11/+9
* | Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-09-023-70/+50
|\ \
| * | vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe2021-08-111-2/+2
| * | vfio/samples: Delete useless open/closeJason Gunthorpe2021-08-113-30/+0
| * | vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-113-21/+33
| * | vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe2021-08-111-9/+15
| * | vfio/samples: Remove module get/putJason Gunthorpe2021-08-112-8/+0
| |/
* | Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-011-21/+30
|\ \
| * | samples: mei: don't wait on read completion upon write.Alexander Usyskin2021-08-011-21/+30
| |/
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-3137-2906/+3460
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-3022-2846/+3341
| |\ \
| | * | samples: bpf: Fix uninitialized variable in xdp_redirect_cpuKumar Kartikeya Dwivedi2021-08-261-2/+3
| | * | samples: bpf: Convert xdp_redirect_map_multi to XDP samples helperKumar Kartikeya Dwivedi2021-08-244-220/+153
| | * | samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-31/+26
| | * | samples: bpf: Convert xdp_redirect_map to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-229/+161
| | * | samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-70/+25
| | * | samples: bpf: Convert xdp_redirect_cpu to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-767/+343
| | * | samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-293/+105
| | * | samples: bpf: Convert xdp_redirect to XDP samples helperKumar Kartikeya Dwivedi2021-08-242-159/+116
| | * | samples: bpf: Convert xdp_redirect_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-92/+52
| | * | samples: bpf: Convert xdp_monitor to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-735/+83
| | * | samples: bpf: Convert xdp_monitor_kern.o to XDP samples helperKumar Kartikeya Dwivedi2021-08-243-258/+49
| | * | samples: bpf: Add vmlinux.h generation supportKumar Kartikeya Dwivedi2021-08-241-0/+25
| | * | samples: bpf: Add devmap_xmit tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-3/+331
| | * | samples: bpf: Add BPF support for devmap_xmit tracepointKumar Kartikeya Dwivedi2021-08-241-0/+71
| | * | samples: bpf: Add cpumap tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-1/+224
| | * | samples: bpf: Add BPF support for cpumap tracepointsKumar Kartikeya Dwivedi2021-08-241-1/+57
| | * | samples: bpf: Add xdp_exception tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-0/+116
| | * | samples: bpf: Add BPF support for xdp_exception tracepointKumar Kartikeya Dwivedi2021-08-241-0/+27
| | * | samples: bpf: Add redirect tracepoint statistics supportKumar Kartikeya Dwivedi2021-08-242-0/+215
| | * | samples: bpf: Add BPF support for redirect tracepointKumar Kartikeya Dwivedi2021-08-242-0/+253
| | * | samples: bpf: Add basic infrastructure for XDP samplesKumar Kartikeya Dwivedi2021-08-243-0/+915
| | * | samples: bpf: Fix a couple of warningsKumar Kartikeya Dwivedi2021-08-242-4/+9
| | * | samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketimeMuhammad Falak R Wani2021-08-151-4/+5
| * | | samples: pktgen: add trap SIGINT for printing execution resultJuhee Kang2021-08-255-27/+62
| * | | samples: pktgen: fix to print when terminated normallyJuhee Kang2021-08-251-2/+4
| * | | samples: pktgen: add missing IPv6 option to pktgen scriptsJuhee Kang2021-08-162-10/+14
| * | | samples: pktgen: pass the environment variable of normal user to sudoJuhee Kang2021-08-161-1/+1
| |/ /
| * | samples, bpf: Add an explict comment to handle nested vlan tagging.Muhammad Falak R Wani2021-08-102-0/+4
| * | samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()Niklas Söderlund2021-08-061-3/+1
| * | samples/bpf: xdpsock: Make the sample more useful outside the treeNiklas Söderlund2021-08-061-9/+7
| * | bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstringMatthew Cover2021-08-051-1/+1
| * | samples: bpf: Add the omitted xdp samples to .gitignoreJuhee Kang2021-07-271-0/+2
| * | samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang2021-07-272-0/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-6/+16
| |\ \ | | |/ | |/|
| | * samples/bpf: xdp_redirect_cpu_user: Cpumap qsize set larger defaultJesper Dangaard Brouer2021-07-071-6/+16
* | | tracing: Add trace_event helper macros __string_len() and __assign_str_len()Steven Rostedt (VMware)2021-08-171-0/+27
|/ /
* | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-142-0/+29
|\ \