summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAge
* samples/bpf: xdp_redirect_cpu adjustment to reproduce teardown race easierJesper Dangaard Brouer2018-08-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-18
|\
| * samples/bpf: Fix tc and ip paths in xdp2skb_meta.shTaeung Song2018-07-10
| * samples/bpf: add .gitignore fileTaeung Song2018-07-05
| * samples/bpf: Check the error of write() and read()Taeung Song2018-07-05
| * samples/bpf: Check the result of system()Taeung Song2018-07-05
| * samples/bpf: add missing <linux/if_vlan.h>Taeung Song2018-07-05
| * samples/bpf: deal with EBUSY return code from sendmsg in xdpsock sampleMagnus Karlsson2018-07-02
* | sample: vfio-mdev: avoid deadlock in mdev_access()Alexey Khoroshilov2018-07-11
* | Merge tag 'vfio-v4.18-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-07-06
|\ \ | |/ |/|
| * sample/vfio-mdev: Change return type to vm_fault_tSouptick Joarder2018-07-04
| * sample/mdev/mbochs: add mbochs_kunmap_dmabufGerd Hoffmann2018-06-26
| * sample/mdev/mbochs: remove mbochs_kmap_atomic_dmabufGerd Hoffmann2018-06-26
* | bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-28
|/
* Merge tag 'vfio-v4.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-06-12
|\
| * samples: mbochs: add DMA_SHARED_BUFFER dependencyArnd Bergmann2018-06-09
| * sample: vfio bochs vbe display (host device for bochs-drm)Gerd Hoffmann2018-06-08
| * sample: vfio mdev display - guest driverGerd Hoffmann2018-06-08
| * sample: vfio mdev display - host deviceGerd Hoffmann2018-06-08
* | Merge tag 'auxdisplay-for-linus-v4.18-rc1' of git://github.com/ojeda/linuxLinus Torvalds2018-06-07
|\ \
| * | auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-12
* | | samples/bpf: xdpsock: use skb Tx path for XDP_SKBBjörn Töpel2018-06-05
* | | samples/bpf: minor *_nb_free performance fixMagnus Karlsson2018-06-04
* | | samples/bpf: adapted to new uapiBjörn Töpel2018-06-04
* | | bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern2018-06-03
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-24
|\ \ \
| * | | samples/bpf: xdp_monitor use err code from tracepoint xdp:xdp_devmap_xmitJesper Dangaard Brouer2018-05-24
| * | | samples/bpf: xdp_monitor use tracepoint xdp:xdp_devmap_xmitJesper Dangaard Brouer2018-05-24
| * | | samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERYYonghong Song2018-05-24
| * | | samples/bpf: adapt xdpsock to the new uapiBjörn Töpel2018-05-22
| * | | xsk: clean up SPDX headersBjörn Töpel2018-05-18
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | x86/cpufeature: Guard asm_volatile_goto usage for BPF compilationAlexei Starovoitov2018-05-13
| * | bpf: sockmap sample use clang flag, -target bpfJohn Fastabend2018-04-23
* | | samples/bpf: Decrement ttl in fib forwarding exampleDavid Ahern2018-05-16
* | | samples: bpf: make the build less noisyJakub Kicinski2018-05-15
* | | samples: bpf: move libbpf from object dependencies to libsJakub Kicinski2018-05-15
* | | samples: bpf: fix build after move to compiling full libbpf.aJakub Kicinski2018-05-15
* | | samples: bpf: rename libbpf.h to bpf_insn.hJakub Kicinski2018-05-15
* | | samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-15
* | | samples/bpf: xdp_monitor, accept short optionsPrashant Bhole2018-05-14
* | | samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski2018-05-10
* | | tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-10
* | | samples: bpf: compile and link against full libbpfJakub Kicinski2018-05-10
* | | samples: bpf: rename struct bpf_map_def to avoid conflict with libbpfJakub Kicinski2018-05-10
* | | samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern2018-05-10
* | | samples/bpf: sample application and documentation for AF_XDP socketsMagnus Karlsson2018-05-03
* | | samples/bpf: fix kprobe attachment issue on x64Yonghong Song2018-04-29
* | | samples/bpf: move common-purpose trace functions to selftestsYonghong Song2018-04-29
* | | samples, bpf: remove redundant ret assignment in bpf_load_program()Wang Sheng-Hui2018-04-26