summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | samples/bpf: add use of need_wakeup flag in xdpsockMagnus Karlsson2019-08-171-72/+120
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | auxdisplay: Fix a typo in cfag12864b-example.cMasanari Iida2019-08-081-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-134-94/+84
|\ \ \ | |/ / |/| |
| * | samples/bpf: xdp_fwd explain bpf_fib_lookup return codesJesper Dangaard Brouer2019-08-091-2/+17
| * | samples/bpf: make xdp_fwd more practically usable via devmap lookupJesper Dangaard Brouer2019-08-092-17/+33
| * | samples/bpf: xdp_fwd rename devmap name to be xdp_tx_portsJesper Dangaard Brouer2019-08-092-3/+4
| * | samples/bpf: switch trace_output sample to perf_buffer APIAndrii Nakryiko2019-07-231-29/+14
| * | samples/bpf: convert xdp_sample_pkts_user to perf_buffer APIAndrii Nakryiko2019-07-231-44/+17
| |/