summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai2021-07-141-1/+1
* samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai2021-07-141-1/+1
* samples: vfio-mdev: fix error handing in mdpy_fb_probe()Wei Yongjun2021-06-101-4/+9
* samples/bpf: Consider frame size in tx_only of xdpsock sampleMagnus Karlsson2021-06-031-1/+1
* 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
* watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2021-03-042-2/+2
* samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson2020-12-301-0/+2
* samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-12-302-0/+2
* Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-013-0/+4
|\
| * samples/ftrace: Mark my_tramp[12]? globalSami Tolvanen2020-11-303-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-065-5/+5
|\ \ | |/ |/|
| * samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen2020-10-275-5/+5
* | misc: mic: remove the MIC driversSudeep Dutt2020-10-287-2376/+0
|/
* bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-4/+4
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1533-476/+2148
|\
| * samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee2020-10-113-39/+36
| * samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee2020-10-112-82/+73
| * samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee2020-10-112-40/+121
| * samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus2020-10-061-1/+119
| * samples: bpf: Count syscalls in xdpsockCiara Loftus2020-10-061-10/+103
| * samples: bpf: Split xdpsock stats into new structCiara Loftus2020-10-061-54/+69
| * samples/bpf: Fix a compilation error with fallthrough markingYonghong Song2020-10-061-1/+2
| * samples/bpf: Change Makefile to cope with latest llvmYonghong Song2020-10-061-1/+10
| * bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-301-9/+11
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-237-19/+37
| |\
| | * samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich2020-09-191-4/+3
| | * samples/bpf: Add quiet option to xdpsockMagnus Karlsson2020-09-141-5/+14
| | * samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson2020-09-141-0/+1
| | * samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson2020-09-141-0/+8
| | * samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee2020-09-041-0/+1
| | * samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee2020-09-044-10/+10
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
| |\ \ | | |/ | |/|
| * | samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua2020-08-311-5/+5
| * | samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson2020-08-311-8/+14
| * | samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2020-08-312-0/+1088
| * | samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee2020-08-247-93/+192
| * | samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee2020-08-2411-118/+272
| * | samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee2020-08-241-1/+1
| * | samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee2020-08-183-3/+3
* | | Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2020-10-151-40/+19
|\ \ \
| * | | samples: configfs: prefer pr_err() over bare printk(KERN_ERRBartosz Golaszewski2020-10-071-3/+2
| * | | samples: configfs: don't use spaces before tabsBartosz Golaszewski2020-10-071-1/+1
| * | | samples: configfs: consolidate local variables of the same typeBartosz Golaszewski2020-10-071-2/+1
| * | | samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski2020-10-071-2/+0
| * | | samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski2020-10-071-20/+9
| * | | samples: configfs: fix alignment in item structBartosz Golaszewski2020-10-071-1/+1
| * | | samples: configfs: drop unnecessary ternary operatorsBartosz Golaszewski2020-10-071-5/+5
| * | | samples: configfs: remove redundant newlinesBartosz Golaszewski2020-10-071-6/+0
| | |/ | |/|