aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-12samples/bpf: Add preparation steps and sysroot info to readmeIvan Khoronzhuk
2019-10-12samples/bpf: Add sysroot supportIvan Khoronzhuk
2019-10-12samples/bpf: Provide C/LDFLAGS to libbpfIvan Khoronzhuk
2019-10-12samples/bpf: Use target CC environment for HDR_PROBEIvan Khoronzhuk
2019-10-12samples/bpf: Use own flags but not HOSTCFLAGSIvan Khoronzhuk
2019-10-12samples/bpf: Base target programs rules on Makefile.targetIvan Khoronzhuk
2019-10-12samples/bpf: Add makefile.target for separate CC target buildIvan Khoronzhuk
2019-10-12samples/bpf: Drop unnecessarily inclusion for bpf_loadIvan Khoronzhuk
2019-10-12samples/bpf: Use __LINUX_ARM_ARCH__ selector for armIvan Khoronzhuk
2019-10-12samples/bpf: Use own EXTRA_CFLAGS for clang commandsIvan Khoronzhuk
2019-10-12samples/bpf: Use --target from cross-compileIvan Khoronzhuk
2019-10-12samples/bpf: Fix cookie_uid_helper_example obj buildIvan Khoronzhuk
2019-10-12samples/bpf: Fix HDR_PROBE "echo"Ivan Khoronzhuk
2019-10-08libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko
2019-10-08selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko
2019-10-08selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko
2019-10-07samples: bpf: Add max_pckt_size option at xdp_adjust_tailDaniel T. Lee
2019-10-07samples/bpf: Trivial - fix spelling mistake in usageAnton Ivanov
2019-10-07samples: pktgen: allow to specify destination IP range (CIDR)Daniel T. Lee
2019-10-07samples: pktgen: add helper functions for IP(v4/v6) CIDR parsingDaniel T. Lee
2019-10-07samples: pktgen: fix proc_cmd command result check logicDaniel T. Lee
2019-10-07samples: pktgen: make variable consistent with optionDaniel T. Lee
2019-10-03samples/bpf: Add a workaround for asm_inlineKP Singh
2019-10-03samples/bpf: Fix build for task_fd_query_user.cBjörn Töpel
2019-09-22Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds
2019-09-20Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2019-09-16samples/bpf: fix xdpsock l2fwd tx for unaligned modeCiara Loftus
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-31samples/bpf: use hugepages in xdpsock appKevin Laatz
2019-08-31samples/bpf: add buffer recycling for unaligned chunks to xdpsockKevin Laatz
2019-08-31samples/bpf: add unaligned chunks mode support to xdpsockKevin Laatz
2019-08-26samples/rpmsg: Introduce a module parameter for message countSuman Anna
2019-08-26samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug()Suman Anna
2019-08-21samples: bpf: syscall_nrs: use mmap2 if definedIvan Khoronzhuk
2019-08-19vfio-mdev/mtty: Simplify interrupt generationParav Pandit
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17samples/bpf: add use of need_wakeup flag in xdpsockMagnus Karlsson
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-09samples/bpf: xdp_fwd explain bpf_fib_lookup return codesJesper Dangaard Brouer
2019-08-09samples/bpf: make xdp_fwd more practically usable via devmap lookupJesper Dangaard Brouer
2019-08-09samples/bpf: xdp_fwd rename devmap name to be xdp_tx_portsJesper Dangaard Brouer
2019-08-08auxdisplay: Fix a typo in cfag12864b-example.cMasanari Iida
2019-07-25treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers againMasahiro Yamada
2019-07-23samples/bpf: switch trace_output sample to perf_buffer APIAndrii Nakryiko
2019-07-23samples/bpf: convert xdp_sample_pkts_user to perf_buffer APIAndrii Nakryiko
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-17Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2019-07-15samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich