summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorLines
2021-08-24samples: bpf: Add devmap_xmit tracepoint statistics supportKumar Kartikeya Dwivedi-3/+331
2021-08-24samples: bpf: Add BPF support for devmap_xmit tracepointKumar Kartikeya Dwivedi-0/+71
2021-08-24samples: bpf: Add cpumap tracepoint statistics supportKumar Kartikeya Dwivedi-1/+224
2021-08-24samples: bpf: Add BPF support for cpumap tracepointsKumar Kartikeya Dwivedi-1/+57
2021-08-24samples: bpf: Add xdp_exception tracepoint statistics supportKumar Kartikeya Dwivedi-0/+116
2021-08-24samples: bpf: Add BPF support for xdp_exception tracepointKumar Kartikeya Dwivedi-0/+27
2021-08-24samples: bpf: Add redirect tracepoint statistics supportKumar Kartikeya Dwivedi-0/+215
2021-08-24samples: bpf: Add BPF support for redirect tracepointKumar Kartikeya Dwivedi-0/+253
2021-08-24samples: bpf: Add basic infrastructure for XDP samplesKumar Kartikeya Dwivedi-0/+915
2021-08-24samples: bpf: Fix a couple of warningsKumar Kartikeya Dwivedi-4/+9
2021-08-17tracing: Add trace_event helper macros __string_len() and __assign_str_len()Steven Rostedt (VMware)-0/+27
2021-08-16samples: pktgen: add missing IPv6 option to pktgen scriptsJuhee Kang-10/+14
2021-08-16samples: pktgen: pass the environment variable of normal user to sudoJuhee Kang-1/+1
2021-08-15samples/bpf: Define MAX_ENTRIES instead of a magic number in offwaketimeMuhammad Falak R Wani-4/+5
2021-08-11vfio/mbochs: Fix close when multiple device FDs are openJason Gunthorpe-2/+2
2021-08-11vfio/samples: Delete useless open/closeJason Gunthorpe-30/+0
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy-21/+33
2021-08-11vfio/mbochs: Fix missing error unwind of mbochs_used_mbytesJason Gunthorpe-9/+15
2021-08-11vfio/samples: Remove module get/putJason Gunthorpe-8/+0
2021-08-10samples, bpf: Add an explict comment to handle nested vlan tagging.Muhammad Falak R Wani-0/+4
2021-08-06samples/bpf: xdpsock: Remove forward declaration of ip_fast_csum()Niklas Söderlund-3/+1
2021-08-06samples/bpf: xdpsock: Make the sample more useful outside the treeNiklas Söderlund-9/+7
2021-08-05bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstringMatthew Cover-1/+1
2021-08-01samples: mei: don't wait on read completion upon write.Alexander Usyskin-21/+30
2021-07-27samples: bpf: Add the omitted xdp samples to .gitignoreJuhee Kang-0/+2
2021-07-27samples: bpf: Fix tracex7 error raised on the missing argumentJuhee Kang-0/+6
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg-4/+4
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg-11/+9
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-6/+16
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+29
2021-07-07samples/bpf: xdp_redirect_cpu_user: Cpumap qsize set larger defaultJesper Dangaard Brouer-6/+16
2021-07-05bpf, samples: Fix xdpsock with '-M' parameter missing unload processWang Hai-0/+28
2021-07-05bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocationToke Høiland-Jørgensen-0/+1
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds-266/+282
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-7/+420
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds-15/+16
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+2
2021-06-28vfio/mtty: Enforce available_instancesAlex Williamson-6/+16
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-15/+0
2021-06-28vfio/mtty: Delete mdev_devices_listJason Gunthorpe-18/+6
2021-06-24vfio/mdpy: Fix memory leak of object mdev_state->vconfigColin Ian King-0/+1
2021-06-21vfio/mbochs: Convert to use vfio_register_group_dev()Jason Gunthorpe-72/+91
2021-06-21vfio/mdpy: Convert to use vfio_register_group_dev()Jason Gunthorpe-71/+88
2021-06-21vfio/mtty: Convert to use vfio_register_group_dev()Jason Gunthorpe-102/+83
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe-3/+3
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+9
2021-06-18samples/bpf: Fix the error return code of xdp_redirect's main()Wang Hai-1/+1
2021-06-18samples/bpf: Fix Segmentation fault for xdp_redirect commandWang Hai-1/+1
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-3/+399
2021-06-16samples/bpf: Add missing option to xdp_sample_pkts usageWang Hai-1/+2