summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-13
|\
| * samples: disable CONFIG_SAMPLES for UMLMasahiro Yamada2018-10-10
* | bpf, tracex3_user: erase "ARRAY_SIZE" redefinedBo YU2018-10-04
* | samples/bpf: extend test_cgrp2_attach2 test to use per-cpu cgroup storageRoman Gushchin2018-10-01
* | samples/bpf: fix compilation failurePrashant Bhole2018-09-21
* | samples/bpf: fix a compilation failureYonghong Song2018-09-18
* | samples/bpf: remove duplicated includesYueHaibing2018-09-18
* | samples/bpf: xdpsock, minor fixesPrashant Bhole2018-08-31
* | bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programNikita V. Shirokov2018-08-31
* | samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsockBjörn Töpel2018-08-29
|/
* samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERMJesper Dangaard Brouer2018-08-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-15
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-13
| |\
| | * samples/bpf: xdp_redirect_cpu load balance like SuricataJesper Dangaard Brouer2018-08-10
| | * samples/bpf: add Paul Hsieh's (LGPL 2.1) hash function SuperFastHashJesper Dangaard Brouer2018-08-10
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-11
| |\ \ | | |/ | |/|
| * | samples/bpf: extend test_cgrp2_attach2 test to use cgroup storageRoman Gushchin2018-08-02
| * | samples: bpf: convert xdpsock_user.c to libbpfJakub Kicinski2018-07-27
| * | samples: bpf: convert xdp_fwd_user.c to libbpfJakub Kicinski2018-07-27
| * | samples/bpf: Add BTF build flags to MakefileTaeung Song2018-07-26
| * | samples/bpf: xdpsock: order memory on AArch64Brian Brooks2018-07-26
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-21
| |\ \
| | * | samples/bpf: test_cgrp2_sock2: fix an off by oneDan Carpenter2018-07-16
| | * | samples: bpf: ensure that we don't load over MAX_PROGS programsDan Carpenter2018-07-16
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-21
| |\ \ \ | | |/ / | |/| |
| * | | samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packetsJesper Dangaard Brouer2018-07-13
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-03
| |\ \ \
| | * | | samples/bpf: xdp_rxq_info action XDP_TX must adjust MAC-addrsJesper Dangaard Brouer2018-06-28
| | * | | samples/bpf: extend xdp_rxq_info to read packet payloadJesper Dangaard Brouer2018-06-28
| | * | | samples/bpf: Add xdp_sample_pkts exampleToke Høiland-Jørgensen2018-06-27
* | | | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-17
| * | | | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-17
* | | | | 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