summaryrefslogtreecommitdiffstats
path: root/samples/bpf
AgeCommit message (Expand)Author
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-01-20bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAMEJesper Dangaard Brouer
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar
2016-12-28samples/bpf trace_output_user: Remove duplicate sys/ioctl.h includeArnaldo Carvalho de Melo
2016-12-27samples/bpf sock_example: Avoid getting ethhdr from two includesArnaldo Carvalho de Melo
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-20samples/bpf: Move open_raw_sock to separate headerJoe Stringer
2016-12-20samples/bpf: Remove perf_event_open() declarationJoe Stringer
2016-12-20samples/bpf: Be consistent with bpf_load_program bpf_insn parameterArnaldo Carvalho de Melo
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer
2016-12-20samples/bpf: Switch over to libbpfJoe Stringer
2016-12-20samples/bpf: Make perf_event_read() staticArnaldo Carvalho de Melo
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-12-15samples/bpf: Make samples more libbpf-centricJoe Stringer
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König
2016-12-08bpf: xdp: Add XDP example for head adjustmentMartin KaFai Lau
2016-12-03samples, bpf: Add automated test for cgroup filter attachmentsSargun Dhillon
2016-12-03samples, bpf: Refactor test_current_task_under_cgroup - separate out helpersSargun Dhillon
2016-12-03samples/bpf: silence compiler warningsAlexei Starovoitov
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-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-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-20bpf: add test cases for direct packet accessDaniel Borkmann
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-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-12samples/bpf: add verifier tests for the helper access to the packetAaron Yue