summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
* | samples/bpf: adjust rlimit RLIMIT_MEMLOCK for traceex2, tracex3 and tracex4Jesper Dangaard Brouer2017-05-033-0/+22
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+17
|\ \
| * | livepatch: allow removal of a disabled patchJosh Poimboeuf2017-03-081-1/+0
| * | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-081-0/+17
| |/
* | bpf, samples: fix build warning in cookie_uid_helper_exampleDaniel Borkmann2017-05-021-3/+3
* | samples/bpf: fix XDP_FLAGS_SKB_MODE detach for xdp_tx_iptunnelJesper Dangaard Brouer2017-05-011-2/+2
* | samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned intJesper Dangaard Brouer2017-05-014-10/+11
* | samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrongJesper Dangaard Brouer2017-04-301-9/+31
* | samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnelDavid Ahern2017-04-274-16/+58
* | samples/bpf: check before defining offsetofAlexander Alemayhu2017-04-241-1/+3
* | samples/bpf: add static to function with no prototypeAlexander Alemayhu2017-04-241-1/+1
* | samples/bpf: add -Wno-unknown-warning-option to clangAlexander Alemayhu2017-04-241-0/+1
* | bpf: Add sparc support to tools and samples.David S. Miller2017-04-221-0/+19
* | bpf: lru: Add map-in-map LRU exampleMartin KaFai Lau2017-04-172-3/+93
* | bpf: Allow bpf sample programs (*_user.c) to change bpf_map_defMartin KaFai Lau2017-04-173-74/+201
* | bpf: lru: Refactor LRU map tests in map_perf_testMartin KaFai Lau2017-04-172-29/+67
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-4/+8
|\ \
| * | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-031-4/+8
| |/
* | Sample program using SO_COOKIEChenbo Feng2017-04-082-23/+127
* | A Sample of using socket cookie and uid for traffic monitoringChenbo Feng2017-03-234-0/+244
* | bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-225-5/+311
* | samples/bpf: add map_lookup microbenchmarkAlexei Starovoitov2017-03-162-0/+65
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-034-1/+271
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-024-1/+271
* | sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-0/+79
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-164-7/+67
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-282-0/+2
| |\ \
| * | | samples/bpf: add lpm-trie benchmarkDavid Herrmann2017-01-232-0/+79
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-211-53/+72
|\ \ \ \
| * | | | samples/seccomp: fix 64-bit comparison macrosMathias Svensson2017-01-091-53/+72
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-202-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | samples/bpf: Reset global variablesMickaël Salaün2017-02-131-0/+5
| * | | | samples/bpf: Ignore already processed ELF sectionsMickaël Salaün2017-02-131-0/+2
| * | | | samples/bpf: Add missing headerMickaël Salaün2017-02-131-0/+1
| | |_|/ | |/| |
* | | | bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-124-7/+67
|/ / /
* | | bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAMEJesper Dangaard Brouer2017-01-202-0/+2
| |/ |/|
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-152-2/+1
|\ \
| * \ Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-052-2/+1
| |\ \
| | * | samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo2016-12-281-1/+0
| | * | samples/bpf sock_example: Avoid getting ethhdr from two includesArnaldo Carvalho de Melo2016-12-271-1/+1
* | | | vfio-mdev: remove some dead codeDan Carpenter2017-01-111-3/+0
* | | | vfio-mdev: buffer overflow in ioctl()Dan Carpenter2017-01-111-2/+5
* | | | vfio-mdev: return -EFAULT if copy_to_user() failsDan Carpenter2017-01-111-3/+12
| |_|/ |/| |
* | | vfio-mdev: fix some error codes in the sample codeDan Carpenter2017-01-041-1/+3
* | | vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-301-11/+13
* | | vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-301-1/+1
* | | vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-1/+1
* | | vfio-mdev: Fix mtty sample driver buildingAlex Williamson2016-12-303-14/+10
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2333-334/+216
|\ \ | |/
OpenPOWER on IntegriCloud