summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-08-24Merge 4.9.124 into android-4.9Greg Kroah-Hartman139-573/+894
2018-08-24samples/bpf: Check the error of write() and read()Taeung Song1-4/+15
2018-08-24samples/bpf: add missing <linux/if_vlan.h>Taeung Song1-5/+1
2017-05-31BACKPORT: bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov8-31/+84
2017-05-22UPSTREAM: samples: bpf: add userspace example for attaching eBPF programs to ...Daniel Mack4-0/+173
2017-05-14bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2-6/+23
2016-11-28bpf/samples: Fix PT_REGS_IP on s390x and use itMichael Holzheu3-3/+3
2016-11-13bpf: Add test for bpf_redirect to ipip/ip6tnlMartin KaFai Lau4-0/+486
2016-10-29bpf: fix samples to add fake KBUILD_MODNAMEDaniel Borkmann6-0/+6
2016-09-29bpf: allow access into map value arraysJosef Bacik5-22/+577
2016-09-27bpf samples: update tracex5 sample to use __seccomp_filterNaveen N. Rao2-9/+10
2016-09-27bpf samples: fix compiler errors with sockex2 and sockex3Naveen N. Rao3-11/+11
2016-09-21bpf: add test cases for direct packet accessDaniel Borkmann1-3/+430
2016-09-17samples/bpf: add comprehensive ipip, ipip6, ip6ip6 testAlexei Starovoitov2-0/+310
2016-09-17samples/bpf: extend test_tunnel_bpf.sh with IPIP testAlexei Starovoitov2-8/+106
2016-09-09bpf: fix range propagation on direct packet accessDaniel Borkmann2-15/+142
2016-09-02samples/bpf: add sampleip exampleBrendan Gregg3-0/+238
2016-09-02samples/bpf: add perf_event+bpf exampleAlexei Starovoitov5-1/+290
2016-08-20samples/bpf: Add tunnel set/get tests.William Tu4-0/+327
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1746-77948/+55863
2016-08-13samples/bpf: add verifier tests for the helper access to the packetAaron Yue1-4/+110
2016-08-13bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann5-12/+12
2016-08-13samples/bpf: Add test_current_task_under_cgroup testSargun Dhillon4-0/+195
2016-08-11samples/bpf: fix bpf_perf_event_output prototypeAdam Barth1-1/+3
2016-08-07samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov1-2/+13
2016-07-26samples/bpf: Add test/example of using bpf_probe_write_user bpf helperSargun Dhillon3-0/+134
2016-07-26bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon3-0/+57
2016-07-21bpf: make xdp sample variable names more meaningfulBrenden Blanco2-13/+13
2016-07-20bpf: add sample for xdp forwarding and rewriteBrenden Blanco2-0/+119
2016-07-20Add sample for adding simple drop program to linkBrenden Blanco4-0/+286
2016-07-01cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau5-0/+367
2016-06-25samples/bpf: set max locked memory to ulimitedWilliam Tu2-0/+6
2016-05-06samples/bpf: add verifier testsAlexei Starovoitov1-0/+80
2016-05-06samples/bpf: add 'pointer to packet' testsAlexei Starovoitov5-0/+281
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller263-1230/+2446
2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer2-14/+17
2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer2-0/+11
2016-04-29samples/bpf: add a README file to get users startedJesper Dangaard Brouer1-0/+63
2016-04-29samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedJesper Dangaard Brouer1-0/+18
2016-04-29samples/bpf: add back functionality to redefine LLC commandJesper Dangaard Brouer1-1/+5
2016-04-28samples/bpf: fix trace_output exampleAlexei Starovoitov1-1/+0
2016-04-15bpf, samples: add test cases for raw stackDaniel Borkmann1-0/+268
2016-04-15bpf, samples: don't zero data when not neededDaniel Borkmann4-12/+12
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller710-4846/+7706
2016-04-08samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov4-0/+244
2016-04-08samples/bpf: tracepoint exampleAlexei Starovoitov1-4/+22
2016-04-08samples/bpf: add tracepoint support to bpf loaderAlexei Starovoitov1-5/+21
2016-04-06samples/bpf: Enable powerpc supportNaveen N. Rao4-4/+30
2016-04-06samples/bpf: Use llc in PATH, rather than a hardcoded valueNaveen N. Rao1-9/+3
2016-04-06samples/bpf: Fix build breakage with map_perf_test_user.cNaveen N. Rao1-0/+1
[next]