aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02samples/bpf: add userspace example for prohibiting socketsDavid Ahern
2016-12-02samples/bpf: Update bpf loader for cgroup section namesDavid Ahern
2016-12-02samples: bpf: add userspace example for modifying sk_bound_dev_ifDavid Ahern
2016-12-02bpf: Add tests and samples for LWT-BPFThomas Graf
2016-11-30samples/bpf: fix include pathAlexei Starovoitov
2016-11-30samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add modeSargun Dhillon
2016-11-28bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann
2016-11-25samples: bpf: add userspace example for attaching eBPF programs to cgroupsDaniel Mack
2016-11-24samples/bpf: fix bpf loaderAlexei Starovoitov
2016-11-24samples/bpf: fix sockex2 exampleAlexei Starovoitov
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-12bpf: Add test for bpf_redirect to ipip/ip6tnlMartin KaFai Lau
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-29bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann
2016-10-18bpf: add various tests around spill/fill of regsDaniel Borkmann
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2016-10-10samples: move blackfin gptimers-example from DocumentationShuah Khan
2016-10-06Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteprocLinus Torvalds
2016-09-29bpf: allow access into map value arraysJosef Bacik
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao
2016-09-23samples: move auxdisplay example code from DocumentationShuah Khan
2016-09-23samples: move watchdog example code from DocumentationShuah Khan
2016-09-23samples: move timers example code from DocumentationShuah Khan
2016-09-23samples: move misc-devices/mei example code from DocumentationShuah Khan
2016-09-20bpf: add test cases for direct packet accessDaniel Borkmann
2016-09-20samples: move mic/mpssd example code from DocumentationShuah Khan
2016-09-17samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov
2016-09-17samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov
2016-09-08rpmsg: Allow callback to return errorsBjorn Andersson
2016-09-08rpmsg: Clean up rpmsg device vs channel namingBjorn Andersson
2016-09-08rpmsg: rpmsg_send() operations takes rpmsg_endpointBjorn Andersson
2016-09-08bpf: fix range propagation on direct packet accessDaniel Borkmann
2016-09-02samples/bpf: add sampleip exampleBrendan Gregg
2016-09-02samples/bpf: add perf_event+bpf exampleAlexei Starovoitov
2016-08-19samples/bpf: Add tunnel set/get tests.William Tu
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-08-12samples/bpf: add verifier tests for the helper access to the packetAaron Yue
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2016-08-12samples/bpf: Add test_current_task_under_cgroup testSargun Dhillon
2016-08-12samples/rpmsg: add support for multiple instancesAnna, Suman
2016-08-10samples/bpf: fix bpf_perf_event_output prototypeAdam Barth
2016-08-06samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov
2016-08-04samples/kretprobe: fix the wrong typeHuang Shijie