summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-12-161-1/+1
|\ \ \
| * \ \ Merge branch 'for-5.11/elecom' into for-linusJiri Kosina2020-12-1643-2853/+2149
| |\ \ \
| * | | | HID: hidraw: Add additional hidraw input/output report ioctls.Dean Camera2020-11-271-1/+1
* | | | | samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson2020-12-101-0/+2
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-0443-1070/+739
|\ \ \ \ \
| * | | | | samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King2020-12-031-1/+1
| * | | | | samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek2020-12-034-6/+337
| * | | | | bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-0227-133/+0
| * | | | | samples/bpf: Add option to set the busy-poll budgetBjörn Töpel2020-12-011-0/+5
| * | | | | samples/bpf: Add busy-poll support to xdpsockBjörn Töpel2020-12-011-7/+33
| * | | | | samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel2020-12-011-14/+12
| * | | | | samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel2020-12-011-4/+4
| * | | | | samples: bpf: Remove bpf_load loader completelyDaniel T. Lee2020-11-264-731/+5
| * | | | | samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-11-262-0/+2
| * | | | | samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2020-11-262-24/+60
| * | | | | samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee2020-11-263-31/+68
| * | | | | samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2020-11-262-28/+75
| * | | | | samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee2020-11-263-22/+62
| * | | | | samples: bpf: Refactor hbm program with libbpfDaniel T. Lee2020-11-265-72/+78
| * | | | | samples/bpf: Increment Tx stats at sendingMagnus Karlsson2020-11-171-3/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-033-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 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/bpf-nextJakub Kicinski2020-11-142-180/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | samples/bpf: Remove unused test_ipip.shHangbin Liu2020-11-101-179/+0
| * | | | samples/bpf: Remove duplicate include in hbmMenglong Dong2020-11-101-1/+0
| | |_|/ | |/| |
* | | | 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