summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* samples, bpf: Move routes monitor in xdp_router_ipv4 in a dedicated threadLorenzo Bianconi2022-04-082-33/+55
* samples: bpf: Fix linking xdp_router_ipv4 after migrationAlexander Lobakin2022-04-041-0/+1
* sample: bpf: syscall_tp_user: Print result of verify_mapSong Chen2022-04-041-0/+3
* samples: bpf: Convert xdp_router_ipv4 to XDP samples helperLorenzo Bianconi2022-04-034-459/+381
* Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-03-291-1/+1
|\
| * media: v4l2-pci-skeleton: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-251-1/+1
* | Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-282-2/+2
|\ \
| * | livepatch: Reorder to use before freeing a pointerTom Rix2022-03-232-2/+2
* | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-282-4/+4
|\ \ \
| * | | samples/kobject: Use sysfs_emit instead of sprintfNguyen Dinh Phi2022-03-182-4/+4
* | | | Merge tag 'landlock-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-271-0/+1
|\ \ \ \
| * | | | samples/landlock: Fix path_list memory leakTom Rix2022-02-041-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-275-4/+22
|\ \ \ \
| * | | | x86/ibt,ftrace: Add ENDBR to samples/ftracePeter Zijlstra2022-03-155-4/+22
| | |/ / | |/| |
* | | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-2421-94/+252
|\ \ \ \
| * | | | fprobe: Add sample program for fprobeMasami Hiramatsu2022-03-174-0/+131
| * | | | samples/bpf, xdpsock: Fix race when running for fix duration of timeNiklas Söderlund2022-03-151-3/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-2/+7
| |\| | |
| * | | | samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko2022-02-036-35/+63
| * | | | samples/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi2022-02-013-6/+6
| * | | | samples/bpf: use preferred getters/setters instead of deprecated onesAndrii Nakryiko2022-01-254-4/+4
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-2411-46/+45
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIsAndrii Nakryiko2022-01-2011-41/+40
| | * | | samples/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-121-5/+5
* | | | | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-237-1/+262
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tracing: Add TRACE_CUSTOM_EVENT() macroSteven Rostedt (Google)2022-03-113-236/+120
| * | | | tracing: Add sample code for custom trace eventsSteven Rostedt (Google)2022-03-114-1/+281
| * | | | user_events: Add sample code for typical usageBeau Belgrave2022-02-102-0/+96
| |/ / /
* / / / samples/seccomp: Adjust sample to also provide kill optionKees Cook2022-02-101-2/+7
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-203-9/+11
|\ \ \
| * | | samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao2022-01-203-9/+11
* | | | Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-162-1/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | tracing: Fix mismatched comment in __string_lenGeliang Tang2022-01-131-1/+1
| * | | samples/trace_event: Add '__rel_loc' using sample eventMasami Hiramatsu2021-12-062-0/+36
* | | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-144-0/+87
|\ \ \ \
| * \ \ \ Merge tag 'coresight-next-v5.17' of gitolite.kernel.org:pub/scm/linux/kernel/...Greg Kroah-Hartman2021-12-214-0/+87
| |\ \ \ \
| | * | | | coresight: syscfg: Example CoreSight configuration loadable moduleMike Leach2021-11-264-0/+87
* | | | | | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-123-4/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-083-4/+4
| | |_|/ / | |/| | |
* | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-1022-109/+489
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | samples/bpf: xdpsock: Add timestamp for Tx-only operationOng Boon Leong2022-01-051-9/+68
| * | | | samples/bpf: xdpsock: Add time-out for cleaning TxOng Boon Leong2022-01-051-2/+9
| * | | | samples/bpf: xdpsock: Add sched policy and priority supportOng Boon Leong2022-01-051-2/+59
| * | | | samples/bpf: xdpsock: Add cyclic TX operation capabilityOng Boon Leong2022-01-051-5/+80
| * | | | samples/bpf: xdpsock: Add clockid selection supportOng Boon Leong2022-01-051-2/+38
| * | | | samples/bpf: xdpsock: Add Dest and Src MAC setting for Tx-only operationOng Boon Leong2022-01-051-5/+30
| * | | | samples/bpf: xdpsock: Add VLAN support for Tx-only operationOng Boon Leong2022-01-051-15/+75
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-3/+20
| |\ \ \ \
| | * | | | samples/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-142-3/+20
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-162-0/+153
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |