summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-272-1/+13
| |\ \ \ | | | |/ | | |/|
| * | | samples: mei: use hostprogs kbuild constructsTomas Winkler2019-10-213-6/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-2021-228/+339
|\ \ \ \
| * | | | samples/bpf: Add missing option to xdpsock usageAndre Guedes2019-11-151-0/+2
| * | | | samples/bpf: Remove duplicate option from xdpsockAndre Guedes2019-11-151-1/+0
| * | | | samples/bpf: Use Rx-only and Tx-only sockets in xdpsockMagnus Karlsson2019-11-101-12/+29
| * | | | samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson2019-11-104-42/+135
| * | | | samples: bpf: update map definition to new syntax BTF-defined mapDaniel T. Lee2019-11-0812-178/+178
| * | | | samples: bpf: Update outdated error messageDaniel T. Lee2019-11-085-7/+7
* | | | | samples/bpf: adjust Makefile and README.rstJesper Dangaard Brouer2019-11-112-9/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-0/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel2019-10-311-0/+1
| | |/ | |/|
* | | bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann2019-11-023-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-202-1/+13
|\| |
| * | samples/bpf: Add a workaround for asm_inlineKP Singh2019-10-031-1/+12
| * | samples/bpf: Fix build for task_fd_query_user.cBjörn Töpel2019-10-031-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-1425-123/+278
|\ \
| * | samples/bpf: Add preparation steps and sysroot info to readmeIvan Khoronzhuk2019-10-121-5/+36
| * | samples/bpf: Add sysroot supportIvan Khoronzhuk2019-10-121-0/+5
| * | samples/bpf: Provide C/LDFLAGS to libbpfIvan Khoronzhuk2019-10-121-1/+2
| * | samples/bpf: Use target CC environment for HDR_PROBEIvan Khoronzhuk2019-10-121-3/+2
| * | samples/bpf: Use own flags but not HOSTCFLAGSIvan Khoronzhuk2019-10-121-2/+4
| * | samples/bpf: Base target programs rules on Makefile.targetIvan Khoronzhuk2019-10-121-66/+69
| * | samples/bpf: Add makefile.target for separate CC target buildIvan Khoronzhuk2019-10-121-0/+75
| * | samples/bpf: Drop unnecessarily inclusion for bpf_loadIvan Khoronzhuk2019-10-121-1/+1
| * | samples/bpf: Use __LINUX_ARM_ARCH__ selector for armIvan Khoronzhuk2019-10-121-0/+8
| * | samples/bpf: Use own EXTRA_CFLAGS for clang commandsIvan Khoronzhuk2019-10-121-4/+5
| * | samples/bpf: Use --target from cross-compileIvan Khoronzhuk2019-10-121-1/+1
| * | samples/bpf: Fix cookie_uid_helper_example obj buildIvan Khoronzhuk2019-10-121-1/+0
| * | samples/bpf: Fix HDR_PROBE "echo"Ivan Khoronzhuk2019-10-121-1/+1
| * | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko2019-10-081-1/+1
| * | selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko2019-10-0813-0/+13
| * | selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko2019-10-088-33/+37
| * | samples: bpf: Add max_pckt_size option at xdp_adjust_tailDaniel T. Lee2019-10-072-11/+25
| * | samples/bpf: Trivial - fix spelling mistake in usageAnton Ivanov2019-10-071-1/+1
| |/
* | samples: pktgen: allow to specify destination IP range (CIDR)Daniel T. Lee2019-10-0710-12/+55
* | samples: pktgen: add helper functions for IP(v4/v6) CIDR parsingDaniel T. Lee2019-10-071-3/+134
* | samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee2019-10-071-6/+11
* | samples: pktgen: make variable consistent with optionDaniel T. Lee2019-10-078-44/+44
|/
* Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2019-09-221-4/+6
|\
| * samples/rpmsg: Introduce a module parameter for message countSuman Anna2019-08-261-2/+4
| * samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()Suman Anna2019-08-261-2/+2
* | Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-09-201-31/+8
|\ \
| * | vfio-mdev/mtty: Simplify interrupt generationParav Pandit2019-08-191-31/+8
* | | samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus2019-09-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-063-85/+177
|\ \ \
| * | | samples/bpf: use hugepages in xdpsock appKevin Laatz2019-08-311-5/+10
| * | | samples/bpf: add buffer recycling for unaligned chunks to xdpsockKevin Laatz2019-08-311-10/+16
| * | | samples/bpf: add unaligned chunks mode support to xdpsockKevin Laatz2019-08-311-3/+17
| * | | samples: bpf: syscall_nrs: use mmap2 if definedIvan Khoronzhuk2019-08-212-0/+19