summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAge
* samples/bpf: check before defining offsetofAlexander Alemayhu2017-04-24
* samples/bpf: add static to function with no prototypeAlexander Alemayhu2017-04-24
* samples/bpf: add -Wno-unknown-warning-option to clangAlexander Alemayhu2017-04-24
* bpf: Add sparc support to tools and samples.David S. Miller2017-04-22
* bpf: lru: Add map-in-map LRU exampleMartin KaFai Lau2017-04-17
* bpf: Allow bpf sample programs (*_user.c) to change bpf_map_defMartin KaFai Lau2017-04-17
* bpf: lru: Refactor LRU map tests in map_perf_testMartin KaFai Lau2017-04-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-15
|\
| * statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-03
* | Sample program using SO_COOKIEChenbo Feng2017-04-08
* | A Sample of using socket cookie and uid for traffic monitoringChenbo Feng2017-03-23
* | bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-22
* | samples/bpf: add map_lookup microbenchmarkAlexei Starovoitov2017-03-16
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-02
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
| |\ \
| * | | samples/bpf: add lpm-trie benchmarkDavid Herrmann2017-01-23
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-21
|\ \ \ \
| * | | | samples/seccomp: fix 64-bit comparison macrosMathias Svensson2017-01-09
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | samples/bpf: Reset global variablesMickaël Salaün2017-02-13
| * | | | samples/bpf: Ignore already processed ELF sectionsMickaël Salaün2017-02-13
| * | | | samples/bpf: Add missing headerMickaël Salaün2017-02-13
| | |_|/ | |/| |
* / | | bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-12
|/ / /
* | / bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAMEJesper Dangaard Brouer2017-01-20
| |/ |/|
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-15
|\ \
| * \ Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-05
| |\ \
| | * | samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo2016-12-28
| | * | samples/bpf sock_example: Avoid getting ethhdr from two includesArnaldo Carvalho de Melo2016-12-27
* | | | vfio-mdev: remove some dead codeDan Carpenter2017-01-11
* | | | vfio-mdev: buffer overflow in ioctl()Dan Carpenter2017-01-11
* | | | vfio-mdev: return -EFAULT if copy_to_user() failsDan Carpenter2017-01-11
| |_|/ |/| |
* | | vfio-mdev: fix some error codes in the sample codeDan Carpenter2017-01-04
* | | vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-30
* | | vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-30
* | | vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-30
* | | vfio-mdev: Fix mtty sample driver buildingAlex Williamson2016-12-30
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-23
|\|
| * samples/bpf: Move open_raw_sock to separate headerJoe Stringer2016-12-20
| * samples/bpf: Remove perf_event_open() declarationJoe Stringer2016-12-20
| * samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo2016-12-20
| * tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2016-12-20
| * samples/bpf: Switch over to libbpfJoe Stringer2016-12-20
| * samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo2016-12-20
| * samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-15
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-17
|\ \
| * | make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-11