summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorLines
2020-12-10samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson-0/+2
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1070/+739
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2020-12-03samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King-1/+1
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek-6/+337
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin-133/+0
2020-12-01Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+4
2020-11-30samples/ftrace: Mark my_tramp[12]? globalSami Tolvanen-0/+4
2020-12-01samples/bpf: Add option to set the busy-poll budgetBjörn Töpel-0/+5
2020-12-01samples/bpf: Add busy-poll support to xdpsockBjörn Töpel-7/+33
2020-12-01samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel-14/+12
2020-12-01samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel-4/+4
2020-11-26samples: bpf: Remove bpf_load loader completelyDaniel T. Lee-731/+5
2020-11-26samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee-0/+2
2020-11-26samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee-24/+60
2020-11-26samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee-31/+68
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee-28/+75
2020-11-26samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee-22/+62
2020-11-26samples: bpf: Refactor hbm program with libbpfDaniel T. Lee-72/+78
2020-11-17samples/bpf: Increment Tx stats at sendingMagnus Karlsson-3/+3
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-180/+0
2020-11-10samples/bpf: Remove unused test_ipip.shHangbin Liu-179/+0
2020-11-10samples/bpf: Remove duplicate include in hbmMenglong Dong-1/+0
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-5/+5
2020-10-28misc: mic: remove the MIC driversSudeep Dutt-2376/+0
2020-10-27samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen-5/+5
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann-4/+4
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-476/+2148
2020-10-15Merge tag 'configfs-5.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds-40/+19
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+2
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+913
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+5
2020-10-13mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su-0/+103
2020-10-12Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2020-10-11samples: bpf: Refactor XDP kern program maps with BTF-defined mapDaniel T. Lee-39/+36
2020-10-11samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpuDaniel T. Lee-82/+73
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee-40/+121
2020-10-07samples: configfs: prefer pr_err() over bare printk(KERN_ERRBartosz Golaszewski-3/+2
2020-10-07samples: configfs: don't use spaces before tabsBartosz Golaszewski-1/+1
2020-10-07samples: configfs: consolidate local variables of the same typeBartosz Golaszewski-2/+1
2020-10-07samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski-2/+0
2020-10-07samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski-20/+9
2020-10-07samples: configfs: fix alignment in item structBartosz Golaszewski-1/+1
2020-10-07samples: configfs: drop unnecessary ternary operatorsBartosz Golaszewski-5/+5
2020-10-07samples: configfs: remove redundant newlinesBartosz Golaszewski-6/+0
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus-1/+119
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus-10/+103
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus-54/+69
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song-1/+2
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song-1/+10